+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 28 08:08:42 2026] *** compiled with version: 13.3.0 on 27 April 2026 21:12:05 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-5899b99477-q6mqn 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 0x7fb308e00668 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-28 08:08:47.171 8 INFO neutron.common.config [-] Logging enabled! 2026-04-28 08:08:47.171 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev3 2026-04-28 08:08:47.207 7 INFO neutron.common.config [-] Logging enabled! 2026-04-28 08:08:47.207 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev3 2026-04-28 08:08:48.258 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 08:08:48.345 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-28 08:08:49.709 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 08:08:49.712 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 08:08:49.716 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 08:08:49.717 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 08:08:49.717 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 08:08:49.717 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-28 08:08:49.718 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 08:08:49.725 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 08:08:49.725 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 08:08:49.726 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 08:08:49.751 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 08:08:49.752 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 08:08:49.752 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 08:08:49.804 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 08:08:49.804 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 08:08:49.804 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 08:08:49.804 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 08:08:49.815 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 08:08:49.817 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-28 08:08:49.821 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-28 08:08:49.822 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-28 08:08:49.822 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-28 08:08:49.822 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-28 08:08:49.823 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 08:08:49.830 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 08:08:49.830 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-28 08:08:49.830 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 08:08:49.853 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-28 08:08:49.854 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-28 08:08:49.854 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-28 08:08:49.905 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-28 08:08:49.905 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-28 08:08:49.905 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-28 08:08:49.905 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-28 08:08:50.091 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing driver for type 'vlan' 2026-04-28 08:08:50.211 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing driver for type 'vlan' 2026-04-28 08:08:50.576 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] VlanTypeDriver initialization complete 2026-04-28 08:08:50.577 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 08:08:50.577 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 08:08:50.592 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 08:08:50.592 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 08:08:50.592 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing extension driver 'port_security' 2026-04-28 08:08:50.593 7 INFO neutron.plugins.ml2.extensions.port_security [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 08:08:50.593 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing extension driver 'qos' 2026-04-28 08:08:50.593 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 08:08:50.593 7 INFO neutron.plugins.ml2.managers [None req-256a8030-b9df-4884-b0eb-5797c8b3cdad - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 08:08:50.610 7 INFO neutron.quota [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded quota_driver: . 2026-04-28 08:08:50.611 7 INFO neutron.plugins.ml2.plugin [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 08:08:50.611 7 INFO neutron.plugins.ml2.managers [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 08:08:50.611 7 INFO neutron.plugins.ml2.managers [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 08:08:50.611 7 INFO neutron.plugins.ml2.managers [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 08:08:50.611 7 INFO neutron.extensions.vlantransparent [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Disabled vlantransparent extension. 2026-04-28 08:08:50.612 7 INFO neutron.extensions.qinq [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Disabled VLAN QinQ extension. 2026-04-28 08:08:50.612 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: qos 2026-04-28 08:08:50.626 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: router 2026-04-28 08:08:50.677 7 INFO neutron.services.service_base [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 08:08:50.677 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: segments 2026-04-28 08:08:50.779 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: trunk 2026-04-28 08:08:50.795 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: vpnaas 2026-04-28 08:08:50.836 7 WARNING stevedore.named [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 08:08:50.836 7 WARNING stevedore.named [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 08:08:50.923 7 INFO neutron_vpnaas.services.vpn.plugin [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 08:08:50.923 7 INFO neutron.common.utils [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 08:08:50.924 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: taas 2026-04-28 08:08:50.951 7 WARNING stevedore.named [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 08:08:50.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 08:08:50.988 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: tapmirror 2026-04-28 08:08:51.004 7 WARNING stevedore.named [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 08:08:51.028 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] VlanTypeDriver initialization complete 2026-04-28 08:08:51.028 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing driver for type 'vxlan' 2026-04-28 08:08:51.029 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-28 08:08:51.045 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-28 08:08:51.045 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-28 08:08:51.045 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing extension driver 'port_security' 2026-04-28 08:08:51.045 8 INFO neutron.plugins.ml2.extensions.port_security [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-28 08:08:51.046 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing extension driver 'qos' 2026-04-28 08:08:51.046 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-28 08:08:51.046 8 INFO neutron.plugins.ml2.managers [None req-7b6ae4f1-3c2e-429a-9045-facaf6525052 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-28 08:08:51.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 08:08:51.047 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: auto_allocate 2026-04-28 08:08:51.059 8 INFO neutron.quota [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded quota_driver: . 2026-04-28 08:08:51.060 8 INFO neutron.plugins.ml2.plugin [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Modular L2 Plugin initialization complete 2026-04-28 08:08:51.060 8 INFO neutron.plugins.ml2.managers [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-28 08:08:51.060 8 INFO neutron.plugins.ml2.managers [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-28 08:08:51.060 8 INFO neutron.plugins.ml2.managers [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-28 08:08:51.060 8 INFO neutron.extensions.vlantransparent [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Disabled vlantransparent extension. 2026-04-28 08:08:51.060 8 INFO neutron.extensions.qinq [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Disabled VLAN QinQ extension. 2026-04-28 08:08:51.060 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: qos 2026-04-28 08:08:51.060 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: tag 2026-04-28 08:08:51.072 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: timestamp 2026-04-28 08:08:51.073 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: router 2026-04-28 08:08:51.076 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 08:08:51.082 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: flavors 2026-04-28 08:08:51.087 7 INFO neutron.manager [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loading Plugin: revisions 2026-04-28 08:08:51.093 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Initializing extension manager. 2026-04-28 08:08:51.095 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: address-group 2026-04-28 08:08:51.096 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: address-scope 2026-04-28 08:08:51.097 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 08:08:51.098 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: agent 2026-04-28 08:08:51.098 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 08:08:51.100 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 08:08:51.101 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 08:08:51.101 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: availability_zone 2026-04-28 08:08:51.102 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 08:08:51.103 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 08:08:51.103 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: default-subnetpools 2026-04-28 08:08:51.105 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 08:08:51.105 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: dns-integration 2026-04-28 08:08:51.106 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 08:08:51.107 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 08:08:51.107 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: dvr 2026-04-28 08:08:51.108 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 08:08:51.108 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 08:08:51.109 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 08:08:51.110 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 08:08:51.110 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: external-net 2026-04-28 08:08:51.111 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 08:08:51.111 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: extraroute 2026-04-28 08:08:51.112 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 08:08:51.113 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 08:08:51.114 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 08:08:51.114 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 08:08:51.115 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 08:08:51.115 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: fip-port-details 2026-04-28 08:08:51.116 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: flavors 2026-04-28 08:08:51.118 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 08:08:51.118 8 INFO neutron.services.service_base [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-28 08:08:51.119 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: floatingip-pools 2026-04-28 08:08:51.119 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: segments 2026-04-28 08:08:51.119 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: ip_allocation 2026-04-28 08:08:51.120 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 08:08:51.120 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: l2_adjacency 2026-04-28 08:08:51.121 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: router 2026-04-28 08:08:51.123 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 08:08:51.124 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 08:08:51.125 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 08:08:51.127 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 08:08:51.127 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: l3-ha 2026-04-28 08:08:51.128 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 08:08:51.128 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 08:08:51.129 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: l3-flavors 2026-04-28 08:08:51.130 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 08:08:51.130 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 08:08:51.132 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 08:08:51.134 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 08:08:51.135 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 08:08:51.136 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 08:08:51.137 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 08:08:51.137 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: multi-provider 2026-04-28 08:08:51.138 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: net-mtu 2026-04-28 08:08:51.139 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 08:08:51.140 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: network_availability_zone 2026-04-28 08:08:51.141 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: network_ha 2026-04-28 08:08:51.142 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: network-ip-availability 2026-04-28 08:08:51.143 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 08:08:51.144 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: pagination 2026-04-28 08:08:51.145 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-device-profile 2026-04-28 08:08:51.145 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 08:08:51.146 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 08:08:51.147 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 08:08:51.148 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-mac-override 2026-04-28 08:08:51.148 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 08:08:51.149 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 08:08:51.149 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 08:08:51.150 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-resource-request 2026-04-28 08:08:51.150 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 08:08:51.151 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 08:08:51.151 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: binding 2026-04-28 08:08:51.152 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: binding-extended 2026-04-28 08:08:51.153 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-security 2026-04-28 08:08:51.153 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: project-id 2026-04-28 08:08:51.153 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: provider 2026-04-28 08:08:51.154 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 08:08:51.156 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos 2026-04-28 08:08:51.157 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 08:08:51.158 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 08:08:51.158 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-default 2026-04-28 08:08:51.159 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-fip 2026-04-28 08:08:51.159 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 08:08:51.160 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 08:08:51.160 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 08:08:51.161 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 08:08:51.162 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 08:08:51.162 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-pps 2026-04-28 08:08:51.163 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 08:08:51.163 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 08:08:51.164 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 08:08:51.164 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: quota-check-limit 2026-04-28 08:08:51.165 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 08:08:51.167 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: quotas 2026-04-28 08:08:51.169 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: quota_details 2026-04-28 08:08:51.170 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: rbac-policies 2026-04-28 08:08:51.171 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: rbac-address-group 2026-04-28 08:08:51.171 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 08:08:51.172 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 08:08:51.172 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 08:08:51.173 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: revision-if-match 2026-04-28 08:08:51.173 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 08:08:51.174 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: router_availability_zone 2026-04-28 08:08:51.174 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 08:08:51.176 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 08:08:51.177 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 08:08:51.177 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 08:08:51.179 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 08:08:51.179 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 08:08:51.180 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 08:08:51.185 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: security-group 2026-04-28 08:08:51.188 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: segment 2026-04-28 08:08:51.189 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 08:08:51.189 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: service-type 2026-04-28 08:08:51.190 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: sorting 2026-04-28 08:08:51.190 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 08:08:51.192 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: standard-attr-description 2026-04-28 08:08:51.192 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: stateful-security-group 2026-04-28 08:08:51.193 7 WARNING neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 08:08:51.193 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 08:08:51.194 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: subnet-external-network 2026-04-28 08:08:51.194 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: subnet_onboard 2026-04-28 08:08:51.195 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 08:08:51.195 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: subnet-service-types 2026-04-28 08:08:51.196 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: subnet_allocation 2026-04-28 08:08:51.197 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 08:08:51.197 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: tag-creation 2026-04-28 08:08:51.198 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 08:08:51.202 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 08:08:51.203 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 08:08:51.204 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: trunk 2026-04-28 08:08:51.204 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: trunk-details 2026-04-28 08:08:51.205 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 08:08:51.206 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 08:08:51.206 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 08:08:51.207 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 08:08:51.209 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 08:08:51.210 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 08:08:51.211 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: vpn-flavors 2026-04-28 08:08:51.213 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: vpnaas 2026-04-28 08:08:51.214 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: taas 2026-04-28 08:08:51.216 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: tap-mirror 2026-04-28 08:08:51.216 7 INFO neutron.api.extensions [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 08:08:51.219 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-28 08:08:51.219 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-28 08:08:51.220 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.220 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-28 08:08:51.223 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 08:08:51.224 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 08:08:51.224 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: trunk 2026-04-28 08:08:51.229 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 08:08:51.230 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 08:08:51.230 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 08:08:51.231 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.232 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.232 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.232 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.233 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 08:08:51.233 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.234 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.234 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 08:08:51.235 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 08:08:51.235 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 08:08:51.235 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.236 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ipsecpolicy is already registered 2026-04-28 08:08:51.236 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.236 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ikepolicy is already registered 2026-04-28 08:08:51.239 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: vpnaas 2026-04-28 08:08:51.241 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 08:08:51.242 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] router is already registered 2026-04-28 08:08:51.242 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 08:08:51.242 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] floatingip is already registered 2026-04-28 08:08:51.246 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 08:08:51.246 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] rbac_policy is already registered 2026-04-28 08:08:51.247 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 08:08:51.247 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] security_group is already registered 2026-04-28 08:08:51.247 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 08:08:51.247 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] security_group_rule is already registered 2026-04-28 08:08:51.248 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.248 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.249 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.249 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.249 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 08:08:51.249 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] trunk is already registered 2026-04-28 08:08:51.250 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.250 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ikepolicy is already registered 2026-04-28 08:08:51.251 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.251 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ipsecpolicy is already registered 2026-04-28 08:08:51.251 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 08:08:51.251 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] endpoint_group is already registered 2026-04-28 08:08:51.252 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 08:08:51.252 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] vpnservice is already registered 2026-04-28 08:08:51.252 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 08:08:51.253 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ipsec_site_connection is already registered 2026-04-28 08:08:51.253 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.253 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ipsecpolicy is already registered 2026-04-28 08:08:51.253 7 INFO neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.254 7 WARNING neutron.quota.resource_registry [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] ikepolicy is already registered 2026-04-28 08:08:51.279 8 WARNING stevedore.named [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-28 08:08:51.279 8 WARNING stevedore.named [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 08:08:51.294 7 WARNING keystonemiddleware._common.config [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-28 08:08:51.303 7 WARNING oslo_config.cfg [None req-79863a1d-e635-4739-ba4f-a858a3333a3e - - - - - -] 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 9 seconds on interpreter 0x7fb308e00668 pid: 7 (default app) 2026-04-28 08:08:51.360 8 INFO neutron_vpnaas.services.vpn.plugin [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-28 08:08:51.360 8 INFO neutron.common.utils [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-28 08:08:51.360 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: taas 2026-04-28 08:08:51.383 8 WARNING stevedore.named [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 08:08:51.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-28 08:08:51.430 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: tapmirror 2026-04-28 08:08:51.444 8 WARNING stevedore.named [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-28 08:08:51.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-28 08:08:51.466 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: auto_allocate 2026-04-28 08:08:51.478 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: tag 2026-04-28 08:08:51.487 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: timestamp 2026-04-28 08:08:51.496 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: network_ip_availability 2026-04-28 08:08:51.502 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: flavors 2026-04-28 08:08:51.506 8 INFO neutron.manager [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loading Plugin: revisions 2026-04-28 08:08:51.510 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Initializing extension manager. 2026-04-28 08:08:51.511 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: address-group 2026-04-28 08:08:51.512 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: address-scope 2026-04-28 08:08:51.513 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-28 08:08:51.514 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: agent 2026-04-28 08:08:51.514 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: agent-resources-synced 2026-04-28 08:08:51.515 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-28 08:08:51.516 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-28 08:08:51.517 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: availability_zone 2026-04-28 08:08:51.517 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: availability_zone_filter 2026-04-28 08:08:51.518 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-28 08:08:51.518 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: default-subnetpools 2026-04-28 08:08:51.521 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-28 08:08:51.521 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: dns-integration 2026-04-28 08:08:51.522 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: dns-domain-ports 2026-04-28 08:08:51.522 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-28 08:08:51.523 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: dvr 2026-04-28 08:08:51.523 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-28 08:08:51.524 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: empty-string-filtering 2026-04-28 08:08:51.524 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 08:08:51.525 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-28 08:08:51.525 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: external-net 2026-04-28 08:08:51.526 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-28 08:08:51.527 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: extraroute 2026-04-28 08:08:51.527 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: extraroute-atomic 2026-04-28 08:08:51.528 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-28 08:08:51.528 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-28 08:08:51.529 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-28 08:08:51.530 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-28 08:08:51.530 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: fip-port-details 2026-04-28 08:08:51.531 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: flavors 2026-04-28 08:08:51.532 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-28 08:08:51.533 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: floatingip-pools 2026-04-28 08:08:51.533 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: ip_allocation 2026-04-28 08:08:51.534 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-28 08:08:51.535 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: l2_adjacency 2026-04-28 08:08:51.536 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: router 2026-04-28 08:08:51.538 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-28 08:08:51.538 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-28 08:08:51.539 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-28 08:08:51.539 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: ext-gw-mode 2026-04-28 08:08:51.540 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: l3-ha 2026-04-28 08:08:51.540 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-28 08:08:51.541 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-28 08:08:51.541 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: l3-flavors 2026-04-28 08:08:51.542 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-28 08:08:51.543 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-28 08:08:51.545 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-28 08:08:51.546 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-28 08:08:51.547 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-28 08:08:51.549 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-28 08:08:51.549 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-28 08:08:51.550 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: multi-provider 2026-04-28 08:08:51.551 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: net-mtu 2026-04-28 08:08:51.551 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: net-mtu-writable 2026-04-28 08:08:51.552 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: network_availability_zone 2026-04-28 08:08:51.552 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: network_ha 2026-04-28 08:08:51.554 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: network-ip-availability 2026-04-28 08:08:51.555 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-28 08:08:51.555 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: pagination 2026-04-28 08:08:51.556 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-device-profile 2026-04-28 08:08:51.556 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-28 08:08:51.557 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-28 08:08:51.557 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-28 08:08:51.558 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-mac-override 2026-04-28 08:08:51.559 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-28 08:08:51.559 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-28 08:08:51.560 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-28 08:08:51.560 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-resource-request 2026-04-28 08:08:51.561 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-28 08:08:51.561 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-28 08:08:51.562 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: binding 2026-04-28 08:08:51.562 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: binding-extended 2026-04-28 08:08:51.563 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-security 2026-04-28 08:08:51.563 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: project-id 2026-04-28 08:08:51.564 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: provider 2026-04-28 08:08:51.565 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-28 08:08:51.567 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos 2026-04-28 08:08:51.568 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-28 08:08:51.568 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-28 08:08:51.569 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-default 2026-04-28 08:08:51.569 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-fip 2026-04-28 08:08:51.570 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-28 08:08:51.570 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-28 08:08:51.571 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-28 08:08:51.572 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-28 08:08:51.572 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-28 08:08:51.573 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-pps 2026-04-28 08:08:51.573 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-28 08:08:51.575 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-28 08:08:51.576 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: qos-rules-alias 2026-04-28 08:08:51.576 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: quota-check-limit 2026-04-28 08:08:51.577 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-28 08:08:51.579 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: quotas 2026-04-28 08:08:51.580 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: quota_details 2026-04-28 08:08:51.582 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: rbac-policies 2026-04-28 08:08:51.582 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: rbac-address-group 2026-04-28 08:08:51.583 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: rbac-address-scope 2026-04-28 08:08:51.584 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: rbac-security-groups 2026-04-28 08:08:51.584 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-28 08:08:51.585 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: revision-if-match 2026-04-28 08:08:51.585 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-28 08:08:51.586 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: router_availability_zone 2026-04-28 08:08:51.586 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-28 08:08:51.588 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-28 08:08:51.589 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-28 08:08:51.589 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-28 08:08:51.590 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-28 08:08:51.590 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-28 08:08:51.591 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-28 08:08:51.595 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: security-group 2026-04-28 08:08:51.596 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: segment 2026-04-28 08:08:51.597 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-28 08:08:51.597 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: service-type 2026-04-28 08:08:51.598 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: sorting 2026-04-28 08:08:51.598 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: standard-attr-segment 2026-04-28 08:08:51.599 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: standard-attr-description 2026-04-28 08:08:51.600 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: stateful-security-group 2026-04-28 08:08:51.600 8 WARNING neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-28 08:08:51.601 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-28 08:08:51.601 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: subnet-external-network 2026-04-28 08:08:51.602 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: subnet_onboard 2026-04-28 08:08:51.602 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-28 08:08:51.603 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: subnet-service-types 2026-04-28 08:08:51.603 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: subnet_allocation 2026-04-28 08:08:51.604 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-28 08:08:51.605 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: tag-creation 2026-04-28 08:08:51.605 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-28 08:08:51.609 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: standard-attr-tag 2026-04-28 08:08:51.610 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-28 08:08:51.611 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: trunk 2026-04-28 08:08:51.612 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: trunk-details 2026-04-28 08:08:51.612 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-28 08:08:51.613 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-28 08:08:51.613 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-28 08:08:51.614 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-28 08:08:51.616 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-28 08:08:51.617 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-28 08:08:51.617 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: vpn-flavors 2026-04-28 08:08:51.620 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: vpnaas 2026-04-28 08:08:51.621 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: taas 2026-04-28 08:08:51.623 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: tap-mirror 2026-04-28 08:08:51.623 8 INFO neutron.api.extensions [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-28 08:08:51.626 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-28 08:08:51.626 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-28 08:08:51.626 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.626 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-28 08:08:51.630 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 08:08:51.630 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 08:08:51.635 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 08:08:51.636 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 08:08:51.637 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 08:08:51.638 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.638 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.638 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.639 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.639 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 08:08:51.639 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.640 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.640 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 08:08:51.641 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 08:08:51.641 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 08:08:51.642 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.642 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ipsecpolicy is already registered 2026-04-28 08:08:51.642 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.643 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ikepolicy is already registered 2026-04-28 08:08:51.648 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-28 08:08:51.649 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] router is already registered 2026-04-28 08:08:51.649 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-28 08:08:51.649 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] floatingip is already registered 2026-04-28 08:08:51.653 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-28 08:08:51.653 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] rbac_policy is already registered 2026-04-28 08:08:51.654 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-28 08:08:51.654 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] security_group is already registered 2026-04-28 08:08:51.655 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-28 08:08:51.655 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] security_group_rule is already registered 2026-04-28 08:08:51.656 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.656 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.656 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-28 08:08:51.656 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] subnetpool is already registered 2026-04-28 08:08:51.657 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-28 08:08:51.657 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] trunk is already registered 2026-04-28 08:08:51.657 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.658 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ikepolicy is already registered 2026-04-28 08:08:51.658 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.658 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ipsecpolicy is already registered 2026-04-28 08:08:51.659 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-28 08:08:51.659 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] endpoint_group is already registered 2026-04-28 08:08:51.659 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-28 08:08:51.659 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] vpnservice is already registered 2026-04-28 08:08:51.660 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-28 08:08:51.660 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ipsec_site_connection is already registered 2026-04-28 08:08:51.660 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-28 08:08:51.661 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ipsecpolicy is already registered 2026-04-28 08:08:51.661 8 INFO neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-28 08:08:51.661 8 WARNING neutron.quota.resource_registry [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] ikepolicy is already registered 2026-04-28 08:08:51.701 8 WARNING keystonemiddleware._common.config [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-28 08:08:51.709 8 WARNING oslo_config.cfg [None req-971c1017-521c-4de7-8c87-8105a1382d50 - - - - - -] 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 9 seconds on interpreter 0x7fb308e00668 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-28 08:08:56.773 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80a02546-002b-45c5-ad48-0b8f9e23f877 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:08:55 2026] GET /v2.0/networks/public => generated 108 bytes in 923 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/4] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:08:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:08:57.631 7 WARNING neutron.services.revisions.revision_plugin [None req-8b549757-471d-434a-b38b-0db687d0b733 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Could not find related network for resource to bump revision. 2026-04-28 08:08:57.653 7 INFO neutron.db.segments_db [None req-8b549757-471d-434a-b38b-0db687d0b733 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 0d775a0d-97d5-4e9f-a73b-e80595d9ccbe of type flat for network 0b0d0c40-cfc9-43b5-9ed9-3cb95f21da03 2026-04-28 08:08:57.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b549757-471d-434a-b38b-0db687d0b733 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.233 () {48 vars in 968 bytes} [Tue Apr 28 08:08:57 2026] POST /v2.0/networks => generated 124 bytes in 508 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:09:04.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-433199e7-b194-4a2b-80db-c1357c3dd856 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:09:03 2026] GET /v2.0/networks/public => generated 108 bytes in 388 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:09:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:09:04.344 8 WARNING neutron.services.revisions.revision_plugin [None req-bb6222af-b2a7-4d01-9dc2-544d24a3d1a9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Could not find related network for resource to bump revision. 2026-04-28 08:09:04.375 8 INFO neutron.db.segments_db [None req-bb6222af-b2a7-4d01-9dc2-544d24a3d1a9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment a58f827e-8b5b-4bd0-8527-b87a9151a6fe of type flat for network ba45291c-724c-4f5f-ad97-f8d09e936244 2026-04-28 08:09:04.429 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb6222af-b2a7-4d01-9dc2-544d24a3d1a9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.233 () {48 vars in 968 bytes} [Tue Apr 28 08:09:04 2026] POST /v2.0/networks => generated 124 bytes in 366 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:09:10.441 8 INFO neutron.pecan_wsgi.hooks.translation [None req-393561ec-1f08-49cf-bee2-fa4c699d83df d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:09:10 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: 7|app: 0|req: 6/11] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:09:10 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-28 08:09:10.531 8 WARNING neutron.services.revisions.revision_plugin [None req-42bf0ae7-f7c7-45c4-9ee9-569414e1ae40 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Could not find related network for resource to bump revision. 2026-04-28 08:09:10.549 8 INFO neutron.db.segments_db [None req-42bf0ae7-f7c7-45c4-9ee9-569414e1ae40 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 40c719f0-067e-437f-a6d3-8ecb5114afe6 of type flat for network 43f6be9b-193b-431c-be47-302ca5c3558a 2026-04-28 08:09:10.578 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42bf0ae7-f7c7-45c4-9ee9-569414e1ae40 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.233 () {48 vars in 968 bytes} [Tue Apr 28 08:09:10 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:09:16.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7b646e6-c33d-4304-ab1b-89cf97bd2618 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:09:16 2026] GET /v2.0/networks/public => generated 108 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/14] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:09:16 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-28 08:09:16.593 7 WARNING neutron.services.revisions.revision_plugin [None req-ff081f56-9be1-4634-8353-e659f9d94d33 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Could not find related network for resource to bump revision. 2026-04-28 08:09:16.626 7 INFO neutron.db.segments_db [None req-ff081f56-9be1-4634-8353-e659f9d94d33 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment af000d0a-b584-46d9-8ff1-c06233439801 of type flat for network 6e24125e-1bd7-4b34-92cf-954e3bd36b36 2026-04-28 08:09:16.659 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff081f56-9be1-4634-8353-e659f9d94d33 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.233 () {48 vars in 968 bytes} [Tue Apr 28 08:09:16 2026] POST /v2.0/networks => generated 124 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:09:22.637 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3d80c4c-f0e0-4372-a53d-f90eefd2201a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/17] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:09:22 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: 8|app: 0|req: 9/18] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:09:22 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-28 08:09:22.704 7 WARNING neutron.services.revisions.revision_plugin [None req-12831f7b-f9f2-4182-b63a-fbd1f0a10383 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Could not find related network for resource to bump revision. 2026-04-28 08:09:22.722 7 INFO neutron.db.segments_db [None req-12831f7b-f9f2-4182-b63a-fbd1f0a10383 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 236102bf-caa9-4f81-a815-c009457e813c of type flat for network eea0982c-6299-4d08-a964-b0ba16d52254 [pid: 7|app: 0|req: 10/19] 199.204.45.233 () {48 vars in 968 bytes} [Tue Apr 28 08:09:22 2026] POST /v2.0/networks => generated 706 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:09:24.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f035c26-3915-4636-8543-14e595899e67 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:09:24 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:09:24 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:09:24.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0823d001-ba67-4d53-9631-753324c3d094 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/22] 199.204.45.233 () {44 vars in 1035 bytes} [Tue Apr 28 08:09:24 2026] GET /v2.0/subnets/public-subnet?network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/23] 199.204.45.233 () {44 vars in 1058 bytes} [Tue Apr 28 08:09:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 199.204.45.233 () {48 vars in 966 bytes} [Tue Apr 28 08:09:24 2026] POST /v2.0/subnets => generated 664 bytes in 1289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:14:15.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f670ef3-7f62-4bb8-ade6-450fceb3121d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/62] 199.204.45.233 () {44 vars in 938 bytes} [Tue Apr 28 08:14:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/63] 199.204.45.233 () {44 vars in 960 bytes} [Tue Apr 28 08:14:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:14:15.960 7 INFO neutron.db.segments_db [None req-06d718e1-8921-4398-bdc0-c58b3e741266 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 1db14d1e-66c2-4bc5-8751-e331da318ca0 of type vxlan for network 2629c6b1-f106-4121-a53c-a6b220eaf638 [pid: 7|app: 0|req: 33/64] 199.204.45.233 () {48 vars in 967 bytes} [Tue Apr 28 08:14:15 2026] POST /v2.0/networks => generated 707 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:14:17.053 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d653a211-bd2f-4a49-8a47-d257bd9b64aa d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/65] 199.204.45.233 () {44 vars in 938 bytes} [Tue Apr 28 08:14:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/66] 199.204.45.233 () {44 vars in 960 bytes} [Tue Apr 28 08:14:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:14:17.116 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f74a439-aeca-492b-bcf6-12c83e99a599 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/67] 199.204.45.233 () {44 vars in 1037 bytes} [Tue Apr 28 08:14:17 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/68] 199.204.45.233 () {44 vars in 1060 bytes} [Tue Apr 28 08:14:17 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 199.204.45.233 () {48 vars in 966 bytes} [Tue Apr 28 08:14:17 2026] POST /v2.0/subnets => generated 651 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:14:18.474 7 INFO neutron.api.v2.resource [None req-cd33e7f3-edbc-4507-989f-530f227457c5 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/70] 199.204.45.233 () {44 vars in 972 bytes} [Tue Apr 28 08:14:18 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/71] 199.204.45.233 () {44 vars in 994 bytes} [Tue Apr 28 08:14:18 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.233 () {48 vars in 981 bytes} [Tue Apr 28 08:14:18 2026] POST /v2.0/security-groups => generated 1616 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:19 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:19 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:19 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:20 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 2230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:21 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:21 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:22 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:22 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:22 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => 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: 43/86] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:23 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 3462 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:23 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:23 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:24 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:24 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:24 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.233 () {44 vars in 988 bytes} [Tue Apr 28 08:14:25 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:14:25.788 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d62e3df-93ce-488f-a6e4-7b6aa4cb36b3 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/96] 199.204.45.233 () {44 vars in 1077 bytes} [Tue Apr 28 08:14:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => 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: 49/97] 199.204.45.233 () {44 vars in 1100 bytes} [Tue Apr 28 08:14:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:25 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => 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: 50/99] 199.204.45.233 () {48 vars in 962 bytes} [Tue Apr 28 08:14:25 2026] POST /v2.0/ports => generated 1096 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:14:34.321 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ecb315f-287b-4ed7-b27f-d3f6caa68bb3 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.204.45.233 () {44 vars in 980 bytes} [Tue Apr 28 08:14:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 51/101] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.233 () {48 vars in 1032 bytes} [Tue Apr 28 08:14:34 2026] PUT /v2.0/ports/ca8594d2-5814-4093-bfeb-946606a51ebe => generated 1245 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 199.204.45.233 () {44 vars in 921 bytes} [Tue Apr 28 08:14:36 2026] GET /v2.0/ports => generated 3726 bytes in 119 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-28 08:14:37.813 8 INFO neutron.api.v2.resource [None req-3dd52bd0-4e23-4f0b-b890-b1e7d41339a8 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/106] 199.204.45.233 () {44 vars in 960 bytes} [Tue Apr 28 08:14:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.233 () {44 vars in 982 bytes} [Tue Apr 28 08:14:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.233 () {48 vars in 981 bytes} [Tue Apr 28 08:14:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:38 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:38 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:38 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:38 2026] POST /v2.0/security-group-rules => generated 621 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:39 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:40 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:14:40 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:14:40 2026] POST /v2.0/security-group-rules => generated 625 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/155] 199.204.45.233 () {44 vars in 976 bytes} [Tue Apr 28 08:19:36 2026] GET /v2.0/quotas/1ea479814ed94ad79b01c693d866856d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/156] 199.204.45.233 () {48 vars in 1028 bytes} [Tue Apr 28 08:19:36 2026] PUT /v2.0/quotas/1ea479814ed94ad79b01c693d866856d => generated 291 bytes in 41 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-28 08:21:57.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95762a4d-aa93-4bbe-b187-788fbf9f2a57 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 89/177] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:21:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 191 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 89/178] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:21:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:21:59.466 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0bd4511-c2b6-459e-8cf0-1cf0888bf1e4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 90/179] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:21:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/180] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:21:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:28:14.744 7 INFO neutron.api.v2.resource [None req-4bf8f6da-df72-436c-84a1-5b6bf81c657a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 116/231] 199.204.45.233 () {44 vars in 1075 bytes} [Tue Apr 28 08:28:14 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=31443f96328344aaac858b2ccc2d86de => generated 139 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/232] 199.204.45.233 () {44 vars in 1098 bytes} [Tue Apr 28 08:28:14 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=31443f96328344aaac858b2ccc2d86de => generated 23 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/233] 199.204.45.233 () {48 vars in 982 bytes} [Tue Apr 28 08:28:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/234] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:16 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/235] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:28:16 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/236] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:16 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/237] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:28:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/238] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:17 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/239] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:28:17 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/240] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:17 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/241] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:28:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/242] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:18 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/243] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:28:18 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => 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: 122/244] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:18 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/245] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:28:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:19 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:28:20 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:28:20 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 199.204.45.233 () {48 vars in 992 bytes} [Tue Apr 28 08:28:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/270] 199.204.45.233 () {30 vars in 740 bytes} [Tue Apr 28 08:30:37 2026] GET /v2.0/networks?tenant_id=31443f96328344aaac858b2ccc2d86de&shared=False => generated 15 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:30:37.945 7 INFO neutron.db.segments_db [None req-42ad7173-ece2-4a52-87c7-777d552eef9f 136f39bd052c4354851a5a0d761a4bea 31443f96328344aaac858b2ccc2d86de - - eb8a2332f0bd450f8eccc4a5afda5c96 eb8a2332f0bd450f8eccc4a5afda5c96] Added segment ee8287b2-702d-4444-bf82-16bf4472f264 of type vxlan for network cb03b297-af5a-4843-af6a-0a251b772d73 [pid: 7|app: 0|req: 136/271] 199.204.45.233 () {34 vars in 682 bytes} [Tue Apr 28 08:30:37 2026] POST /v2.0/networks => generated 718 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/272] 199.204.45.233 () {30 vars in 722 bytes} [Tue Apr 28 08:30:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/273] 199.204.45.233 () {30 vars in 633 bytes} [Tue Apr 28 08:30:38 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/274] 199.204.45.233 () {34 vars in 677 bytes} [Tue Apr 28 08:30:38 2026] POST /v2.0/ports => generated 999 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/275] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:30:38 2026] GET /v2.0/networks/cb03b297-af5a-4843-af6a-0a251b772d73 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/276] 199.204.45.233 () {30 vars in 722 bytes} [Tue Apr 28 08:30:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/277] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:30:40 2026] GET /v2.0/networks/cb03b297-af5a-4843-af6a-0a251b772d73 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/280] 199.204.45.233 () {44 vars in 976 bytes} [Tue Apr 28 08:30:54 2026] GET /v2.0/quotas/31443f96328344aaac858b2ccc2d86de => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/281] 199.204.45.233 () {48 vars in 1028 bytes} [Tue Apr 28 08:30:54 2026] PUT /v2.0/quotas/31443f96328344aaac858b2ccc2d86de => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:03.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27a3aca9-90d5-492c-b9f8-4783fbf9caf7 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/370] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:42:03 2026] GET /v2.0/networks/public => generated 108 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/371] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:42:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:04.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59b79c43-9bc8-4918-b8c1-5d9bc1139f88 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/372] 199.204.45.233 () {44 vars in 928 bytes} [Tue Apr 28 08:42:04 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:42:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:05.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c2dfe59-47cb-45dc-be6a-38d6f226e1f9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/374] 199.204.45.233 () {44 vars in 1035 bytes} [Tue Apr 28 08:42:05 2026] GET /v2.0/subnets/public-subnet?network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 199.204.45.233 () {44 vars in 1058 bytes} [Tue Apr 28 08:42:05 2026] GET /v2.0/subnets?name=public-subnet&network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:33.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15d9d53d-6ca4-4996-a7cf-800f6c0b6ec9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/380] 199.204.45.233 () {44 vars in 938 bytes} [Tue Apr 28 08:42:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.233 () {44 vars in 960 bytes} [Tue Apr 28 08:42:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:34.476 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32b857e1-aadd-436d-8647-b5e3b52dc4ac d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/382] 199.204.45.233 () {44 vars in 938 bytes} [Tue Apr 28 08:42:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.233 () {44 vars in 960 bytes} [Tue Apr 28 08:42:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:34.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-241d62c7-e770-4fc7-ada6-ca3821940b26 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/384] 199.204.45.233 () {44 vars in 1037 bytes} [Tue Apr 28 08:42:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.233 () {44 vars in 1060 bytes} [Tue Apr 28 08:42:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:35.811 7 INFO neutron.api.v2.resource [None req-8f2b6887-3e24-4340-a61b-840a73d17fa7 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/386] 199.204.45.233 () {44 vars in 972 bytes} [Tue Apr 28 08:42:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.233 () {44 vars in 994 bytes} [Tue Apr 28 08:42:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:37 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:37 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:37 2026] GET /v2.0/security-group-rules/2387e3fb-00ba-4bb6-b329-cf0bd8d7a06f => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:38 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:38 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:38 2026] GET /v2.0/security-group-rules/85e6f5b5-ac99-4050-8f6f-a6cfc6e259ba => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:39 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:39 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:39 2026] GET /v2.0/security-group-rules/1735364c-55c4-4614-b7c0-431cbe239011 => 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: 201/399] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:40 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:40 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:40 2026] GET /v2.0/security-group-rules/8bfd83f2-f67c-49ae-8511-01ca1de50b87 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:40 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:41 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:41 2026] GET /v2.0/security-group-rules/cda4f83d-0a37-4b4c-bfed-8f1615c01cde => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.233 () {44 vars in 988 bytes} [Tue Apr 28 08:42:42 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:42:42.393 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ff4d64f-6529-40d7-8644-eb59c9849ab2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/406] 199.204.45.233 () {44 vars in 1077 bytes} [Tue Apr 28 08:42:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => 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: 205/407] 199.204.45.233 () {44 vars in 1100 bytes} [Tue Apr 28 08:42:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 1250 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/408] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:42 2026] GET /v2.0/security-groups/a5368830-ddf6-495c-92f2-09ef0fc9012a => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:42:50.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ef2ca49-50b8-4437-810f-a9ad1244e58e d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/409] 199.204.45.233 () {44 vars in 980 bytes} [Tue Apr 28 08:42:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.204.45.233 () {44 vars in 921 bytes} [Tue Apr 28 08:42:51 2026] GET /v2.0/ports => generated 4721 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:42:52.967 8 INFO neutron.api.v2.resource [None req-e6c23230-0dc3-4418-9a83-b4dbb75eec9f d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/414] 199.204.45.233 () {44 vars in 960 bytes} [Tue Apr 28 08:42:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.233 () {44 vars in 982 bytes} [Tue Apr 28 08:42:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:53 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:54 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2882 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:54 2026] GET /v2.0/security-group-rules/93a757e2-0d82-4eee-8a92-41198b808bc9 => generated 621 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:54 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2882 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:42:54 2026] GET /v2.0/security-groups/16af9376-b14c-472f-89cb-a294806b65e5 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:42:55 2026] GET /v2.0/security-group-rules/ce74cb97-a753-4277-94eb-f1b65c79aea9 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.233 () {44 vars in 976 bytes} [Tue Apr 28 08:43:06 2026] GET /v2.0/quotas/1ea479814ed94ad79b01c693d866856d => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:43:59.376 7 INFO neutron.api.v2.resource [None req-b781b505-f687-437d-99b7-010d1f028358 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/431] 199.204.45.233 () {44 vars in 1075 bytes} [Tue Apr 28 08:43:59 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=31443f96328344aaac858b2ccc2d86de => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 199.204.45.233 () {44 vars in 1098 bytes} [Tue Apr 28 08:43:59 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=31443f96328344aaac858b2ccc2d86de => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:44:00 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/434] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:44:00 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:44:00 2026] GET /v2.0/security-group-rules/e6735edd-b429-4cfe-8ac9-02f30b120314 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/436] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:44:01 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/437] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:44:01 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => 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: 218/438] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:44:01 2026] GET /v2.0/security-group-rules/8533fef1-d455-4903-8e32-6eac7a77f1de => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:44:02 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:44:02 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:44:02 2026] GET /v2.0/security-group-rules/6887803b-a2da-4356-984b-9b2f8adf5d61 => 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: 220/442] 199.204.45.233 () {44 vars in 1089 bytes} [Tue Apr 28 08:44:03 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc?project_id=31443f96328344aaac858b2ccc2d86de => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 199.204.45.233 () {44 vars in 1002 bytes} [Tue Apr 28 08:44:03 2026] GET /v2.0/security-groups/33d7d74f-90ca-4c6e-ad78-3e7d1780e2bc => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 199.204.45.233 () {44 vars in 1012 bytes} [Tue Apr 28 08:44:03 2026] GET /v2.0/security-group-rules/86b6040e-7af7-444c-94ff-286c681d4f55 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 199.204.45.233 () {44 vars in 976 bytes} [Tue Apr 28 08:44:10 2026] GET /v2.0/quotas/31443f96328344aaac858b2ccc2d86de => 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: 226/454] 199.204.45.233 () {44 vars in 950 bytes} [Tue Apr 28 08:45:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:45:42 2026] GET /v2.0/networks => generated 2168 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 10.0.0.124 () {32 vars in 655 bytes} [Tue Apr 28 08:45:43 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:45:44 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:45:44 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:45:44 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: 234/466] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:45:44 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/467] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:45:44 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.124 () {32 vars in 655 bytes} [Tue Apr 28 08:45:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:45:55.708 8 INFO neutron.db.segments_db [None req-d5cd112e-e377-434b-821f-4cece8913b23 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment b859b213-6505-4bd2-b1b3-da5071284365 of type vxlan for network bf8444fa-b165-458d-89d2-59df66a0fb65 2026-04-28 08:45:55.769 7 INFO neutron.db.segments_db [None req-45c8f0f8-8825-4595-83d2-ad1d988ad16b d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 2e6e5812-60ca-441e-ba18-1295db9f9779 of type vxlan for network 4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390 [pid: 8|app: 0|req: 235/471] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:45:55 2026] POST /v2.0/networks => generated 751 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:45:55 2026] POST /v2.0/networks => generated 737 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:45:56.030 8 INFO neutron.db.segments_db [None req-39c21c42-03c7-43bc-8cac-ff6df8cf6f5c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment ae1aa07c-1007-4dc5-9ce5-f7a923247d26 of type vxlan for network f362cd22-53ea-479c-915a-8a68ad700647 [pid: 7|app: 0|req: 238/473] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:45:55 2026] POST /v2.0/subnets => generated 698 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:45:55 2026] POST /v2.0/networks => generated 749 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:45:56.162 8 INFO neutron.db.segments_db [None req-e452a596-62dd-4bd7-b01a-f1e3bdc6d68a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 99c30eab-0de3-43e2-aec2-f0387d2c760e of type vxlan for network 9d7236d4-f0da-4e78-af1c-26b965e438c7 [pid: 7|app: 0|req: 239/475] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:45:56 2026] POST /v2.0/subnets => generated 685 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:45:56.391 8 INFO neutron.db.l3_hamode_db [None req-e452a596-62dd-4bd7-b01a-f1e3bdc6d68a d60e816808844c45933653d4f61d6ea0 bdd020e139e44f66a88bafbc1f93ded1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/476] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:45:56 2026] POST /v2.0/subnets => generated 696 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:45:56.520 7 INFO neutron.db.segments_db [None req-9a2587a8-d372-4392-b488-c4e7264af2f1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment b4554544-1305-4572-b533-1537a75af7dc of type vxlan for network dc812cf7-0544-4114-88db-33bcdfdc9629 2026-04-28 08:45:56.809 7 INFO neutron.db.l3_hamode_db [None req-9a2587a8-d372-4392-b488-c4e7264af2f1 d60e816808844c45933653d4f61d6ea0 7789c21cc9424b818fb84b1130cba470 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:45:57.570 8 INFO neutron.db.l3_hamode_db [None req-e452a596-62dd-4bd7-b01a-f1e3bdc6d68a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:45:57.777 7 INFO neutron.db.l3_hamode_db [None req-9a2587a8-d372-4392-b488-c4e7264af2f1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/477] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:45:56 2026] POST /v2.0/routers => generated 738 bytes in 2551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:45:58.690 8 INFO neutron.db.segments_db [None req-1b1a46be-7988-4e8b-863a-16cabbc14fb8 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment b1e61f94-4379-443b-bda8-16251e392091 of type vxlan for network 4ddc7f70-29b3-4228-8806-d38334811c75 2026-04-28 08:45:58.953 8 INFO neutron.db.l3_hamode_db [None req-1b1a46be-7988-4e8b-863a-16cabbc14fb8 d60e816808844c45933653d4f61d6ea0 c1e72b803a624ded88e2f59840ad7b0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/478] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:45:56 2026] POST /v2.0/routers => generated 725 bytes in 2509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:45:58 2026] GET /v2.0/security-groups?tenant_id=1351c3ddacbe4734af95069835a47f89&name=default => generated 2923 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:45:59.674 8 INFO neutron.db.l3_hamode_db [None req-1b1a46be-7988-4e8b-863a-16cabbc14fb8 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 243/480] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:45:59 2026] PUT /v2.0/routers/bfc0a7c4-0c44-4510-bda3-3661915d6600/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/481] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:45:58 2026] POST /v2.0/routers => generated 736 bytes in 1897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/482] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:00 2026] DELETE /v2.0/security-groups/bac62390-4986-48fa-b578-a72b23fee306 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/483] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:46:00 2026] PUT /v2.0/routers/7f73c2b7-206a-4273-be59-bbf28919930f/add_router_interface => generated 309 bytes in 1397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:46:01 2026] POST /v2.0/security-groups => generated 1659 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/485] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/486] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:46:00 2026] PUT /v2.0/routers/6615dc75-cd4a-4266-bbd0-8bb9dec864ad/add_router_interface => generated 309 bytes in 1384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46: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) [pid: 7|app: 0|req: 248/488] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:46:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/489] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:46:02 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:46:02.874 7 INFO neutron.db.segments_db [None req-d2e6677f-212b-4fcb-8b2c-d7bccf88420a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment a11f47b9-dff0-4b27-ae11-b175f6a8eac8 of type vxlan for network 988555eb-dea4-44e4-8bd7-d378ef1615cc [pid: 7|app: 0|req: 249/490] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:46:02 2026] POST /v2.0/networks => generated 747 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/491] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/492] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:46:02 2026] POST /v2.0/subnets => generated 694 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/493] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/494] 10.0.0.82 () {38 vars in 970 bytes} [Tue Apr 28 08:46:03 2026] POST /v2.0/security-groups => generated 1685 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:46:03.424 7 INFO neutron.db.segments_db [None req-26b2b833-9f3b-465f-b389-cbdf49ec55cb d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 2dc72121-dcb8-4cbe-b663-99794876d2e9 of type vxlan for network 5df7530c-c209-401a-bdc0-014c124ff513 2026-04-28 08:46:03.694 7 INFO neutron.db.l3_hamode_db [None req-26b2b833-9f3b-465f-b389-cbdf49ec55cb d60e816808844c45933653d4f61d6ea0 89d6a6d107324a0d8ac426f67959ea15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 244/495] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:46:03 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/496] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:03 2026] GET /v2.0/security-groups/0ed5f471-76ed-4ad8-bc51-1f3f7312051e => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/497] 10.0.0.82 () {34 vars in 1097 bytes} [Tue Apr 28 08:46:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--333470205&fields=id&tenant_id=bdd020e139e44f66a88bafbc1f93ded1 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/498] 10.0.0.82 () {38 vars in 980 bytes} [Tue Apr 28 08:46:03 2026] POST /v2.0/security-group-rules => generated 614 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/499] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 683 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/500] 10.0.0.82 () {38 vars in 970 bytes} [Tue Apr 28 08:46:04 2026] POST /v2.0/security-groups => generated 1685 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/501] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/quotas/bdd020e139e44f66a88bafbc1f93ded1 => 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: 251/502] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/503] 10.0.0.82 () {34 vars in 1099 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1351192267&fields=id&tenant_id=7789c21cc9424b818fb84b1130cba470 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/504] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/networks?id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390 => generated 670 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/505] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/quotas/7789c21cc9424b818fb84b1130cba470 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/506] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/ports?tenant_id=7789c21cc9424b818fb84b1130cba470&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:04.567 7 INFO neutron.db.l3_hamode_db [None req-26b2b833-9f3b-465f-b389-cbdf49ec55cb d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 256/507] 10.0.0.82 () {34 vars in 906 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/508] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/509] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 259/510] 10.0.0.82 () {34 vars in 906 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/511] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?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: 261/512] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:46:04 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?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: 262/513] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-groups/96a84b53-fea0-4d84-9088-c7fb5fcf2136 => generated 1685 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/514] 10.0.0.82 () {38 vars in 980 bytes} [Tue Apr 28 08:46:05 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/515] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 265/516] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-groups/96a84b53-fea0-4d84-9088-c7fb5fcf2136 => generated 2310 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/517] 10.0.0.82 () {38 vars in 980 bytes} [Tue Apr 28 08:46:05 2026] POST /v2.0/security-group-rules => generated 619 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/518] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 268/519] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-groups/96a84b53-fea0-4d84-9088-c7fb5fcf2136 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/520] 10.0.0.82 () {34 vars in 1000 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-group-rules/2b6691c7-c638-487b-91a8-ee680395d008 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/521] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-groups/96a84b53-fea0-4d84-9088-c7fb5fcf2136 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/522] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:46:03 2026] POST /v2.0/routers => generated 734 bytes in 2232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/523] 10.0.0.82 () {36 vars in 1022 bytes} [Tue Apr 28 08:46:05 2026] DELETE /v2.0/security-group-rules/2b6691c7-c638-487b-91a8-ee680395d008 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/524] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-groups/96a84b53-fea0-4d84-9088-c7fb5fcf2136 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/525] 10.0.0.82 () {36 vars in 1012 bytes} [Tue Apr 28 08:46:05 2026] DELETE /v2.0/security-groups/96a84b53-fea0-4d84-9088-c7fb5fcf2136 => 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: 274/526] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:05 2026] GET /v2.0/security-groups/0ed5f471-76ed-4ad8-bc51-1f3f7312051e => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/527] 10.0.0.82 () {36 vars in 1012 bytes} [Tue Apr 28 08:46:05 2026] DELETE /v2.0/security-groups/0ed5f471-76ed-4ad8-bc51-1f3f7312051e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:06.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a22f832-1910-4f61-a2a4-b40a95216be7 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: eacba967-a337-4ebf-b476-3daa5ee58da0 2026-04-28 08:46:06.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a22f832-1910-4f61-a2a4-b40a95216be7 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: eacba967-a337-4ebf-b476-3daa5ee58da0 [pid: 7|app: 0|req: 253/528] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:46:05 2026] PUT /v2.0/routers/7d86ea39-ab6b-49de-b723-a1ee0bad8cd2/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/529] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:06 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/530] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:06 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 276/531] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:46:05 2026] PUT /v2.0/routers/6615dc75-cd4a-4266-bbd0-8bb9dec864ad/remove_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/534] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:46:07 2026] POST /v2.0/security-groups => generated 1661 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/535] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:46:07.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-1aac3a0b-292c-4cb6-8e00-d7574ce572b1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: e8886283-be5a-45a4-b47c-65ad3de5eab7 2026-04-28 08:46:07.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aac3a0b-292c-4cb6-8e00-d7574ce572b1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: e8886283-be5a-45a4-b47c-65ad3de5eab7 [pid: 8|app: 0|req: 281/536] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:07 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) 2026-04-28 08:46:07.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-1aac3a0b-292c-4cb6-8e00-d7574ce572b1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 8a0d99c6-e244-471d-a5f6-cb532848073f 2026-04-28 08:46:07.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aac3a0b-292c-4cb6-8e00-d7574ce572b1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 8a0d99c6-e244-471d-a5f6-cb532848073f 2026-04-28 08:46:08.015 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-1aac3a0b-292c-4cb6-8e00-d7574ce572b1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - 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: 282/537] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:46:07 2026] POST /v2.0/floatingips => generated 552 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/538] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:08 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 284/539] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:08 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:46:08.400 7 INFO neutron.db.l3_hamode_db [None req-1aac3a0b-292c-4cb6-8e00-d7574ce572b1 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 4ddc7f70-29b3-4228-8806-d38334811c75 was deleted as no HA routers are present in tenant c1e72b803a624ded88e2f59840ad7b0e. [pid: 7|app: 0|req: 256/540] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:07 2026] DELETE /v2.0/routers/6615dc75-cd4a-4266-bbd0-8bb9dec864ad => generated 0 bytes in 1346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/541] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:08 2026] DELETE /v2.0/subnets/cd38693d-8235-4033-bc42-11737e831ac2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:08.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-2172aab8-1ce4-4eb2-8bba-7a3f40e79f2b d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: b7f9ac3f-d0ea-4e22-8919-a209a9509448 2026-04-28 08:46:08.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2172aab8-1ce4-4eb2-8bba-7a3f40e79f2b d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: b7f9ac3f-d0ea-4e22-8919-a209a9509448 2026-04-28 08:46:08.766 7 INFO neutron.services.segments.plugin [-] Segment b1e61f94-4379-443b-bda8-16251e392091 resource provider aggregate not found 2026-04-28 08:46:08.770 7 INFO neutron.services.segments.plugin [-] Segment b1e61f94-4379-443b-bda8-16251e392091 resource provider aggregate not found 2026-04-28 08:46:08.782 7 INFO neutron.services.segments.plugin [-] Segment b1e61f94-4379-443b-bda8-16251e392091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e61f94-4379-443b-bda8-16251e392091 found for delete ", "request_id": "req-19f269a6-2011-4d91-a2d1-4844147820e8"}]} 2026-04-28 08:46:08.793 7 INFO neutron.services.segments.plugin [-] Segment b1e61f94-4379-443b-bda8-16251e392091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e61f94-4379-443b-bda8-16251e392091 found for delete ", "request_id": "req-ea83918f-3bc1-4332-82fa-5b3585edee28"}]} [pid: 7|app: 0|req: 257/542] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:46:08 2026] DELETE /v2.0/networks/f362cd22-53ea-479c-915a-8a68ad700647 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/543] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:09 2026] GET /v2.0/security-groups?tenant_id=c1e72b803a624ded88e2f59840ad7b0e&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/544] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:09 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 258/545] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:09 2026] DELETE /v2.0/security-groups/a898b78d-104a-4854-9826-0fa7342ecd6a => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/546] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:09 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 259/547] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:09 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 683 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/548] 199.204.45.233 () {34 vars in 911 bytes} [Tue Apr 28 08:46:10 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: 7|app: 0|req: 260/549] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:46:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bdd020e139e44f66a88bafbc1f93ded1 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/550] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:10 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 262/551] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:10 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 290/552] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:46:10 2026] POST /v2.0/ports => generated 954 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:46:10.811 7 INFO neutron.services.segments.plugin [-] Segment ae1aa07c-1007-4dc5-9ce5-f7a923247d26 resource provider aggregate not found 2026-04-28 08:46:10.821 7 INFO neutron.services.segments.plugin [-] Segment ae1aa07c-1007-4dc5-9ce5-f7a923247d26 resource provider aggregate not found 2026-04-28 08:46:10.836 7 INFO neutron.services.segments.plugin [-] Segment ae1aa07c-1007-4dc5-9ce5-f7a923247d26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae1aa07c-1007-4dc5-9ce5-f7a923247d26 found for delete ", "request_id": "req-4426f3c3-90cb-4501-95ea-01a695e500c1"}]} 2026-04-28 08:46:10.848 7 INFO neutron.services.segments.plugin [-] Segment ae1aa07c-1007-4dc5-9ce5-f7a923247d26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae1aa07c-1007-4dc5-9ce5-f7a923247d26 found for delete ", "request_id": "req-67d0b54b-a72c-405f-84f2-41e7c25b1115"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-28 08:46:11.509 7 INFO neutron.db.segments_db [None req-a263d784-ab73-456d-9648-3437a44c735e d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 53d6a8b0-368a-48a6-a7c5-2ab985d01111 of type vxlan for network e4a08be4-7c8d-4783-bad3-2ad702502efd [pid: 7|app: 0|req: 263/553] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:46:11 2026] POST /v2.0/networks => generated 743 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/554] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:11 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/555] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:11 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/556] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:46:11 2026] PUT /v2.0/ports/e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 1235 bytes in 685 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: 292/557] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:11 2026] GET /v2.0/networks?id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390 => generated 670 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/558] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:11 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/559] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:46:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7789c21cc9424b818fb84b1130cba470 => generated 181 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/560] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:46:11 2026] POST /v2.0/subnets => generated 690 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:46:12.106 7 INFO neutron.db.segments_db [None req-627df050-4fb1-451c-8bbe-195efb10ab07 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment b9179738-67d0-4ba0-8be6-110b428795bb of type vxlan for network 22604ea8-14bd-4272-8745-6d5618ca11af [pid: 8|app: 0|req: 295/561] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:46:11 2026] POST /v2.0/ports => generated 954 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:46:12.316 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34a53d82-f87b-4997-9e0f-a978706a5eb2'] response: {'name': 'network-changed', 'server_uuid': '758bc93e-a99f-48a6-9a63-4a8b76eaa730', 'tag': 'e284eceb-485e-400f-a751-e5cfd8e35a69', '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, ' 2026-04-28 08:46:12.445 7 INFO neutron.db.l3_hamode_db [None req-627df050-4fb1-451c-8bbe-195efb10ab07 d60e816808844c45933653d4f61d6ea0 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 296/562] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:46:12 2026] PUT /v2.0/ports/82d19a7d-ac0c-4243-aa09-8c33bd52acf2 => generated 1235 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 297/563] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:12 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/564] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:12 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/565] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/566] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:12 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/567] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:12 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/568] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:12 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/569] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/570] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/571] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/572] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:46:13.377 7 INFO neutron.db.l3_hamode_db [None req-627df050-4fb1-451c-8bbe-195efb10ab07 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 307/573] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/ports?tenant_id=7789c21cc9424b818fb84b1130cba470&device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/574] 10.0.0.82 () {34 vars in 1099 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1909549685&fields=id&tenant_id=89d6a6d107324a0d8ac426f67959ea15 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/575] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82d19a7d-ac0c-4243-aa09-8c33bd52acf2 => 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: 310/576] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/networks?id=988555eb-dea4-44e4-8bd7-d378ef1615cc => generated 679 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/577] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/subnets?id=4a4c1df3-6f98-434d-a761-515bc4b6ae90 => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/578] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/quotas/89d6a6d107324a0d8ac426f67959ea15 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/579] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/ports?network_id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/580] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/ports?tenant_id=89d6a6d107324a0d8ac426f67959ea15&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/581] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:13 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?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: 316/582] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc?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: 317/583] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 318/584] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?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: 319/585] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc?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: 320/586] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/587] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/588] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:46:12 2026] POST /v2.0/routers => generated 730 bytes in 2303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/589] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 779 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/590] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/591] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/592] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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: 271/593] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:14.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c36be4e-1743-4328-9db7-288604c7ab35'] response: {'name': 'network-changed', 'server_uuid': '9c7692a6-b20f-442e-b269-b8791f0a1e6d', 'tag': '82d19a7d-ac0c-4243-aa09-8c33bd52acf2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 272/594] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/595] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 274/596] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/597] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:14 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 276/598] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/ports?tenant_id=7789c21cc9424b818fb84b1130cba470&device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/599] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/networks?id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390 => generated 765 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/600] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/601] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82d19a7d-ac0c-4243-aa09-8c33bd52acf2 => 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: 280/602] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/603] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/subnets?id=4a4c1df3-6f98-434d-a761-515bc4b6ae90 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/604] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/ports?network_id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/605] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/606] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/607] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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: 286/608] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?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: 287/609] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:15 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 323/610] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:46:14 2026] PUT /v2.0/routers/90b38b36-f797-4740-b67c-8575094f0e1b/add_router_interface => generated 309 bytes in 1431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/611] 10.0.0.82 () {38 vars in 970 bytes} [Tue Apr 28 08:46:16 2026] POST /v2.0/security-groups => generated 1682 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/612] 10.0.0.82 () {38 vars in 970 bytes} [Tue Apr 28 08:46:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/613] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/614] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/615] 10.0.0.82 () {38 vars in 970 bytes} [Tue Apr 28 08:46:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/616] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/security-groups?tenant_id=bda0efa6fc0d4ed783c35a63806e51f9 => generated 7909 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/617] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/618] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/security-groups/d3df71aa-f768-4731-9ccb-ab02516c6057 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/619] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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: 293/620] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/security-groups/d3df71aa-f768-4731-9ccb-ab02516c6057 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/621] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 294/622] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:16 2026] GET /v2.0/security-groups/edac3e01-5716-4ff6-8f6c-d0deed704056 => generated 1682 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/623] 10.0.0.82 () {36 vars in 1012 bytes} [Tue Apr 28 08:46:17 2026] DELETE /v2.0/security-groups/edac3e01-5716-4ff6-8f6c-d0deed704056 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:17.177 7 INFO neutron.api.v2.resource [req-d50a78a7-2363-442b-88a3-e8a60d3a35b5 req-afb22370-ae9e-4f0a-8dc0-bb218cf6dc6a 2ddbe8d5f61844b6a2e7c85558e29953 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/624] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/edac3e01-5716-4ff6-8f6c-d0deed704056 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/625] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/3fa2acb7-b3ab-4f24-ac9e-1c361ccdb1c4 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/626] 10.0.0.82 () {36 vars in 1012 bytes} [Tue Apr 28 08:46:17 2026] DELETE /v2.0/security-groups/3fa2acb7-b3ab-4f24-ac9e-1c361ccdb1c4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:17.380 8 INFO neutron.api.v2.resource [req-d4705c96-7733-48f3-84aa-d59780b8b095 req-ab3696d6-5d67-4bd8-aab9-e48179c5b3bc 2ddbe8d5f61844b6a2e7c85558e29953 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 331/627] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/3fa2acb7-b3ab-4f24-ac9e-1c361ccdb1c4 => 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: 297/628] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/faf3875b-884c-471b-acdc-b73ced6ec19d => generated 1681 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/629] 10.0.0.82 () {36 vars in 1012 bytes} [Tue Apr 28 08:46:17 2026] DELETE /v2.0/security-groups/faf3875b-884c-471b-acdc-b73ced6ec19d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:17.561 7 INFO neutron.api.v2.resource [req-2278f330-e228-409c-906b-ea785f51481a req-e26eb2e4-5e1e-497e-929f-b43ff16b90e8 2ddbe8d5f61844b6a2e7c85558e29953 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/630] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/faf3875b-884c-471b-acdc-b73ced6ec19d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/631] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups?tenant_id=bda0efa6fc0d4ed783c35a63806e51f9 => 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: 299/632] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/d3df71aa-f768-4731-9ccb-ab02516c6057 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/633] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/d3df71aa-f768-4731-9ccb-ab02516c6057 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:46:17.745 8 INFO neutron.api.v2.resource [req-2bd9ceb7-21b9-471a-bf9a-e0668f12960a req-3ac4e817-aae9-4bd5-a228-25950ef7c934 2ddbe8d5f61844b6a2e7c85558e29953 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 335/634] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/faf3875b-884c-471b-acdc-b73ced6ec19d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/635] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/636] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:17.827 7 INFO neutron.api.v2.resource [req-a3b7a1c0-83e3-4284-8737-58404258c56d req-8448b451-f8c1-4810-a78d-68281cba5739 2ddbe8d5f61844b6a2e7c85558e29953 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/637] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/3fa2acb7-b3ab-4f24-ac9e-1c361ccdb1c4 => generated 146 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:46:17.963 8 INFO neutron.api.v2.resource [req-64b892b2-3218-4d4b-90d1-60b2e6a787c9 req-62d2b3db-7db4-4b13-ab8b-7d53e4d5140d 2ddbe8d5f61844b6a2e7c85558e29953 bda0efa6fc0d4ed783c35a63806e51f9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 337/638] 10.0.0.82 () {34 vars in 990 bytes} [Tue Apr 28 08:46:17 2026] GET /v2.0/security-groups/edac3e01-5716-4ff6-8f6c-d0deed704056 => generated 146 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/639] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:18 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/640] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:18 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 340/641] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:18 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:18.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0c8d1bb-a037-41d9-92ec-3dbaa3f968b5 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 593d29f4-3d6d-44d7-9257-81d9312a89ce 2026-04-28 08:46:18.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0c8d1bb-a037-41d9-92ec-3dbaa3f968b5 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 593d29f4-3d6d-44d7-9257-81d9312a89ce [pid: 8|app: 0|req: 341/642] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:18 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/643] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:18 2026] GET /v2.0/networks?id=988555eb-dea4-44e4-8bd7-d378ef1615cc => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/644] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:19 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&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: 344/645] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:46:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=89d6a6d107324a0d8ac426f67959ea15 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/646] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:46:17 2026] PUT /v2.0/routers/90b38b36-f797-4740-b67c-8575094f0e1b/remove_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:19.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-20b88d9b-7dc4-4957-9d83-5b6c33e5e4cf d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 6f8cdb38-4bff-4edb-991e-dacee5fd11b1 2026-04-28 08:46:19.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20b88d9b-7dc4-4957-9d83-5b6c33e5e4cf d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 6f8cdb38-4bff-4edb-991e-dacee5fd11b1 2026-04-28 08:46:19.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-20b88d9b-7dc4-4957-9d83-5b6c33e5e4cf d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 3de3679d-3a19-446b-9ce2-d8ad403b6ed5 2026-04-28 08:46:19.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20b88d9b-7dc4-4957-9d83-5b6c33e5e4cf d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 3de3679d-3a19-446b-9ce2-d8ad403b6ed5 [pid: 8|app: 0|req: 345/647] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:46:19 2026] POST /v2.0/ports => generated 954 bytes in 715 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: 346/648] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:19 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 957 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/649] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:19 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:20.051 7 INFO neutron.services.segments.plugin [-] Segment b9179738-67d0-4ba0-8be6-110b428795bb resource provider aggregate not found 2026-04-28 08:46:20.059 7 INFO neutron.services.segments.plugin [-] Segment b9179738-67d0-4ba0-8be6-110b428795bb resource provider aggregate not found 2026-04-28 08:46:20.081 7 INFO neutron.services.segments.plugin [-] Segment b9179738-67d0-4ba0-8be6-110b428795bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9179738-67d0-4ba0-8be6-110b428795bb found for delete ", "request_id": "req-88f1d6ef-56a7-4fa2-b77d-0715dddd19fb"}]} 2026-04-28 08:46:20.083 7 INFO neutron.services.segments.plugin [-] Segment b9179738-67d0-4ba0-8be6-110b428795bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9179738-67d0-4ba0-8be6-110b428795bb found for delete ", "request_id": "req-e20cd389-a331-4ac5-9ca0-728a76ca592d"}]} 2026-04-28 08:46:20.089 7 INFO neutron.db.l3_hamode_db [None req-20b88d9b-7dc4-4957-9d83-5b6c33e5e4cf d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 22604ea8-14bd-4272-8745-6d5618ca11af was deleted as no HA routers are present in tenant bda0efa6fc0d4ed783c35a63806e51f9. [pid: 7|app: 0|req: 303/650] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:19 2026] DELETE /v2.0/routers/90b38b36-f797-4740-b67c-8575094f0e1b => generated 0 bytes in 999 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/651] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:20 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&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: 305/652] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:20 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/653] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:46:19 2026] PUT /v2.0/ports/73f00013-4bd6-4c39-b10f-342138b7ad49 => generated 1235 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 349/654] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:20 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/655] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:20 2026] DELETE /v2.0/subnets/f2f35fa9-a506-4989-9b23-fabd0fc57520 => 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: 350/656] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:20 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:20.447 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-122aa9be-7bb6-4f30-a8ab-4de6c806fcac'] response: {'name': 'network-changed', 'server_uuid': '48a1dc38-60e2-4ff2-baaf-862488dddb2f', 'tag': '73f00013-4bd6-4c39-b10f-342138b7ad49', 'status': 'completed', 'code': 200} 2026-04-28 08:46:20.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fdc051d-2ef9-47d4-8e52-1fe03064a251 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 638624dc-f4d6-4f08-822b-c9c7ee90d136 2026-04-28 08:46:20.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fdc051d-2ef9-47d4-8e52-1fe03064a251 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 638624dc-f4d6-4f08-822b-c9c7ee90d136 [pid: 7|app: 0|req: 307/657] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:46:20 2026] DELETE /v2.0/networks/e4a08be4-7c8d-4783-bad3-2ad702502efd => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/658] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:20 2026] GET /v2.0/security-groups?tenant_id=bda0efa6fc0d4ed783c35a63806e51f9&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/659] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:20 2026] GET /v2.0/ports?tenant_id=89d6a6d107324a0d8ac426f67959ea15&device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/660] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:20 2026] DELETE /v2.0/security-groups/d3df71aa-f768-4731-9ccb-ab02516c6057 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/661] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/networks?tenant_id=89d6a6d107324a0d8ac426f67959ea15&shared=False => generated 775 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/662] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/663] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/664] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/665] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/666] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&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: 311/667] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/668] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:21 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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-28 08:46:22.102 7 INFO neutron.services.segments.plugin [-] Segment 53d6a8b0-368a-48a6-a7c5-2ab985d01111 resource provider aggregate not found 2026-04-28 08:46:22.107 7 INFO neutron.services.segments.plugin [-] Segment 53d6a8b0-368a-48a6-a7c5-2ab985d01111 resource provider aggregate not found 2026-04-28 08:46:22.124 7 INFO neutron.services.segments.plugin [-] Segment 53d6a8b0-368a-48a6-a7c5-2ab985d01111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d6a8b0-368a-48a6-a7c5-2ab985d01111 found for delete ", "request_id": "req-fdc48bc5-c178-4420-b579-f6d0c5a67722"}]} 2026-04-28 08:46:22.133 7 INFO neutron.services.segments.plugin [-] Segment 53d6a8b0-368a-48a6-a7c5-2ab985d01111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d6a8b0-368a-48a6-a7c5-2ab985d01111 found for delete ", "request_id": "req-6ee4231a-477d-4eb4-a858-5ca42975f810"}]} [pid: 7|app: 0|req: 312/671] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/ports?tenant_id=89d6a6d107324a0d8ac426f67959ea15&device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 360/672] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=73f00013-4bd6-4c39-b10f-342138b7ad49 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/673] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/subnets?id=350d84df-5aa8-4d1a-aed6-99d49a43feef => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/674] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/ports?network_id=988555eb-dea4-44e4-8bd7-d378ef1615cc&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/675] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/676] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/677] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/678] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/679] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/680] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/681] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/682] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/683] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:22 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:23.423 7 INFO neutron.db.l3_db [None req-01fc3954-b3fb-4243-a766-7b0643847a6b 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] Floating IP fcb1dd71-f411-4285-8aa4-92f93144e89d associated. External IP: 10.96.250.214, port: 82d19a7d-ac0c-4243-aa09-8c33bd52acf2. 2026-04-28 08:46:23.464 8 INFO neutron.db.segments_db [None req-26e91978-973d-4087-8334-c2e6f9f8e312 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 of type vxlan for network b3dadb2c-1965-410b-85bf-127c8e3a7885 [pid: 8|app: 0|req: 366/684] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:46:23 2026] POST /v2.0/networks => generated 742 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/685] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:46:22 2026] PUT /v2.0/floatingips/fcb1dd71-f411-4285-8aa4-92f93144e89d => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/686] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:23 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 321/687] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:23 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/688] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:23 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/689] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:46:23 2026] POST /v2.0/subnets => generated 689 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/690] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:23 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:23.868 8 INFO neutron.db.segments_db [None req-c93c537f-5cfa-49bd-9e68-4d7fa7f053e0 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 60d94f2b-bb95-4312-aa92-e4370fed60f3 of type vxlan for network 0007ac47-c54d-4e9f-b079-cd2fcc683fb1 [pid: 7|app: 0|req: 324/691] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/692] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:24.215 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50317a9a-4145-48e2-a1d9-b1bb180ed8d9'] response: {'name': 'network-changed', 'server_uuid': '9c7692a6-b20f-442e-b269-b8791f0a1e6d', 'tag': '82d19a7d-ac0c-4243-aa09-8c33bd52acf2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/693] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:24.254 8 INFO neutron.db.l3_hamode_db [None req-c93c537f-5cfa-49bd-9e68-4d7fa7f053e0 d60e816808844c45933653d4f61d6ea0 ded36318e83b4344bac180c628caaca0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 327/694] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/695] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/ports?tenant_id=7789c21cc9424b818fb84b1130cba470&device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/696] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/networks?id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390 => generated 765 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/697] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/698] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82d19a7d-ac0c-4243-aa09-8c33bd52acf2 => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/699] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:24 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/700] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/subnets?id=4a4c1df3-6f98-434d-a761-515bc4b6ae90 => generated 688 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/701] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/ports?network_id=4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:46:25.135 8 INFO neutron.db.l3_hamode_db [None req-c93c537f-5cfa-49bd-9e68-4d7fa7f053e0 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 335/702] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/703] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/704] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/705] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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: 339/706] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/707] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/708] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:25 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&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-28 08:46:25.827 7 INFO neutron.db.l3_db [None req-49a4fc66-883e-4eeb-ae27-08dd14101e79 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] Floating IP f02e6982-abcc-418e-b6b8-ce1711c8dfad associated. External IP: 10.96.250.212, port: e284eceb-485e-400f-a751-e5cfd8e35a69. [pid: 7|app: 0|req: 342/709] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:46:25 2026] PUT /v2.0/floatingips/f02e6982-abcc-418e-b6b8-ce1711c8dfad => generated 855 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/710] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/711] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:46:23 2026] POST /v2.0/routers => generated 729 bytes in 2454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/712] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/713] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/714] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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-28 08:46:26.335 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1928c8f-762f-476f-81c4-f71c0e22fb14'] response: {'name': 'network-changed', 'server_uuid': '758bc93e-a99f-48a6-9a63-4a8b76eaa730', 'tag': 'e284eceb-485e-400f-a751-e5cfd8e35a69', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/715] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/716] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/security-groups?id=6aed8676-577a-48f9-91c1-bd7c4da1c9a6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/717] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:46:26 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:26.861 7 INFO neutron_taas.services.taas.taas_plugin [req-6a32a894-748f-4e4b-b9e6-03c66158a7f9 req-8b3f3c3e-4971-45b1-8246-fd92375d2f3d 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] TaaS: Handle Delete Port: 82d19a7d-ac0c-4243-aa09-8c33bd52acf2 2026-04-28 08:46:26.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a32a894-748f-4e4b-b9e6-03c66158a7f9 req-8b3f3c3e-4971-45b1-8246-fd92375d2f3d 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] Tap Mirror: Handle Delete Port: 82d19a7d-ac0c-4243-aa09-8c33bd52acf2 2026-04-28 08:46:27.125 7 INFO neutron.db.l3_db [req-6a32a894-748f-4e4b-b9e6-03c66158a7f9 req-8b3f3c3e-4971-45b1-8246-fd92375d2f3d 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] Floating IP fcb1dd71-f411-4285-8aa4-92f93144e89d disassociated. External IP: 10.96.250.214, port: 82d19a7d-ac0c-4243-aa09-8c33bd52acf2. [pid: 7|app: 0|req: 349/718] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:46:26 2026] DELETE /v2.0/ports/82d19a7d-ac0c-4243-aa09-8c33bd52acf2 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/719] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/720] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:46:26 2026] PUT /v2.0/routers/986b1bc1-3b12-4017-b6f7-62fa4c89688a/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/721] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/722] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/723] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 372/724] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/725] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => 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: 373/726] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/727] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/728] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 355/729] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:27 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 8|app: 0|req: 375/730] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:46:28 2026] POST /v2.0/security-groups => generated 1658 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:46:28.368 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1e40564-949b-405d-a2b8-be848f0b1c8e'] response: {'server_uuid': '9c7692a6-b20f-442e-b269-b8791f0a1e6d', 'name': 'network-vif-deleted', 'tag': '82d19a7d-ac0c-4243-aa09-8c33bd52acf2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 356/731] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/732] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:46:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/733] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:28 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/734] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:28 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 379/735] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:28 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/736] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:46:28 2026] POST /v2.0/floatingips => generated 552 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/737] 10.0.0.82 () {34 vars in 1097 bytes} [Tue Apr 28 08:46:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--873877139&fields=id&tenant_id=ded36318e83b4344bac180c628caaca0 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/738] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:46:29 2026] GET /v2.0/networks?id=b3dadb2c-1965-410b-85bf-127c8e3a7885 => generated 674 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/739] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:46:29 2026] GET /v2.0/quotas/ded36318e83b4344bac180c628caaca0 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/740] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:46:29 2026] GET /v2.0/ports?tenant_id=ded36318e83b4344bac180c628caaca0&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/741] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:46:29 2026] GET /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885?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: 360/742] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:30 2026] GET /v2.0/ports?device_id=9c7692a6-b20f-442e-b269-b8791f0a1e6d => 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: 383/743] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:46:30 2026] GET /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/744] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:30 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 384/745] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:30 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&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: 362/746] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:30 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/747] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:31 2026] DELETE /v2.0/security-groups/6aed8676-577a-48f9-91c1-bd7c4da1c9a6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:31.271 8 INFO neutron.api.v2.resource [None req-1dc262fb-54fc-4cc7-84ae-2239edbb4d2e 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 386/748] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:46:31 2026] GET /v2.0/security-groups/6aed8676-577a-48f9-91c1-bd7c4da1c9a6 => 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: 363/749] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:31 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/750] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:31 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 365/751] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:31 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&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-28 08:46:31.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b416c6f-e6b5-4720-bd58-911bd0ca0af2 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] TaaS: Handle Delete Port: 42b5ffaf-ecf7-4595-8d13-ee9e7304d64c 2026-04-28 08:46:31.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b416c6f-e6b5-4720-bd58-911bd0ca0af2 94bfcd53fc3b4328b63684bad50cc2b2 7789c21cc9424b818fb84b1130cba470 - - default default] Tap Mirror: Handle Delete Port: 42b5ffaf-ecf7-4595-8d13-ee9e7304d64c [pid: 7|app: 0|req: 366/752] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:31 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/753] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:46:31 2026] DELETE /v2.0/floatingips/fcb1dd71-f411-4285-8aa4-92f93144e89d => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:31.849 7 INFO neutron.db.l3_db [None req-1afdcf2d-8e8e-440c-8de8-36317b1aaba7 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] Floating IP e2d158a6-e9f2-47c0-91d4-8be3e382ff3a associated. External IP: 10.96.250.201, port: 73f00013-4bd6-4c39-b10f-342138b7ad49. 2026-04-28 08:46:32.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-eaf71ffb-aeaa-436a-8418-4f2de8f6c186 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 9b5f89d5-7d9e-4de4-950b-d9351c3a5f2b 2026-04-28 08:46:32.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaf71ffb-aeaa-436a-8418-4f2de8f6c186 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 9b5f89d5-7d9e-4de4-950b-d9351c3a5f2b [pid: 7|app: 0|req: 367/754] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:46:31 2026] PUT /v2.0/floatingips/e2d158a6-e9f2-47c0-91d4-8be3e382ff3a => generated 855 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:32.278 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b997610c-2ce6-48bd-a66a-404535ba4390'] response: {'name': 'network-changed', 'server_uuid': '48a1dc38-60e2-4ff2-baaf-862488dddb2f', 'tag': '73f00013-4bd6-4c39-b10f-342138b7ad49', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/755] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 369/756] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/757] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 371/758] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 372/759] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/760] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:46:31 2026] PUT /v2.0/routers/7f73c2b7-206a-4273-be59-bbf28919930f/remove_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/761] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/ports?tenant_id=89d6a6d107324a0d8ac426f67959ea15&device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/762] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/networks?id=988555eb-dea4-44e4-8bd7-d378ef1615cc => generated 775 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/763] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=73f00013-4bd6-4c39-b10f-342138b7ad49 => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:32.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-3be3fc36-603f-4889-a310-167d0b06b050 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 87f1b173-bd84-41e4-908e-8bff164e6cda 2026-04-28 08:46:32.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be3fc36-603f-4889-a310-167d0b06b050 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 87f1b173-bd84-41e4-908e-8bff164e6cda [pid: 8|app: 0|req: 392/764] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/subnets?id=350d84df-5aa8-4d1a-aed6-99d49a43feef => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/765] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:32 2026] GET /v2.0/ports?network_id=988555eb-dea4-44e4-8bd7-d378ef1615cc&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/766] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:33 2026] GET /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc?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: 395/767] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:33 2026] GET /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc?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-28 08:46:33.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-3be3fc36-603f-4889-a310-167d0b06b050 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: f584166e-7faf-4890-bb9e-e04bfc3eb28d 2026-04-28 08:46:33.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be3fc36-603f-4889-a310-167d0b06b050 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: f584166e-7faf-4890-bb9e-e04bfc3eb28d [pid: 8|app: 0|req: 396/768] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:33 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:46:33.663 7 INFO neutron.services.segments.plugin [-] Segment b4554544-1305-4572-b533-1537a75af7dc resource provider aggregate not found 2026-04-28 08:46:33.666 7 INFO neutron.services.segments.plugin [-] Segment b4554544-1305-4572-b533-1537a75af7dc resource provider aggregate not found 2026-04-28 08:46:33.687 7 INFO neutron.db.l3_hamode_db [None req-3be3fc36-603f-4889-a310-167d0b06b050 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network dc812cf7-0544-4114-88db-33bcdfdc9629 was deleted as no HA routers are present in tenant 7789c21cc9424b818fb84b1130cba470. 2026-04-28 08:46:33.690 7 INFO neutron.services.segments.plugin [-] Segment b4554544-1305-4572-b533-1537a75af7dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4554544-1305-4572-b533-1537a75af7dc found for delete ", "request_id": "req-be897dbc-5e24-45b0-963c-43fb944ca886"}]} 2026-04-28 08:46:33.694 7 INFO neutron.services.segments.plugin [-] Segment b4554544-1305-4572-b533-1537a75af7dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4554544-1305-4572-b533-1537a75af7dc found for delete ", "request_id": "req-06ab27f4-0d98-4bc3-ae87-dd48c0cc6d88"}]} [pid: 7|app: 0|req: 373/769] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:32 2026] DELETE /v2.0/routers/7f73c2b7-206a-4273-be59-bbf28919930f => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/770] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:33 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/771] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:33 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&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: 397/772] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:33 2026] DELETE /v2.0/subnets/4a4c1df3-6f98-434d-a761-515bc4b6ae90 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:34.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c501ff9-47f9-4cc5-ad6c-3cc0f219920e d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: b00ce8e1-018a-4218-ad35-a97ff887871a 2026-04-28 08:46:34.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c501ff9-47f9-4cc5-ad6c-3cc0f219920e d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: b00ce8e1-018a-4218-ad35-a97ff887871a [pid: 7|app: 0|req: 376/773] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:46:33 2026] DELETE /v2.0/networks/4ecaf3d7-04f4-4c19-bfd8-2822ad1b8390 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/774] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:34 2026] GET /v2.0/security-groups?tenant_id=7789c21cc9424b818fb84b1130cba470&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/775] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:34 2026] DELETE /v2.0/security-groups/66064b4f-e5c8-451d-a84c-b1d52c7f1e57 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/776] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:34 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 399/777] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:34 2026] GET /v2.0/networks?id=b3dadb2c-1965-410b-85bf-127c8e3a7885 => generated 674 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/778] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:46:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ded36318e83b4344bac180c628caaca0 => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/779] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:34 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/780] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:34 2026] GET /v2.0/security-groups?id=13460f5d-5faf-486f-9bb8-70cb83627b06&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/781] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:46:35 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 400/782] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:46:34 2026] POST /v2.0/ports => generated 958 bytes in 426 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-28 08:46:35.510 7 INFO neutron_taas.services.taas.taas_plugin [req-c65ae893-2980-43e3-863f-7839f1c7b4ae req-d007c014-6fd4-4c25-9538-c44583b7af95 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] TaaS: Handle Delete Port: 73f00013-4bd6-4c39-b10f-342138b7ad49 2026-04-28 08:46:35.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c65ae893-2980-43e3-863f-7839f1c7b4ae req-d007c014-6fd4-4c25-9538-c44583b7af95 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] Tap Mirror: Handle Delete Port: 73f00013-4bd6-4c39-b10f-342138b7ad49 [pid: 8|app: 0|req: 401/783] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:46:35 2026] PUT /v2.0/ports/4786071a-534a-4be7-aab0-ac1cdc17d630 => generated 1239 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:46:35.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0809b6c1-bc7f-440f-8f9a-e4dbb8351812'] response: {'name': 'network-changed', 'server_uuid': '9323ca1e-9e0d-48de-bc81-01ade97f4053', 'tag': '4786071a-534a-4be7-aab0-ac1cdc17d630', 'status': 'completed', 'code': 200} 2026-04-28 08:46:35.694 7 INFO neutron.db.l3_db [req-c65ae893-2980-43e3-863f-7839f1c7b4ae req-d007c014-6fd4-4c25-9538-c44583b7af95 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] Floating IP e2d158a6-e9f2-47c0-91d4-8be3e382ff3a disassociated. External IP: 10.96.250.201, port: 73f00013-4bd6-4c39-b10f-342138b7ad49. /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-28 08:46:35.708 7 INFO neutron.services.segments.plugin [-] Segment 2e6e5812-60ca-441e-ba18-1295db9f9779 resource provider aggregate not found 2026-04-28 08:46:35.731 7 INFO neutron.services.segments.plugin [-] Segment 2e6e5812-60ca-441e-ba18-1295db9f9779 resource provider aggregate not found [pid: 8|app: 0|req: 402/784] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:35 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:35.742 7 INFO neutron.services.segments.plugin [-] Segment 2e6e5812-60ca-441e-ba18-1295db9f9779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6e5812-60ca-441e-ba18-1295db9f9779 found for delete ", "request_id": "req-122a28e2-f6e7-470a-b1f1-4510da40fd49"}]} 2026-04-28 08:46:35.756 7 INFO neutron.services.segments.plugin [-] Segment 2e6e5812-60ca-441e-ba18-1295db9f9779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6e5812-60ca-441e-ba18-1295db9f9779 found for delete ", "request_id": "req-1491b145-a3cd-47cc-a0ca-b3236a48b0bf"}]} [pid: 8|app: 0|req: 403/785] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:35 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/786] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:36 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 383/787] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:46:35 2026] DELETE /v2.0/ports/73f00013-4bd6-4c39-b10f-342138b7ad49 => generated 0 bytes in 1059 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:36.152 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32edd744-9ba2-4cfa-a3c9-ee3ee2219aad'] response: {'server_uuid': '48a1dc38-60e2-4ff2-baaf-862488dddb2f', 'name': 'network-vif-deleted', 'tag': '73f00013-4bd6-4c39-b10f-342138b7ad49', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 405/788] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:36 2026] GET /v2.0/ports?tenant_id=ded36318e83b4344bac180c628caaca0&device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/789] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:46:36 2026] GET /v2.0/networks?tenant_id=ded36318e83b4344bac180c628caaca0&shared=False => generated 770 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/790] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:46:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/791] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:36 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/792] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:36 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&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: 386/793] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 388/796] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/ports?tenant_id=ded36318e83b4344bac180c628caaca0&device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/797] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=4786071a-534a-4be7-aab0-ac1cdc17d630 => 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: 389/798] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/subnets?id=1ebb7fc4-5eea-472c-b558-bae201ad58f5 => generated 692 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/799] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/ports?network_id=b3dadb2c-1965-410b-85bf-127c8e3a7885&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/800] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885?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: 411/801] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:37 2026] GET /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885?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: 391/802] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:38 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/803] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:38 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&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: 392/804] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:38 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/805] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:39 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/806] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:39 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/807] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:39 2026] GET /v2.0/ports?device_id=48a1dc38-60e2-4ff2-baaf-862488dddb2f => 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: 394/808] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:40 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/809] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:40 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&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: 395/810] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:40 2026] DELETE /v2.0/security-groups/13460f5d-5faf-486f-9bb8-70cb83627b06 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:40.642 7 INFO neutron.api.v2.resource [None req-cfeb916d-a41c-4ea9-aae6-ece76675ce5f 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/811] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:46:40 2026] GET /v2.0/security-groups/13460f5d-5faf-486f-9bb8-70cb83627b06 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:46:40.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dec3de9-8c60-44ec-8e2d-f65fd87c0bb9 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] TaaS: Handle Delete Port: 0b310a98-e4e9-4914-9882-6f47c92f5874 2026-04-28 08:46:40.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dec3de9-8c60-44ec-8e2d-f65fd87c0bb9 70146cd3096f46b0868a55700f173faf 89d6a6d107324a0d8ac426f67959ea15 - - default default] Tap Mirror: Handle Delete Port: 0b310a98-e4e9-4914-9882-6f47c92f5874 [pid: 8|app: 0|req: 416/812] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:40 2026] GET /v2.0/security-groups?tenant_id=c9ecbe1d666a4922bfd72fbd5de96355&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/813] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:40 2026] DELETE /v2.0/security-groups/41269add-6a3c-4735-9373-57c1fcba0bf9 => 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: 397/814] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:46:40 2026] DELETE /v2.0/floatingips/e2d158a6-e9f2-47c0-91d4-8be3e382ff3a => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/815] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:41 2026] GET /v2.0/security-groups?tenant_id=db9be3ff7df247af9ec10e770e400f6d&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/816] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:41 2026] DELETE /v2.0/security-groups/f91367cd-6aff-4670-a55d-5a7ea39bdbfb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:41.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-92609eb2-7187-4545-8dbc-95c5852d66ee d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 84d310b3-9d81-4e22-bc9b-3d1aa5992c28 2026-04-28 08:46:41.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92609eb2-7187-4545-8dbc-95c5852d66ee d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 84d310b3-9d81-4e22-bc9b-3d1aa5992c28 [pid: 7|app: 0|req: 400/817] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:46:41 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1240 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/818] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:41 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/819] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:41 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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: 403/820] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:41 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/821] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:46:41 2026] PUT /v2.0/routers/7d86ea39-ab6b-49de-b723-a1ee0bad8cd2/remove_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:42.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-575bde8f-4eb6-42be-a576-0a794f37d710 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: e6d7caa1-bb23-45ad-8831-4bf943271157 2026-04-28 08:46:42.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-575bde8f-4eb6-42be-a576-0a794f37d710 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: e6d7caa1-bb23-45ad-8831-4bf943271157 2026-04-28 08:46:42.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-575bde8f-4eb6-42be-a576-0a794f37d710 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 1923d747-6c2d-4e86-b778-44e348391a56 2026-04-28 08:46:42.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-575bde8f-4eb6-42be-a576-0a794f37d710 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 1923d747-6c2d-4e86-b778-44e348391a56 [pid: 8|app: 0|req: 419/822] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:43 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/823] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:43 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&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-28 08:46:43.159 7 INFO neutron.services.segments.plugin [-] Segment 2dc72121-dcb8-4cbe-b663-99794876d2e9 resource provider aggregate not found 2026-04-28 08:46:43.174 7 INFO neutron.services.segments.plugin [-] Segment 2dc72121-dcb8-4cbe-b663-99794876d2e9 resource provider aggregate not found 2026-04-28 08:46:43.188 7 INFO neutron.services.segments.plugin [-] Segment 2dc72121-dcb8-4cbe-b663-99794876d2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dc72121-dcb8-4cbe-b663-99794876d2e9 found for delete ", "request_id": "req-941e3897-67e8-47f3-b641-63d5b9988e55"}]} 2026-04-28 08:46:43.194 7 INFO neutron.services.segments.plugin [-] Segment 2dc72121-dcb8-4cbe-b663-99794876d2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dc72121-dcb8-4cbe-b663-99794876d2e9 found for delete ", "request_id": "req-4dba497f-4511-47ac-97e6-75ef787093d3"}]} 2026-04-28 08:46:43.195 7 INFO neutron.db.l3_hamode_db [None req-575bde8f-4eb6-42be-a576-0a794f37d710 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 5df7530c-c209-401a-bdc0-014c124ff513 was deleted as no HA routers are present in tenant 89d6a6d107324a0d8ac426f67959ea15. [pid: 7|app: 0|req: 404/824] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:42 2026] DELETE /v2.0/routers/7d86ea39-ab6b-49de-b723-a1ee0bad8cd2 => generated 0 bytes in 1057 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/825] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:43 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/826] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:43 2026] DELETE /v2.0/subnets/350d84df-5aa8-4d1a-aed6-99d49a43feef => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:43.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-3aac121d-d80e-4b25-864f-9d934a63c7c7 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 34cfc7d7-7f63-4522-ba71-04b5b45c49d5 2026-04-28 08:46:43.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aac121d-d80e-4b25-864f-9d934a63c7c7 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 34cfc7d7-7f63-4522-ba71-04b5b45c49d5 [pid: 8|app: 0|req: 422/827] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:46:43 2026] DELETE /v2.0/networks/988555eb-dea4-44e4-8bd7-d378ef1615cc => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:43.815 7 INFO neutron.db.l3_db [None req-f71e70a4-305d-4529-8549-8aefa8849977 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] Floating IP d671035b-20d6-46cb-bd5f-36b7279481c0 associated. External IP: 10.96.250.219, port: 4786071a-534a-4be7-aab0-ac1cdc17d630. [pid: 8|app: 0|req: 423/828] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:43 2026] GET /v2.0/security-groups?tenant_id=89d6a6d107324a0d8ac426f67959ea15&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/829] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:43 2026] DELETE /v2.0/security-groups/305620a1-9637-40bf-a944-ea1aa01cc31c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/830] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:46:43 2026] PUT /v2.0/floatingips/d671035b-20d6-46cb-bd5f-36b7279481c0 => generated 856 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:44.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf9a7500-1542-4dcf-9c17-4a7bf3c23119'] response: {'name': 'network-changed', 'server_uuid': '9323ca1e-9e0d-48de-bc81-01ade97f4053', 'tag': '4786071a-534a-4be7-aab0-ac1cdc17d630', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 425/831] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/832] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:44.336 8 INFO neutron.services.segments.plugin [-] Segment a11f47b9-dff0-4b27-ae11-b175f6a8eac8 resource provider aggregate not found 2026-04-28 08:46:44.357 8 INFO neutron.services.segments.plugin [-] Segment a11f47b9-dff0-4b27-ae11-b175f6a8eac8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11f47b9-dff0-4b27-ae11-b175f6a8eac8 found for delete ", "request_id": "req-82aeeebd-4614-4163-9ebf-28db97d81872"}]} 2026-04-28 08:46:44.377 8 INFO neutron.services.segments.plugin [-] Segment a11f47b9-dff0-4b27-ae11-b175f6a8eac8 resource provider aggregate not found 2026-04-28 08:46:44.393 8 INFO neutron.services.segments.plugin [-] Segment a11f47b9-dff0-4b27-ae11-b175f6a8eac8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11f47b9-dff0-4b27-ae11-b175f6a8eac8 found for delete ", "request_id": "req-b6e4c819-8489-4e7f-aa5d-924848065855"}]} [pid: 8|app: 0|req: 426/833] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/834] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&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: 427/835] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/ports?tenant_id=ded36318e83b4344bac180c628caaca0&device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/836] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/networks?id=b3dadb2c-1965-410b-85bf-127c8e3a7885 => generated 770 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/837] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=4786071a-534a-4be7-aab0-ac1cdc17d630 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/838] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/subnets?id=1ebb7fc4-5eea-472c-b558-bae201ad58f5 => generated 692 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/839] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:44 2026] GET /v2.0/ports?network_id=b3dadb2c-1965-410b-85bf-127c8e3a7885&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/840] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:45 2026] GET /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/841] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:45 2026] GET /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/842] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:45 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 431/843] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:45 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/844] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:46 2026] GET /v2.0/security-groups?tenant_id=39fab0f96b834069a7ac8f122a240ed7&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/845] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:47 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 432/846] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:46 2026] GET /v2.0/security-groups?tenant_id=4b3045fbe7694757b1548c72feaeea28&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/847] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:46:47 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 416/848] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:47 2026] GET /v2.0/security-groups?id=de83de8d-7b51-430a-a3b4-a1dba31b7e2c&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: 433/849] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:47 2026] DELETE /v2.0/security-groups/3804656c-388b-41d1-8fa9-71c66ef838c1 => 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: 417/850] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:47 2026] DELETE /v2.0/security-groups/6e445e32-d20c-423d-b9a9-221d224a915c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:47.377 8 INFO neutron_taas.services.taas.taas_plugin [req-ea43b4fc-396b-4e6b-b57f-15fec60127ed req-2cae5289-e081-420f-81d8-8ce89cc0efb9 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] TaaS: Handle Delete Port: 4786071a-534a-4be7-aab0-ac1cdc17d630 2026-04-28 08:46:47.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ea43b4fc-396b-4e6b-b57f-15fec60127ed req-2cae5289-e081-420f-81d8-8ce89cc0efb9 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] Tap Mirror: Handle Delete Port: 4786071a-534a-4be7-aab0-ac1cdc17d630 [pid: 7|app: 0|req: 418/851] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:47 2026] GET /v2.0/security-groups?tenant_id=992d9dd00ae04190b406c68ea47185ad&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/852] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:47 2026] DELETE /v2.0/security-groups/cd2f0a8b-cc68-46e7-bc62-2496c2ddc519 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:47.562 8 INFO neutron.db.l3_db [req-ea43b4fc-396b-4e6b-b57f-15fec60127ed req-2cae5289-e081-420f-81d8-8ce89cc0efb9 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] Floating IP d671035b-20d6-46cb-bd5f-36b7279481c0 disassociated. External IP: 10.96.250.219, port: 4786071a-534a-4be7-aab0-ac1cdc17d630. [pid: 8|app: 0|req: 434/853] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:46:47 2026] DELETE /v2.0/ports/4786071a-534a-4be7-aab0-ac1cdc17d630 => generated 0 bytes in 748 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:48.016 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2d2eafc-3e02-4ddb-915a-4894d2d72790'] response: {'server_uuid': '9323ca1e-9e0d-48de-bc81-01ade97f4053', 'name': 'network-vif-deleted', 'tag': '4786071a-534a-4be7-aab0-ac1cdc17d630', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 420/854] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:48 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 435/855] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:49 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 421/856] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:50 2026] GET /v2.0/ports?device_id=9323ca1e-9e0d-48de-bc81-01ade97f4053 => 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: 436/857] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:51 2026] GET /v2.0/security-groups?tenant_id=3d24598143ef4e7db8aa99b4734a0878&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/858] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:51 2026] DELETE /v2.0/security-groups/de83de8d-7b51-430a-a3b4-a1dba31b7e2c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:51.702 7 INFO neutron.api.v2.resource [None req-de40a7ba-c403-458e-a587-cbe5e0e2fe37 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 423/859] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:46:51 2026] GET /v2.0/security-groups/de83de8d-7b51-430a-a3b4-a1dba31b7e2c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/860] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:51 2026] DELETE /v2.0/security-groups/06393371-e7de-468c-8e49-57c35e68a5cb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:51.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0ba4085-b069-43e7-95c5-c5dd17c51c5e 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] TaaS: Handle Delete Port: df45b718-3808-4239-b509-db476039c977 2026-04-28 08:46:51.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ba4085-b069-43e7-95c5-c5dd17c51c5e 13c9300398654ce8954b03563565a141 ded36318e83b4344bac180c628caaca0 - - default default] Tap Mirror: Handle Delete Port: df45b718-3808-4239-b509-db476039c977 [pid: 7|app: 0|req: 424/861] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:46:51 2026] DELETE /v2.0/floatingips/d671035b-20d6-46cb-bd5f-36b7279481c0 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/862] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:51 2026] GET /v2.0/security-groups?tenant_id=085f3664dd174592abea10d3252bfad4&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/863] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:52 2026] DELETE /v2.0/security-groups/df6e1ff1-47ce-47d7-b28c-058c81363d93 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:46:52.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-825e7258-e7f3-4fd5-9ad6-ce0d4493a788 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 1d945ae0-0bc3-478b-a3e6-c304efa53a99 2026-04-28 08:46:52.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825e7258-e7f3-4fd5-9ad6-ce0d4493a788 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 1d945ae0-0bc3-478b-a3e6-c304efa53a99 [pid: 7|app: 0|req: 425/866] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:46:52 2026] PUT /v2.0/routers/986b1bc1-3b12-4017-b6f7-62fa4c89688a/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:46:53.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-61dd08d9-cfdf-48bb-8c14-7e2d960f09d4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: bf217133-a0a9-4fe6-991c-8f4670e2d5fe 2026-04-28 08:46:53.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61dd08d9-cfdf-48bb-8c14-7e2d960f09d4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: bf217133-a0a9-4fe6-991c-8f4670e2d5fe 2026-04-28 08:46:53.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-61dd08d9-cfdf-48bb-8c14-7e2d960f09d4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 03c6cc73-98be-4a19-a60a-9095c1704219 2026-04-28 08:46:53.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61dd08d9-cfdf-48bb-8c14-7e2d960f09d4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 03c6cc73-98be-4a19-a60a-9095c1704219 2026-04-28 08:46:53.885 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-61dd08d9-cfdf-48bb-8c14-7e2d960f09d4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - 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-28 08:46:54.210 8 INFO neutron.services.segments.plugin [-] Segment 60d94f2b-bb95-4312-aa92-e4370fed60f3 resource provider aggregate not found 2026-04-28 08:46:54.218 8 INFO neutron.services.segments.plugin [-] Segment 60d94f2b-bb95-4312-aa92-e4370fed60f3 resource provider aggregate not found 2026-04-28 08:46:54.240 8 INFO neutron.services.segments.plugin [-] Segment 60d94f2b-bb95-4312-aa92-e4370fed60f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60d94f2b-bb95-4312-aa92-e4370fed60f3 found for delete ", "request_id": "req-333baae7-c71b-439d-bad8-39f56453b11a"}]} 2026-04-28 08:46:54.256 8 INFO neutron.services.segments.plugin [-] Segment 60d94f2b-bb95-4312-aa92-e4370fed60f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60d94f2b-bb95-4312-aa92-e4370fed60f3 found for delete ", "request_id": "req-e556bae6-ace0-40aa-aec5-b5e0ad388c7a"}]} 2026-04-28 08:46:54.268 8 INFO neutron.db.l3_hamode_db [None req-61dd08d9-cfdf-48bb-8c14-7e2d960f09d4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 0007ac47-c54d-4e9f-b079-cd2fcc683fb1 was deleted as no HA routers are present in tenant ded36318e83b4344bac180c628caaca0. [pid: 8|app: 0|req: 442/867] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:52 2026] DELETE /v2.0/routers/986b1bc1-3b12-4017-b6f7-62fa4c89688a => generated 0 bytes in 1333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/868] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:46:54 2026] DELETE /v2.0/subnets/1ebb7fc4-5eea-472c-b558-bae201ad58f5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:46:54.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c8cedab-d55d-415e-8c99-d8c24a25fe53 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: f15278bb-e0d0-42fe-ae58-9b5d63eacbdb 2026-04-28 08:46:54.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c8cedab-d55d-415e-8c99-d8c24a25fe53 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: f15278bb-e0d0-42fe-ae58-9b5d63eacbdb 2026-04-28 08:46:54.777 7 INFO neutron.services.segments.plugin [-] Segment 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 resource provider aggregate not found 2026-04-28 08:46:54.781 7 INFO neutron.services.segments.plugin [-] Segment 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 resource provider aggregate not found 2026-04-28 08:46:54.803 7 INFO neutron.services.segments.plugin [-] Segment 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 found for delete ", "request_id": "req-2ea15399-fd20-47a5-a052-ea873c538aa6"}]} 2026-04-28 08:46:54.812 7 INFO neutron.services.segments.plugin [-] Segment 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7c5f7b-b019-45c3-ba30-36ec6eeaf167 found for delete ", "request_id": "req-420221c7-d6dd-4cd4-bf75-95ab7f0a4d97"}]} [pid: 7|app: 0|req: 427/869] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:46:54 2026] DELETE /v2.0/networks/b3dadb2c-1965-410b-85bf-127c8e3a7885 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/870] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:54 2026] GET /v2.0/security-groups?tenant_id=02d3b204d1214adb8855a70631508dbd&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/871] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:54 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/872] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:54 2026] DELETE /v2.0/security-groups/5f00bcce-609b-495b-a2a4-76edea8cb429 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/873] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:55 2026] GET /v2.0/security-groups?tenant_id=ded36318e83b4344bac180c628caaca0&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/874] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:54 2026] GET /v2.0/security-groups?tenant_id=e3b0e56d8f9c41cfb62949485459b4a0&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/875] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:46:55 2026] GET /v2.0/ports/e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 968 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/876] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:55 2026] DELETE /v2.0/security-groups/ca1898b0-c4b9-4be0-82c3-e91024b8ed74 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/877] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:55 2026] DELETE /v2.0/security-groups/74e84d2f-2e4c-4eaf-a9e0-4a493ae38714 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/878] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:55 2026] GET /v2.0/security-groups?tenant_id=d88f1c090e184777a5ff8ad9e465d376&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: 433/879] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:55 2026] DELETE /v2.0/security-groups/c029760c-e87a-4ca5-bfef-5520b7c61643 => 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: 447/880] 199.204.45.233 () {34 vars in 1000 bytes} [Tue Apr 28 08:46:55 2026] GET /v2.0/subnets?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/881] 199.204.45.233 () {34 vars in 1146 bytes} [Tue Apr 28 08:46:55 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730&device_owner=compute%3Anova&network_id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/882] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:46:55 2026] PUT /v2.0/ports/e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 1149 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:46:56.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f266efd9-d9f2-43c7-85aa-f776d808c73f'] response: {'name': 'network-changed', 'server_uuid': '758bc93e-a99f-48a6-9a63-4a8b76eaa730', 'tag': 'e284eceb-485e-400f-a751-e5cfd8e35a69', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 435/883] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:56 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1421 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 449/884] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:56 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/885] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/886] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 860 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/887] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:56 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/888] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/889] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/890] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 439/891] 10.0.0.124 () {32 vars in 653 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions => generated 21537 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/892] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/893] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/894] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/895] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1152 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/896] 10.0.0.124 () {32 vars in 665 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/897] 10.0.0.124 () {32 vars in 699 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/898] 10.0.0.124 () {32 vars in 697 bytes} [Tue Apr 28 08:46:57 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: 446/899] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/900] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/901] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/902] 10.0.0.124 () {32 vars in 703 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/903] 10.0.0.124 () {32 vars in 693 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/904] 10.0.0.124 () {32 vars in 695 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/905] 10.0.0.124 () {32 vars in 685 bytes} [Tue Apr 28 08:46:57 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: 457/906] 10.0.0.124 () {32 vars in 687 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/907] 10.0.0.124 () {32 vars in 661 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/908] 10.0.0.124 () {32 vars in 699 bytes} [Tue Apr 28 08:46: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: 7|app: 0|req: 451/909] 10.0.0.124 () {32 vars in 679 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/910] 10.0.0.124 () {32 vars in 683 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/911] 10.0.0.124 () {32 vars in 675 bytes} [Tue Apr 28 08:46: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: 8|app: 0|req: 460/912] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/913] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/914] 10.0.0.124 () {32 vars in 687 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/915] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/916] 10.0.0.124 () {32 vars in 687 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/917] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/918] 10.0.0.124 () {32 vars in 699 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/919] 10.0.0.124 () {32 vars in 679 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/920] 10.0.0.124 () {32 vars in 667 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/921] 10.0.0.124 () {32 vars in 677 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/922] 10.0.0.124 () {32 vars in 665 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/923] 10.0.0.124 () {32 vars in 675 bytes} [Tue Apr 28 08:46: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: 8|app: 0|req: 466/924] 10.0.0.124 () {32 vars in 713 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/925] 10.0.0.124 () {32 vars in 691 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/926] 10.0.0.124 () {32 vars in 683 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/927] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46: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: 468/928] 10.0.0.124 () {32 vars in 687 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/929] 10.0.0.124 () {32 vars in 705 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/930] 10.0.0.124 () {32 vars in 675 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/931] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46: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: 8|app: 0|req: 470/932] 10.0.0.124 () {32 vars in 675 bytes} [Tue Apr 28 08:46: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: 7|app: 0|req: 463/933] 10.0.0.124 () {32 vars in 693 bytes} [Tue Apr 28 08:46: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: 8|app: 0|req: 471/934] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/935] 10.0.0.124 () {32 vars in 709 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/936] 10.0.0.124 () {32 vars in 705 bytes} [Tue Apr 28 08:46: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: 465/937] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/938] 10.0.0.124 () {32 vars in 697 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/939] 10.0.0.124 () {32 vars in 711 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/940] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/941] 10.0.0.124 () {32 vars in 687 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/942] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/943] 10.0.0.124 () {32 vars in 675 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/944] 10.0.0.124 () {32 vars in 671 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/provider => generated 191 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/945] 10.0.0.124 () {32 vars in 661 bytes} [Tue Apr 28 08:46: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: 8|app: 0|req: 477/946] 10.0.0.124 () {32 vars in 699 bytes} [Tue Apr 28 08:46:57 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/947] 10.0.0.124 () {32 vars in 699 bytes} [Tue Apr 28 08:46: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: 478/948] 10.0.0.124 () {32 vars in 677 bytes} [Tue Apr 28 08:46:58 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: 471/949] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/950] 10.0.0.124 () {32 vars in 683 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/951] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46:58 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: 8|app: 0|req: 480/952] 10.0.0.124 () {32 vars in 685 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/953] 10.0.0.124 () {32 vars in 707 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/954] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/955] 10.0.0.124 () {32 vars in 697 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/956] 10.0.0.124 () {32 vars in 695 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/957] 10.0.0.124 () {32 vars in 685 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/958] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/959] 10.0.0.124 () {32 vars in 705 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/960] 10.0.0.124 () {32 vars in 667 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/961] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/962] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/963] 10.0.0.124 () {32 vars in 691 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/964] 10.0.0.124 () {32 vars in 691 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/965] 10.0.0.124 () {32 vars in 695 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/966] 10.0.0.124 () {32 vars in 685 bytes} [Tue Apr 28 08:46:58 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: 481/967] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/968] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/969] 10.0.0.124 () {32 vars in 703 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/970] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/971] 10.0.0.124 () {32 vars in 713 bytes} [Tue Apr 28 08:46:58 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: 485/972] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/973] 10.0.0.124 () {32 vars in 715 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/974] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/975] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/976] 10.0.0.124 () {32 vars in 741 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/977] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/978] 10.0.0.124 () {32 vars in 683 bytes} [Tue Apr 28 08:46: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: 7|app: 0|req: 488/979] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/980] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/segment => generated 145 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/981] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/982] 10.0.0.124 () {32 vars in 679 bytes} [Tue Apr 28 08:46:58 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: 8|app: 0|req: 495/983] 10.0.0.124 () {32 vars in 669 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/984] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => 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: 496/985] 10.0.0.124 () {32 vars in 697 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/986] 10.0.0.124 () {32 vars in 705 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/987] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/988] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/989] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/990] 10.0.0.124 () {32 vars in 683 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/991] 10.0.0.124 () {32 vars in 705 bytes} [Tue Apr 28 08:46:58 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: 502/992] 10.0.0.124 () {32 vars in 695 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/993] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/994] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/995] 10.0.0.124 () {32 vars in 697 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/996] 10.0.0.124 () {32 vars in 679 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/997] 10.0.0.124 () {32 vars in 689 bytes} [Tue Apr 28 08:46:58 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: 507/998] 10.0.0.124 () {32 vars in 701 bytes} [Tue Apr 28 08:46:58 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: 508/999] 10.0.0.124 () {32 vars in 665 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1000] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 509/1001] 10.0.0.124 () {32 vars in 681 bytes} [Tue Apr 28 08:46:58 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: 510/1002] 10.0.0.124 () {32 vars in 677 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1003] 10.0.0.124 () {32 vars in 693 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1004] 10.0.0.124 () {32 vars in 677 bytes} [Tue Apr 28 08:46:58 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: 513/1005] 10.0.0.124 () {32 vars in 667 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1006] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1007] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1008] 10.0.0.124 () {32 vars in 675 bytes} [Tue Apr 28 08:46:58 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1009] 10.0.0.124 () {32 vars in 687 bytes} [Tue Apr 28 08:46:58 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: 8|app: 0|req: 516/1010] 199.204.45.233 () {34 vars in 1120 bytes} [Tue Apr 28 08:46:59 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1011] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:59 2026] GET /v2.0/security-groups?tenant_id=9102150d0e6e40bebea7a3b2641b12d8&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1012] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:46:59 2026] PUT /v2.0/ports/e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 968 bytes in 426 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: 496/1013] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:59 2026] GET /v2.0/security-groups?tenant_id=df78924fab6348a9a1a0c323f9fd2294&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:46:59.651 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3493f647-2f75-4ed0-9aad-2838e9d964e4'] response: {'name': 'network-changed', 'server_uuid': '758bc93e-a99f-48a6-9a63-4a8b76eaa730', 'tag': 'e284eceb-485e-400f-a751-e5cfd8e35a69', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 497/1014] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:59 2026] DELETE /v2.0/security-groups/3959c5ff-0a50-4c09-a207-ad9ba470bd6b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1015] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:59 2026] DELETE /v2.0/security-groups/d385fbac-1b65-4c17-a112-46dd13ac0303 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1016] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:46:59 2026] GET /v2.0/security-groups?tenant_id=f0119f243094461f812418aaf4d17a7b&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1017] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:46:59 2026] DELETE /v2.0/security-groups/1ff5fb2e-b9f2-4cf5-b453-19422807fa26 => 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: 499/1018] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1019] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1020] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1021] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1022] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1023] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 502/1024] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?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: 523/1025] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 503/1026] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:00 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1027] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/ports?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1028] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/networks?id=bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1029] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1030] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/subnets?id=856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1031] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/ports?network_id=bf8444fa-b165-458d-89d2-59df66a0fb65&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1032] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/security-groups?tenant_id=17fa2eea6fb141a0a3aeab4cfa98d303&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1033] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1034] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:01 2026] DELETE /v2.0/security-groups/741c174a-28fd-4fce-b0c3-d364ef8c4559 => 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: 528/1035] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1036] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:01 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:02.072 7 INFO neutron.db.segments_db [None req-4cb692d0-1b60-49df-a19f-fac16914614c 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Added segment cc82f733-edc0-47cd-9912-6c0c1ec68e2d of type vxlan for network 494d3faa-1d44-4628-8aa2-ff00817057c4 [pid: 8|app: 0|req: 530/1037] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:02 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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-28 08:47:02.150 7 INFO neutron.db.segments_db [None req-4cb692d0-1b60-49df-a19f-fac16914614c 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Added segment ba05193d-83e0-4acd-8d42-66d7a8626cdb of type vxlan for network e35d1ba0-4a2f-41b5-a353-9337a6bf19a1 [pid: 8|app: 0|req: 531/1038] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:02 2026] GET /v2.0/security-groups?tenant_id=3cd11e6b1bf6437f9bef4c5e7c014771&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: 508/1039] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:01 2026] POST /v2.0/networks => generated 1244 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1040] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:47:02 2026] GET /v2.0/networks => generated 1843 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1041] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:02 2026] DELETE /v2.0/security-groups/b9c4f51d-565a-4ad0-b825-ae55b4183d08 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:02.445 7 INFO neutron.services.segments.plugin [-] Segment cc82f733-edc0-47cd-9912-6c0c1ec68e2d resource provider aggregate not found 2026-04-28 08:47:02.448 7 INFO neutron.services.segments.plugin [-] Segment cc82f733-edc0-47cd-9912-6c0c1ec68e2d resource provider aggregate not found 2026-04-28 08:47:02.465 7 INFO neutron.services.segments.plugin [-] Segment cc82f733-edc0-47cd-9912-6c0c1ec68e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc82f733-edc0-47cd-9912-6c0c1ec68e2d found for delete ", "request_id": "req-f2c0c2ca-3c20-4246-b14b-36836108ad27"}]} 2026-04-28 08:47:02.466 7 INFO neutron.services.segments.plugin [-] Segment cc82f733-edc0-47cd-9912-6c0c1ec68e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc82f733-edc0-47cd-9912-6c0c1ec68e2d found for delete ", "request_id": "req-3fd64e47-c1e6-4318-9405-1a2c0887a6d4"}]} [pid: 7|app: 0|req: 510/1042] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:02 2026] DELETE /v2.0/networks/494d3faa-1d44-4628-8aa2-ff00817057c4 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:02.645 8 INFO neutron.services.segments.plugin [-] Segment ba05193d-83e0-4acd-8d42-66d7a8626cdb resource provider aggregate not found 2026-04-28 08:47:02.649 8 INFO neutron.services.segments.plugin [-] Segment ba05193d-83e0-4acd-8d42-66d7a8626cdb resource provider aggregate not found 2026-04-28 08:47:02.665 8 INFO neutron.services.segments.plugin [-] Segment ba05193d-83e0-4acd-8d42-66d7a8626cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba05193d-83e0-4acd-8d42-66d7a8626cdb found for delete ", "request_id": "req-61c94141-1a94-44c9-9d09-4f1baef9c620"}]} 2026-04-28 08:47:02.668 8 INFO neutron.services.segments.plugin [-] Segment ba05193d-83e0-4acd-8d42-66d7a8626cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba05193d-83e0-4acd-8d42-66d7a8626cdb found for delete ", "request_id": "req-217c67df-7e7c-4b32-a50e-5808cbe2d254"}]} [pid: 8|app: 0|req: 533/1043] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:02 2026] DELETE /v2.0/networks/e35d1ba0-4a2f-41b5-a353-9337a6bf19a1 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1044] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:47:02 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:02.831 8 INFO neutron.db.segments_db [None req-c2a5e253-58e8-4d1c-a712-b85c3001b472 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Added segment 9c75a166-b70d-4b85-9740-8465058ce79a of type vxlan for network 5e8c0d39-24da-4706-9a14-2c127c4e7aa0 [pid: 8|app: 0|req: 534/1045] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:02 2026] POST /v2.0/networks => generated 650 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:02.989 7 INFO neutron.db.segments_db [None req-790b0d43-5376-4900-98f3-99ab97a88f2e 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Added segment e27b60cf-4259-464c-b6de-087a0cefe2a3 of type vxlan for network 4a288e70-c315-4999-970b-65088794cde3 [pid: 7|app: 0|req: 512/1046] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:02 2026] POST /v2.0/networks => generated 650 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1047] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:03 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1048] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:03 2026] GET /v2.0/security-groups?id=1f2cdc8a-b0c9-4b93-911e-6d5ab4393040&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: 515/1049] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:47:03 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:03.429 7 INFO neutron_taas.services.taas.taas_plugin [req-3cfbc438-164b-49ba-9d31-bae1e8a40ced req-3c199359-b8fa-4c35-9633-c49cb9e0a014 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] TaaS: Handle Delete Port: e284eceb-485e-400f-a751-e5cfd8e35a69 2026-04-28 08:47:03.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3cfbc438-164b-49ba-9d31-bae1e8a40ced req-3c199359-b8fa-4c35-9633-c49cb9e0a014 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] Tap Mirror: Handle Delete Port: e284eceb-485e-400f-a751-e5cfd8e35a69 2026-04-28 08:47:03.574 7 INFO neutron.db.l3_db [req-3cfbc438-164b-49ba-9d31-bae1e8a40ced req-3c199359-b8fa-4c35-9633-c49cb9e0a014 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] Floating IP f02e6982-abcc-418e-b6b8-ce1711c8dfad disassociated. External IP: 10.96.250.212, port: e284eceb-485e-400f-a751-e5cfd8e35a69. [pid: 8|app: 0|req: 535/1050] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:03 2026] POST /v2.0/ports => generated 1506 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 536/1051] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:47:03 2026] GET /v2.0/ports => generated 1506 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:03.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a573429-f371-4cc5-bed8-19094346b835 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] TaaS: Handle Delete Port: 0d727ce6-84d4-4326-9faf-dbc72216863e 2026-04-28 08:47:03.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a573429-f371-4cc5-bed8-19094346b835 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Tap Mirror: Handle Delete Port: 0d727ce6-84d4-4326-9faf-dbc72216863e [pid: 7|app: 0|req: 516/1052] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:47:03 2026] DELETE /v2.0/ports/e284eceb-485e-400f-a751-e5cfd8e35a69 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:03.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-abdea419-1c2e-4b12-96f0-012c456a846a'] response: {'server_uuid': '758bc93e-a99f-48a6-9a63-4a8b76eaa730', 'name': 'network-vif-deleted', 'tag': 'e284eceb-485e-400f-a751-e5cfd8e35a69', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 537/1053] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:03 2026] DELETE /v2.0/ports/0d727ce6-84d4-4326-9faf-dbc72216863e => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:04.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ec18908-b1b6-41de-a9e3-eee5082913bd 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] TaaS: Handle Delete Port: 3db27f93-58d9-4c7d-9d07-b7ee8c16931d 2026-04-28 08:47:04.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ec18908-b1b6-41de-a9e3-eee5082913bd 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Tap Mirror: Handle Delete Port: 3db27f93-58d9-4c7d-9d07-b7ee8c16931d [pid: 7|app: 0|req: 517/1054] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:04 2026] DELETE /v2.0/ports/3db27f93-58d9-4c7d-9d07-b7ee8c16931d => 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/1055] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:47:04 2026] GET /v2.0/ports => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:04.326 7 INFO neutron.db.segments_db [None req-553f9811-2795-4e9c-8893-c193d6b9dcda 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Added segment 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 of type vxlan for network 69f8e927-ac2d-4ac4-9538-1d6e804d5293 [pid: 8|app: 0|req: 539/1056] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:04 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 518/1057] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:04 2026] POST /v2.0/networks => generated 650 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:04.512 8 INFO neutron.db.segments_db [None req-f03535b9-7e6c-4e84-af7c-34eb06cea0ed 61af4cda72f34bc2a0f6883ceca6da50 dbd154903f8b4f7f81d0891844748740 - - default default] Added segment b29479e2-fdf1-4330-904e-fb393a756607 of type vxlan for network f2e59b77-be4e-4c94-8490-b9d1dad06d29 [pid: 8|app: 0|req: 540/1058] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:04 2026] POST /v2.0/networks => generated 650 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1059] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:04 2026] GET /v2.0/security-groups?tenant_id=776da17ae4bd48d6a99a4afc9a79d5a2&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1060] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:04 2026] DELETE /v2.0/security-groups/ed03070f-b55b-4955-bb03-72fcfafff710 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1061] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:04 2026] POST /v2.0/subnets => generated 1274 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1062] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:05 2026] GET /v2.0/subnets => generated 1910 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1063] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:05 2026] DELETE /v2.0/subnets/7ed5f945-53ee-49a2-b5bc-c60f6270c8ad => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1064] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:05 2026] DELETE /v2.0/subnets/f808beec-6231-4d41-906b-d26221193a50 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1065] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:05 2026] GET /v2.0/subnets => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1066] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:05 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:05.555 8 INFO neutron.services.segments.plugin [-] Segment b29479e2-fdf1-4330-904e-fb393a756607 resource provider aggregate not found 2026-04-28 08:47:05.563 8 INFO neutron.services.segments.plugin [-] Segment b29479e2-fdf1-4330-904e-fb393a756607 resource provider aggregate not found 2026-04-28 08:47:05.584 8 INFO neutron.services.segments.plugin [-] Segment b29479e2-fdf1-4330-904e-fb393a756607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b29479e2-fdf1-4330-904e-fb393a756607 found for delete ", "request_id": "req-3b58d401-7cd9-4f7c-8c3f-b56c72c6d2d3"}]} 2026-04-28 08:47:05.585 8 INFO neutron.services.segments.plugin [-] Segment b29479e2-fdf1-4330-904e-fb393a756607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b29479e2-fdf1-4330-904e-fb393a756607 found for delete ", "request_id": "req-fab16d69-eeec-47b0-8941-3618d1b79262"}]} [pid: 8|app: 0|req: 545/1067] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:05 2026] DELETE /v2.0/networks/f2e59b77-be4e-4c94-8490-b9d1dad06d29 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:05.738 7 INFO neutron.services.segments.plugin [-] Segment 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 resource provider aggregate not found 2026-04-28 08:47:05.740 7 INFO neutron.services.segments.plugin [-] Segment 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 resource provider aggregate not found 2026-04-28 08:47:05.764 7 INFO neutron.services.segments.plugin [-] Segment 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 found for delete ", "request_id": "req-7b72a34d-3bb3-43f0-be77-336389c26f3e"}]} 2026-04-28 08:47:05.767 7 INFO neutron.services.segments.plugin [-] Segment 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e9e7a3d-6d75-4e63-8f2a-c12a67f02002 found for delete ", "request_id": "req-578c2bb4-8fc6-438f-a234-b27d27b3ed12"}]} [pid: 7|app: 0|req: 523/1068] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:05 2026] DELETE /v2.0/networks/69f8e927-ac2d-4ac4-9538-1d6e804d5293 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1069] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:05 2026] DELETE /v2.0/networks/4a288e70-c315-4999-970b-65088794cde3 => 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: 524/1070] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:05 2026] DELETE /v2.0/networks/5e8c0d39-24da-4706-9a14-2c127c4e7aa0 => 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: 547/1071] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:06 2026] GET /v2.0/security-groups?tenant_id=279c0b90a0ca48508b2a15c4ac69a46e&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: 548/1072] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:06 2026] DELETE /v2.0/security-groups/3925d802-31d2-403a-a1fa-d1e7d440ebaf => 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: 549/1073] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:06 2026] GET /v2.0/ports?device_id=758bc93e-a99f-48a6-9a63-4a8b76eaa730 => 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: 525/1074] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:06 2026] GET /v2.0/security-groups?tenant_id=dbd154903f8b4f7f81d0891844748740&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: 550/1075] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:06 2026] DELETE /v2.0/security-groups/9fbafa54-1675-440a-b5aa-8d2ecc1e995e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1076] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:06 2026] GET /v2.0/security-groups?tenant_id=160d9903307345a08ca65ce45b0339c9&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1077] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:06 2026] DELETE /v2.0/security-groups/64c0843f-850e-401c-bec8-0893039cad37 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:07.151 7 INFO neutron.db.segments_db [None req-abe8530a-ba93-4029-b3b0-15a0263c1d67 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Added segment fddfe7e3-f91f-4c48-b9b7-9b9715626798 of type vxlan for network 49da60c0-f60e-47ec-a934-97e9c71ab1f6 [pid: 7|app: 0|req: 527/1080] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:06 2026] POST /v2.0/networks => generated 650 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1081] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:07 2026] POST /v2.0/subnets => generated 627 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:07.603 8 INFO neutron.services.segments.plugin [-] Segment e27b60cf-4259-464c-b6de-087a0cefe2a3 resource provider aggregate not found 2026-04-28 08:47:07.613 8 INFO neutron.services.segments.plugin [-] Segment e27b60cf-4259-464c-b6de-087a0cefe2a3 resource provider aggregate not found 2026-04-28 08:47:07.622 8 INFO neutron.services.segments.plugin [-] Segment e27b60cf-4259-464c-b6de-087a0cefe2a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27b60cf-4259-464c-b6de-087a0cefe2a3 found for delete ", "request_id": "req-7ba14cbf-8066-4654-96bc-5ac83bc6d23b"}]} 2026-04-28 08:47:07.625 7 INFO neutron.db.segments_db [None req-cd428b3f-7835-45d8-a78a-03b4fe1f0b34 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Added segment 0b1a7870-fb57-43cb-abac-b4e6beda3f59 of type vxlan for network 4c8d8ae4-7175-4ca3-914a-a2ec31ba1909 2026-04-28 08:47:07.631 8 INFO neutron.services.segments.plugin [-] Segment e27b60cf-4259-464c-b6de-087a0cefe2a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27b60cf-4259-464c-b6de-087a0cefe2a3 found for delete ", "request_id": "req-ffd1411b-f238-4e1c-a258-129f7fbe81e3"}]} 2026-04-28 08:47:07.789 7 INFO neutron.services.segments.plugin [-] Segment 9c75a166-b70d-4b85-9740-8465058ce79a resource provider aggregate not found 2026-04-28 08:47:07.793 7 INFO neutron.services.segments.plugin [-] Segment 9c75a166-b70d-4b85-9740-8465058ce79a resource provider aggregate not found [pid: 8|app: 0|req: 555/1082] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:07 2026] DELETE /v2.0/security-groups/1f2cdc8a-b0c9-4b93-911e-6d5ab4393040 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:07.813 7 INFO neutron.services.segments.plugin [-] Segment 9c75a166-b70d-4b85-9740-8465058ce79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c75a166-b70d-4b85-9740-8465058ce79a found for delete ", "request_id": "req-e7168924-59c3-4832-a709-97d6c6b62886"}]} 2026-04-28 08:47:07.816 7 INFO neutron.services.segments.plugin [-] Segment 9c75a166-b70d-4b85-9740-8465058ce79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c75a166-b70d-4b85-9740-8465058ce79a found for delete ", "request_id": "req-1159a801-15e9-4b15-8397-3c6837fa5f20"}]} 2026-04-28 08:47:07.824 8 INFO neutron.api.v2.resource [None req-50afd86b-1242-4064-8bbd-f837963039e4 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 556/1083] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:47:07 2026] GET /v2.0/security-groups/1f2cdc8a-b0c9-4b93-911e-6d5ab4393040 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:07.908 7 INFO neutron.db.l3_hamode_db [None req-cd428b3f-7835-45d8-a78a-03b4fe1f0b34 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:07.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0885250-7f68-4304-a336-24e4274a5361 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] TaaS: Handle Delete Port: 2c773c3e-2584-419d-a0c0-c420a945e8fc 2026-04-28 08:47:07.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0885250-7f68-4304-a336-24e4274a5361 5cc7978aba5c4ace82fc032175027fb9 bdd020e139e44f66a88bafbc1f93ded1 - - default default] Tap Mirror: Handle Delete Port: 2c773c3e-2584-419d-a0c0-c420a945e8fc [pid: 8|app: 0|req: 557/1084] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:47:07 2026] DELETE /v2.0/floatingips/f02e6982-abcc-418e-b6b8-ce1711c8dfad => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:08.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e4b9f26-e943-468f-8b10-8771cf53f4ea d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 86100f37-fbb4-46de-8199-5de011231c73 2026-04-28 08:47:08.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e4b9f26-e943-468f-8b10-8771cf53f4ea d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 86100f37-fbb4-46de-8199-5de011231c73 2026-04-28 08:47:08.857 7 INFO neutron.db.l3_hamode_db [None req-cd428b3f-7835-45d8-a78a-03b4fe1f0b34 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1085] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:08 2026] PUT /v2.0/routers/bfc0a7c4-0c44-4510-bda3-3661915d6600/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:09.376 8 INFO neutron.db.segments_db [None req-51a96881-cf5a-44b3-be4e-471a44e23d90 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment d815777a-c019-4472-ad72-059cac793f8c of type vxlan for network d5f91411-10e0-403b-96e6-a2b664d8f51c [pid: 8|app: 0|req: 559/1086] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:09 2026] POST /v2.0/networks => generated 634 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:09.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-9011df21-726c-4b1f-a7e7-4ccf426d207d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: eaf072ce-e816-4995-a608-eb4fea133256 2026-04-28 08:47:09.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9011df21-726c-4b1f-a7e7-4ccf426d207d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: eaf072ce-e816-4995-a608-eb4fea133256 [pid: 7|app: 0|req: 528/1087] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:07 2026] POST /v2.0/routers => generated 694 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:09.814 7 INFO neutron.db.segments_db [None req-be5803da-b415-4493-a520-8f28c1975e0c 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment e18b9adf-39e7-4404-81be-8fd954403b58 of type vxlan for network 9341b234-8284-460d-9a54-f0cc42cbb005 [pid: 7|app: 0|req: 529/1088] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:09 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:09.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-9011df21-726c-4b1f-a7e7-4ccf426d207d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 752b09e8-6865-4c14-98b5-eaa51acb9d93 2026-04-28 08:47:09.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9011df21-726c-4b1f-a7e7-4ccf426d207d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 752b09e8-6865-4c14-98b5-eaa51acb9d93 2026-04-28 08:47:10.219 8 INFO neutron.services.segments.plugin [-] Segment 99c30eab-0de3-43e2-aec2-f0387d2c760e resource provider aggregate not found 2026-04-28 08:47:10.225 8 INFO neutron.services.segments.plugin [-] Segment 99c30eab-0de3-43e2-aec2-f0387d2c760e resource provider aggregate not found 2026-04-28 08:47:10.245 8 INFO neutron.services.segments.plugin [-] Segment 99c30eab-0de3-43e2-aec2-f0387d2c760e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99c30eab-0de3-43e2-aec2-f0387d2c760e found for delete ", "request_id": "req-17f395a3-dfe8-4360-b8c4-6dabc4c99938"}]} 2026-04-28 08:47:10.247 8 INFO neutron.services.segments.plugin [-] Segment 99c30eab-0de3-43e2-aec2-f0387d2c760e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99c30eab-0de3-43e2-aec2-f0387d2c760e found for delete ", "request_id": "req-43295e74-396b-404b-8f47-2f0d2a26cab3"}]} 2026-04-28 08:47:10.259 8 INFO neutron.db.l3_hamode_db [None req-9011df21-726c-4b1f-a7e7-4ccf426d207d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 9d7236d4-f0da-4e78-af1c-26b965e438c7 was deleted as no HA routers are present in tenant bdd020e139e44f66a88bafbc1f93ded1. [pid: 8|app: 0|req: 560/1089] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:09 2026] DELETE /v2.0/routers/bfc0a7c4-0c44-4510-bda3-3661915d6600 => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1090] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:10 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1091] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:10 2026] DELETE /v2.0/subnets/856a3adb-a574-4acb-a589-09eb7db31ca1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1092] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:10 2026] POST /v2.0/subnets => generated 655 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:10.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-60aeba1d-2051-4457-b012-2138ab90b9f4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 47d6eda6-e913-4b9a-99fe-8ba971412e80 2026-04-28 08:47:10.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60aeba1d-2051-4457-b012-2138ab90b9f4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 47d6eda6-e913-4b9a-99fe-8ba971412e80 [pid: 8|app: 0|req: 564/1093] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:10 2026] DELETE /v2.0/networks/bf8444fa-b165-458d-89d2-59df66a0fb65 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:11.173 8 INFO neutron.db.segments_db [None req-249dd4e2-382d-4759-b2af-059337b189fb 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 of type vxlan for network 208bbfcb-ba36-4b09-8fd3-99c5f41647c3 [pid: 7|app: 0|req: 530/1094] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:09 2026] PUT /v2.0/routers/78694ccf-11df-4f89-b096-fc35dd6f3ede/add_router_interface => generated 309 bytes in 1452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:11.493 8 INFO neutron.db.l3_hamode_db [None req-249dd4e2-382d-4759-b2af-059337b189fb 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:11.661 8 INFO neutron.db.l3_hamode_db [None req-249dd4e2-382d-4759-b2af-059337b189fb 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 531/1095] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:11 2026] POST /v2.0/ports => generated 958 bytes in 428 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: 532/1096] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:11 2026] GET /v2.0/security-groups?tenant_id=bdd020e139e44f66a88bafbc1f93ded1&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1097] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:11 2026] POST /v2.0/ports => generated 955 bytes in 385 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-28 08:47:12.279 8 INFO neutron.services.segments.plugin [-] Segment b859b213-6505-4bd2-b1b3-da5071284365 resource provider aggregate not found 2026-04-28 08:47:12.285 8 INFO neutron.services.segments.plugin [-] Segment b859b213-6505-4bd2-b1b3-da5071284365 resource provider aggregate not found 2026-04-28 08:47:12.300 8 INFO neutron.services.segments.plugin [-] Segment b859b213-6505-4bd2-b1b3-da5071284365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b859b213-6505-4bd2-b1b3-da5071284365 found for delete ", "request_id": "req-f13dc452-ae39-40ad-98b9-deacddeeeb23"}]} 2026-04-28 08:47:12.307 8 INFO neutron.services.segments.plugin [-] Segment b859b213-6505-4bd2-b1b3-da5071284365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b859b213-6505-4bd2-b1b3-da5071284365 found for delete ", "request_id": "req-7a53a4e1-8d91-457e-9b85-cb52d19df05c"}]} [pid: 7|app: 0|req: 534/1098] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:12 2026] DELETE /v2.0/security-groups/0ede0ed4-fd5e-455e-a93c-4343489b3363 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1099] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:11 2026] POST /v2.0/routers => generated 511 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1100] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:12 2026] GET /v2.0/security-groups?tenant_id=4296fdff39f848b0b2aa63e7ba39c040&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:13.592 7 INFO neutron.db.l3_db [None req-b1c6165f-7291-4663-996c-15c878410404 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Floating IP 3f10af05-3dc7-4a11-9e2b-78dd15e9c9ea associated. External IP: 10.96.250.220, port: 9e560812-86a2-4dd9-9e0f-fe26ce8d9c57. [pid: 8|app: 0|req: 567/1101] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:12 2026] PUT /v2.0/routers/f2c06580-a83a-4d6b-b930-adcb6237b2ad/add_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1102] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:13 2026] DELETE /v2.0/security-groups/a142c4fd-046d-4c28-8d26-70e1fed0cce1 => 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: 569/1103] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:13 2026] GET /v2.0/ports/9982ec7b-a870-49e2-9822-6d5ede2377cb => generated 959 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1104] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:47:12 2026] POST /v2.0/floatingips => generated 842 bytes in 1613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:14.066 7 INFO neutron.db.l3_db [None req-8f00a363-4086-4c9d-a5ee-b51fd8bddd33 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Floating IP 3f10af05-3dc7-4a11-9e2b-78dd15e9c9ea disassociated. External IP: 10.96.250.220, port: 9e560812-86a2-4dd9-9e0f-fe26ce8d9c57. [pid: 7|app: 0|req: 536/1105] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:47:13 2026] PUT /v2.0/floatingips/3f10af05-3dc7-4a11-9e2b-78dd15e9c9ea => generated 552 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1106] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:13 2026] PUT /v2.0/routers/f2c06580-a83a-4d6b-b930-adcb6237b2ad/add_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:14.712 7 INFO neutron.db.segments_db [None req-cad3902e-942d-4766-9cfa-a3964ac7ce98 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment b9c88821-8986-4988-b96c-dbfed0aa629d of type vxlan for network dcf8316a-8454-4bd3-ac40-9e718bb5df45 [pid: 7|app: 0|req: 537/1107] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:47:14 2026] POST /v2.0/networks => generated 744 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:14.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1c67903-5ebb-4fbf-8f5e-847a42971be1 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: c23a2eb5-791c-4929-99f2-136e64537d95 2026-04-28 08:47:14.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1c67903-5ebb-4fbf-8f5e-847a42971be1 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: c23a2eb5-791c-4929-99f2-136e64537d95 [pid: 7|app: 0|req: 538/1108] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:14 2026] GET /v2.0/ports/a4a18a3c-be51-405b-a76a-a33948f51d9c => generated 967 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1109] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:47:14 2026] DELETE /v2.0/floatingips/3f10af05-3dc7-4a11-9e2b-78dd15e9c9ea => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1110] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:14 2026] POST /v2.0/subnets => generated 691 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:15.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7dc286d-7bf6-40ef-a7b6-76878ce05448 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: a4a18a3c-be51-405b-a76a-a33948f51d9c 2026-04-28 08:47:15.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7dc286d-7bf6-40ef-a7b6-76878ce05448 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: a4a18a3c-be51-405b-a76a-a33948f51d9c 2026-04-28 08:47:15.706 7 INFO neutron.db.l3_db [None req-e9ccd97a-1b91-4f14-a1fc-3c507da85cfc dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Floating IP 3fd74e32-df1f-4193-bf10-807b23ced4b0 associated. External IP: 10.96.250.214, port: 2ffd01bc-5c7b-4b11-86e9-576dc64e3dac. [pid: 8|app: 0|req: 572/1111] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:14 2026] PUT /v2.0/routers/f2c06580-a83a-4d6b-b930-adcb6237b2ad/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:15.785 8 INFO neutron.db.segments_db [None req-7215c15e-02ff-480f-aae3-8504a1fa62ce d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 5dcb9ee1-7a88-4110-854d-5d3e24ba960a of type vxlan for network 246b1e29-d3da-4b5b-8fe6-9d1c8f69d0af 2026-04-28 08:47:15.983 8 INFO neutron.db.l3_hamode_db [None req-7215c15e-02ff-480f-aae3-8504a1fa62ce d60e816808844c45933653d4f61d6ea0 83d60dd1040a4b40b3acd2b13dde991e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 540/1112] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:47:15 2026] POST /v2.0/floatingips => generated 842 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:16.287 7 INFO neutron.db.segments_db [None req-873d3862-625d-4892-a0d9-a629dd56aa70 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Added segment 5dca2c93-a475-4e78-93ab-7d245adeeff9 of type vxlan for network b6f48c8b-4600-4e7e-a89f-b8c21feac98c 2026-04-28 08:47:16.347 7 INFO neutron.db.segments_db [None req-873d3862-625d-4892-a0d9-a629dd56aa70 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Added segment 27cbdb61-3787-49b8-be9c-6b490dd22689 of type vxlan for network 865b02a3-eb93-412a-ab9e-9d8a878fd3c8 [pid: 7|app: 0|req: 541/1113] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:15 2026] POST /v2.0/networks => generated 1246 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:47:16.741 8 INFO neutron.db.l3_hamode_db [None req-7215c15e-02ff-480f-aae3-8504a1fa62ce d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:16.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-34f8ec12-79d2-4778-9c47-216915477ed2 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 9982ec7b-a870-49e2-9822-6d5ede2377cb 2026-04-28 08:47:16.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34f8ec12-79d2-4778-9c47-216915477ed2 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 9982ec7b-a870-49e2-9822-6d5ede2377cb [pid: 7|app: 0|req: 542/1114] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:16 2026] PUT /v2.0/routers/f2c06580-a83a-4d6b-b930-adcb6237b2ad/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1115] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:47:17 2026] GET /v2.0/floatingips/3fd74e32-df1f-4193-bf10-807b23ced4b0 => generated 842 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1116] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:47:17 2026] GET /v2.0/networks => generated 1845 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1117] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:17 2026] GET /v2.0/ports?device_id=f2c06580-a83a-4d6b-b930-adcb6237b2ad => 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: 546/1118] 10.0.0.124 () {32 vars in 655 bytes} [Tue Apr 28 08:47:17 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:17.539 7 INFO neutron.services.segments.plugin [-] Segment 5dca2c93-a475-4e78-93ab-7d245adeeff9 resource provider aggregate not found 2026-04-28 08:47:17.543 7 INFO neutron.services.segments.plugin [-] Segment 5dca2c93-a475-4e78-93ab-7d245adeeff9 resource provider aggregate not found 2026-04-28 08:47:17.559 7 INFO neutron.services.segments.plugin [-] Segment 5dca2c93-a475-4e78-93ab-7d245adeeff9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dca2c93-a475-4e78-93ab-7d245adeeff9 found for delete ", "request_id": "req-3459cf36-85a6-45db-bf38-04cb29413725"}]} 2026-04-28 08:47:17.564 7 INFO neutron.services.segments.plugin [-] Segment 5dca2c93-a475-4e78-93ab-7d245adeeff9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dca2c93-a475-4e78-93ab-7d245adeeff9 found for delete ", "request_id": "req-386f1725-dee3-4af3-ba18-dba277a126d2"}]} [pid: 7|app: 0|req: 547/1119] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:17 2026] DELETE /v2.0/networks/b6f48c8b-4600-4e7e-a89f-b8c21feac98c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:17.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3572e91-b9f5-4a14-9fc2-893d19606b4f 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 664a3837-b7d2-4ebc-bba1-11974da66912 2026-04-28 08:47:17.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3572e91-b9f5-4a14-9fc2-893d19606b4f 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 664a3837-b7d2-4ebc-bba1-11974da66912 [pid: 8|app: 0|req: 573/1120] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:15 2026] POST /v2.0/routers => generated 731 bytes in 2325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:18.165 7 INFO neutron.db.l3_hamode_db [None req-e3572e91-b9f5-4a14-9fc2-893d19606b4f 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] HA network 208bbfcb-ba36-4b09-8fd3-99c5f41647c3 was deleted as no HA routers are present in tenant 5e2069bd6ef3481aa6faabf6fc593256. [pid: 7|app: 0|req: 548/1121] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:17 2026] DELETE /v2.0/routers/f2c06580-a83a-4d6b-b930-adcb6237b2ad => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1122] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:18 2026] DELETE /v2.0/networks/865b02a3-eb93-412a-ab9e-9d8a878fd3c8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:18.515 8 INFO neutron.db.l3_db [None req-d25da2ac-3620-46cf-a60e-af7056d38994 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Floating IP 3fd74e32-df1f-4193-bf10-807b23ced4b0 associated. External IP: 10.96.250.214, port: 2ffd01bc-5c7b-4b11-86e9-576dc64e3dac. [pid: 8|app: 0|req: 574/1123] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:47:18 2026] PUT /v2.0/floatingips/3fd74e32-df1f-4193-bf10-807b23ced4b0 => generated 842 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1124] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:19 2026] DELETE /v2.0/subnets/d6de5c91-7371-42d9-969f-807f27312681 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1125] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:47:19 2026] GET /v2.0/networks => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:19.501 8 INFO neutron.db.l3_db [None req-79a5ea6b-0753-4038-89a1-ce0dc585789c dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Floating IP 3fd74e32-df1f-4193-bf10-807b23ced4b0 disassociated. External IP: 10.96.250.214, port: 9e560812-86a2-4dd9-9e0f-fe26ce8d9c57. [pid: 7|app: 0|req: 550/1126] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:18 2026] PUT /v2.0/routers/892b4171-7e4c-4cf7-a3f1-cd78ec121c43/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:19.590 7 INFO neutron.services.segments.plugin [-] Segment 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 resource provider aggregate not found 2026-04-28 08:47:19.597 7 INFO neutron.services.segments.plugin [-] Segment 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 resource provider aggregate not found 2026-04-28 08:47:19.613 7 INFO neutron.services.segments.plugin [-] Segment 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 found for delete ", "request_id": "req-cf03e315-8ab5-43aa-b9e7-5668ebf788cf"}]} 2026-04-28 08:47:19.636 7 INFO neutron.services.segments.plugin [-] Segment 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b3c8afd-2d4d-490b-a19f-03e4c717f0c5 found for delete ", "request_id": "req-15695c2d-6448-4497-b6e6-f0aecb43add3"}]} 2026-04-28 08:47:19.650 7 INFO neutron.services.segments.plugin [-] Segment 27cbdb61-3787-49b8-be9c-6b490dd22689 resource provider aggregate not found 2026-04-28 08:47:19.661 7 INFO neutron.services.segments.plugin [-] Segment 27cbdb61-3787-49b8-be9c-6b490dd22689 resource provider aggregate not found 2026-04-28 08:47:19.681 7 INFO neutron.services.segments.plugin [-] Segment 27cbdb61-3787-49b8-be9c-6b490dd22689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27cbdb61-3787-49b8-be9c-6b490dd22689 found for delete ", "request_id": "req-ce2bd990-5fee-42c5-833e-70e6939a7218"}]} 2026-04-28 08:47:19.691 7 INFO neutron.services.segments.plugin [-] Segment 27cbdb61-3787-49b8-be9c-6b490dd22689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27cbdb61-3787-49b8-be9c-6b490dd22689 found for delete ", "request_id": "req-f0a3170e-7889-4202-937f-8b16bb168eab"}]} [pid: 7|app: 0|req: 551/1127] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:19 2026] DELETE /v2.0/subnets/1f36090e-e273-4b55-856c-1770c7602e49 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:19.835 7 INFO neutron.db.segments_db [None req-ae8eb29d-8ee6-499e-9577-e90d668ea977 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Added segment aedd4fb6-72c5-4f40-aa6c-7235178d8fcb of type vxlan for network f0816218-8661-474c-bcdf-def7e754046a [pid: 8|app: 0|req: 577/1128] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:47:19 2026] PUT /v2.0/floatingips/3fd74e32-df1f-4193-bf10-807b23ced4b0 => generated 552 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1129] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:19 2026] POST /v2.0/networks => generated 654 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:19.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-f91f9af9-8105-48e3-8c1f-04d506494a85 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 53f07b7f-5c55-4779-bfaa-d1ef6600cbc1 2026-04-28 08:47:19.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91f9af9-8105-48e3-8c1f-04d506494a85 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 53f07b7f-5c55-4779-bfaa-d1ef6600cbc1 2026-04-28 08:47:20.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc4f662a-e2d3-4e10-af6a-7e05e0fcfa78 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: b3cac6f7-a0d2-40f6-bbb1-2f341c4d8d77 2026-04-28 08:47:20.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc4f662a-e2d3-4e10-af6a-7e05e0fcfa78 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: b3cac6f7-a0d2-40f6-bbb1-2f341c4d8d77 2026-04-28 08:47:20.101 8 INFO neutron.services.segments.plugin [-] Segment e18b9adf-39e7-4404-81be-8fd954403b58 resource provider aggregate not found 2026-04-28 08:47:20.109 8 INFO neutron.services.segments.plugin [-] Segment e18b9adf-39e7-4404-81be-8fd954403b58 resource provider aggregate not found 2026-04-28 08:47:20.126 8 INFO neutron.services.segments.plugin [-] Segment e18b9adf-39e7-4404-81be-8fd954403b58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e18b9adf-39e7-4404-81be-8fd954403b58 found for delete ", "request_id": "req-f8a6bb32-3b16-4402-bd72-b90e677ad277"}]} 2026-04-28 08:47:20.127 8 INFO neutron.services.segments.plugin [-] Segment e18b9adf-39e7-4404-81be-8fd954403b58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e18b9adf-39e7-4404-81be-8fd954403b58 found for delete ", "request_id": "req-63c44dec-9272-4388-bac4-0c7ddf096d81"}]} [pid: 8|app: 0|req: 578/1130] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:19 2026] DELETE /v2.0/networks/9341b234-8284-460d-9a54-f0cc42cbb005 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:20.196 8 INFO neutron.db.segments_db [None req-981f8007-67ba-4f96-895f-4ce76161080b 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Added segment f6a26165-1b17-4a94-aed3-ca81601c5796 of type vxlan for network 46b916af-f57c-47f1-ac96-41175a5d6129 [pid: 7|app: 0|req: 553/1131] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:47:19 2026] DELETE /v2.0/floatingips/3fd74e32-df1f-4193-bf10-807b23ced4b0 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1132] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:20 2026] POST /v2.0/networks => generated 654 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:20.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-b060d9a6-ea21-4272-8efc-09974f040874 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: ab805440-f062-4701-a971-2f1183972483 2026-04-28 08:47:20.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b060d9a6-ea21-4272-8efc-09974f040874 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: ab805440-f062-4701-a971-2f1183972483 [pid: 8|app: 0|req: 580/1133] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:47:20 2026] POST /v2.0/security-groups => generated 1661 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:47:20.459 8 INFO neutron.api.v2.resource [None req-f166b3fa-8c36-42e6-a02f-42df1ebc882a dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1134] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:47:20 2026] DELETE /v2.0/floatingips/3fd74e32-df1f-4193-bf10-807b23ced4b0 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1135] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:20 2026] DELETE /v2.0/networks/d5f91411-10e0-403b-96e6-a2b664d8f51c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1136] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:47:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:20.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a52d2fb-2622-4da0-8010-8f05c3042c01 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: 9e560812-86a2-4dd9-9e0f-fe26ce8d9c57 2026-04-28 08:47:20.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a52d2fb-2622-4da0-8010-8f05c3042c01 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: 9e560812-86a2-4dd9-9e0f-fe26ce8d9c57 [pid: 7|app: 0|req: 556/1137] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:20 2026] DELETE /v2.0/ports/9e560812-86a2-4dd9-9e0f-fe26ce8d9c57 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:21.021 7 INFO neutron.db.segments_db [None req-19accc29-2317-4eb3-90cd-c7981e855e30 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment 4d96d038-cb48-414c-bbc2-37391d0e64fa of type vxlan for network a906a17b-9fcb-475d-b02e-e0f79a47f857 [pid: 7|app: 0|req: 557/1138] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:20 2026] POST /v2.0/networks => generated 634 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1139] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:20 2026] POST /v2.0/ports => generated 1506 bytes in 686 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: 558/1140] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:47:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:21.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d662739-78d0-4664-81b9-f01683bfe340 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: 2ffd01bc-5c7b-4b11-86e9-576dc64e3dac 2026-04-28 08:47:21.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d662739-78d0-4664-81b9-f01683bfe340 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: 2ffd01bc-5c7b-4b11-86e9-576dc64e3dac [pid: 8|app: 0|req: 583/1141] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:21 2026] DELETE /v2.0/ports/2ffd01bc-5c7b-4b11-86e9-576dc64e3dac => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1142] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:47:21 2026] GET /v2.0/ports => generated 1506 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1143] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:21 2026] POST /v2.0/subnets => generated 646 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1144] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:21 2026] GET /v2.0/ports?device_id=78694ccf-11df-4f89-b096-fc35dd6f3ede => generated 958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:21.705 7 INFO neutron.services.segments.plugin [-] Segment d815777a-c019-4472-ad72-059cac793f8c resource provider aggregate not found 2026-04-28 08:47:21.709 7 INFO neutron.services.segments.plugin [-] Segment d815777a-c019-4472-ad72-059cac793f8c resource provider aggregate not found 2026-04-28 08:47:21.724 7 INFO neutron.services.segments.plugin [-] Segment d815777a-c019-4472-ad72-059cac793f8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d815777a-c019-4472-ad72-059cac793f8c found for delete ", "request_id": "req-6e7fcf89-ea0f-4d1c-b6dc-57992a176c26"}]} 2026-04-28 08:47:21.725 7 INFO neutron.services.segments.plugin [-] Segment d815777a-c019-4472-ad72-059cac793f8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d815777a-c019-4472-ad72-059cac793f8c found for delete ", "request_id": "req-48e75553-d2f9-43d0-90c1-0f03cfe823bc"}]} 2026-04-28 08:47:21.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-165a56cc-70fc-402e-9358-f9ce1e36f64b 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] TaaS: Handle Delete Port: 173ee152-29da-435c-8df3-e6631fd1f87b 2026-04-28 08:47:21.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-165a56cc-70fc-402e-9358-f9ce1e36f64b 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Tap Mirror: Handle Delete Port: 173ee152-29da-435c-8df3-e6631fd1f87b [pid: 7|app: 0|req: 561/1145] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:21 2026] DELETE /v2.0/ports/173ee152-29da-435c-8df3-e6631fd1f87b => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:21.857 7 INFO neutron.db.segments_db [None req-eeba3b29-da9b-4c6e-b92f-78488782de38 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment 7db9efaf-3841-4ea9-b39a-14b148ee7395 of type vxlan for network 2c9ee644-bdbf-40bd-9acc-2f57ab43b4b7 [pid: 8|app: 0|req: 585/1146] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:47:21 2026] POST /v2.0/floatingips => generated 552 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:22.139 7 INFO neutron.db.l3_hamode_db [None req-eeba3b29-da9b-4c6e-b92f-78488782de38 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:22.306 7 INFO neutron.db.l3_hamode_db [None req-eeba3b29-da9b-4c6e-b92f-78488782de38 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:22.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8b8b5b6-9758-4646-a5f5-18cab58100b4 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: edf2f1ee-5190-4071-ae6e-2066032cb600 2026-04-28 08:47:22.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8b8b5b6-9758-4646-a5f5-18cab58100b4 dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: edf2f1ee-5190-4071-ae6e-2066032cb600 [pid: 8|app: 0|req: 586/1147] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:21 2026] PUT /v2.0/routers/78694ccf-11df-4f89-b096-fc35dd6f3ede/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1148] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:21 2026] POST /v2.0/routers => generated 510 bytes in 1186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1151] 10.0.0.82 () {34 vars in 1099 bytes} [Tue Apr 28 08:47:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2026169959&fields=id&tenant_id=83d60dd1040a4b40b3acd2b13dde991e => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:23.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-5303c7bc-94f6-4580-a320-e275cf4e850a 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] TaaS: Handle Delete Port: b523756f-bd11-4129-a116-97476927ddd1 2026-04-28 08:47:23.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5303c7bc-94f6-4580-a320-e275cf4e850a 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Tap Mirror: Handle Delete Port: b523756f-bd11-4129-a116-97476927ddd1 [pid: 8|app: 0|req: 587/1152] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:22 2026] DELETE /v2.0/ports/b523756f-bd11-4129-a116-97476927ddd1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:23.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a74b7c9-14e3-45c7-8a60-18828d93cd3b dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: 00217872-9caa-4ad7-9937-68132437defb 2026-04-28 08:47:23.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a74b7c9-14e3-45c7-8a60-18828d93cd3b dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: 00217872-9caa-4ad7-9937-68132437defb 2026-04-28 08:47:23.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a74b7c9-14e3-45c7-8a60-18828d93cd3b dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] TaaS: Handle Delete Port: 2ffcae5e-d8b8-4e28-8305-6233af6e0ef6 2026-04-28 08:47:23.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a74b7c9-14e3-45c7-8a60-18828d93cd3b dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] Tap Mirror: Handle Delete Port: 2ffcae5e-d8b8-4e28-8305-6233af6e0ef6 [pid: 8|app: 0|req: 588/1153] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:23 2026] POST /v2.0/ports => generated 963 bytes in 451 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: 589/1154] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:47:23 2026] GET /v2.0/networks?id=dcf8316a-8454-4bd3-ac40-9e718bb5df45 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1155] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:47:23 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:23.995 7 INFO neutron.services.segments.plugin [-] Segment 0b1a7870-fb57-43cb-abac-b4e6beda3f59 resource provider aggregate not found 2026-04-28 08:47:24.003 7 INFO neutron.services.segments.plugin [-] Segment 0b1a7870-fb57-43cb-abac-b4e6beda3f59 resource provider aggregate not found 2026-04-28 08:47:24.026 7 INFO neutron.db.l3_hamode_db [None req-8a74b7c9-14e3-45c7-8a60-18828d93cd3b dade3814161e4c1ca6d5cc736bf795bb ed20d65704e44a12b6f888d05edfaa22 - - default default] HA network 4c8d8ae4-7175-4ca3-914a-a2ec31ba1909 was deleted as no HA routers are present in tenant ed20d65704e44a12b6f888d05edfaa22. 2026-04-28 08:47:24.028 7 INFO neutron.services.segments.plugin [-] Segment 0b1a7870-fb57-43cb-abac-b4e6beda3f59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b1a7870-fb57-43cb-abac-b4e6beda3f59 found for delete ", "request_id": "req-4774e356-884c-4267-ad1b-c09564811e3e"}]} 2026-04-28 08:47:24.032 7 INFO neutron.services.segments.plugin [-] Segment 0b1a7870-fb57-43cb-abac-b4e6beda3f59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b1a7870-fb57-43cb-abac-b4e6beda3f59 found for delete ", "request_id": "req-f4cea116-f1be-41ec-ae55-5d604ccc90f0"}]} [pid: 7|app: 0|req: 566/1156] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:23 2026] DELETE /v2.0/routers/78694ccf-11df-4f89-b096-fc35dd6f3ede => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1157] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:47:24 2026] GET /v2.0/quotas/83d60dd1040a4b40b3acd2b13dde991e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:24.117 7 INFO neutron.db.segments_db [None req-364ae540-e879-4b73-87ac-b150086b91e6 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Added segment 5679f0ff-b38d-47dd-9aa8-5451ad77c141 of type vxlan for network 65bbe5f4-8f8f-4ab9-bb61-40e8c1b7a998 [pid: 7|app: 0|req: 568/1158] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:24 2026] POST /v2.0/networks => generated 654 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1159] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:24 2026] DELETE /v2.0/subnets/9c44b05d-693f-4535-93e7-214a7008cbb8 => 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: 570/1160] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:47:24 2026] GET /v2.0/ports?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:24.536 7 INFO neutron.db.segments_db [None req-ead03568-d87d-480d-b423-578c9c9f8808 2dffd27f7e644e07a74d981b6b89e0f8 b556781ec20649df8b6bdc8497e08110 - - default default] Added segment fb10ab18-429d-4fb3-960c-c7943932a076 of type vxlan for network 9931bd76-2c7d-44e4-a0d0-b66203ad1caf [pid: 7|app: 0|req: 571/1161] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:24 2026] POST /v2.0/networks => generated 654 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1162] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:24 2026] DELETE /v2.0/networks/49da60c0-f60e-47ec-a934-97e9c71ab1f6 => 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: 573/1163] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:47:24 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1164] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:47:24 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1165] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:23 2026] PUT /v2.0/routers/9a729137-1fd6-47f4-9764-08d5dc9a5d2e/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1166] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:24 2026] GET /v2.0/ports/b23550fa-f58e-479f-bc28-0642b35db336 => generated 1037 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: 576/1167] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:25 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:25.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0b7cb9a-56a2-400c-85da-8f938ba0507d 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: b23550fa-f58e-479f-bc28-0642b35db336 2026-04-28 08:47:25.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b7cb9a-56a2-400c-85da-8f938ba0507d 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: b23550fa-f58e-479f-bc28-0642b35db336 [pid: 7|app: 0|req: 577/1168] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:25 2026] POST /v2.0/subnets => generated 1324 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1169] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:25 2026] GET /v2.0/security-groups?tenant_id=ed20d65704e44a12b6f888d05edfaa22&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1170] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:25 2026] GET /v2.0/subnets => generated 1960 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1171] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:24 2026] PUT /v2.0/routers/9a729137-1fd6-47f4-9764-08d5dc9a5d2e/remove_router_interface => generated 309 bytes in 816 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: 580/1172] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:25 2026] DELETE /v2.0/security-groups/c6985f76-7af7-44c5-83a0-9b48f602b303 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1173] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:25 2026] DELETE /v2.0/subnets/c6c3a994-2538-4273-bdaa-19a729b27900 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:26.020 7 INFO neutron.api.v2.resource [None req-2fa58b8c-72a2-448e-984f-c0cc9f3406f0 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1174] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:25 2026] PUT /v2.0/routers/9a729137-1fd6-47f4-9764-08d5dc9a5d2e/remove_router_interface => generated 197 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1175] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:26 2026] GET /v2.0/ports?device_id=9a729137-1fd6-47f4-9764-08d5dc9a5d2e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:26.059 7 INFO neutron.services.segments.plugin [-] Segment fddfe7e3-f91f-4c48-b9b7-9b9715626798 resource provider aggregate not found 2026-04-28 08:47:26.072 7 INFO neutron.services.segments.plugin [-] Segment fddfe7e3-f91f-4c48-b9b7-9b9715626798 resource provider aggregate not found [pid: 8|app: 0|req: 594/1176] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:25 2026] DELETE /v2.0/subnets/1f2be03a-b9e1-4979-9fd8-0e7fcbb6334e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:26.094 7 INFO neutron.services.segments.plugin [-] Segment fddfe7e3-f91f-4c48-b9b7-9b9715626798 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fddfe7e3-f91f-4c48-b9b7-9b9715626798 found for delete ", "request_id": "req-b42c8ace-ef8d-4077-b620-8d16e71ec914"}]} 2026-04-28 08:47:26.095 7 INFO neutron.services.segments.plugin [-] Segment fddfe7e3-f91f-4c48-b9b7-9b9715626798 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fddfe7e3-f91f-4c48-b9b7-9b9715626798 found for delete ", "request_id": "req-76687ff8-ec84-4df6-8fbb-3e160e66552f"}]} [pid: 8|app: 0|req: 595/1177] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:26 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1178] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:26 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:26.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-a605d64f-44a7-4e92-9057-be09acaa162e 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: c8b63004-ad04-4427-acd4-ee6cef26cb57 2026-04-28 08:47:26.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a605d64f-44a7-4e92-9057-be09acaa162e 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: c8b63004-ad04-4427-acd4-ee6cef26cb57 2026-04-28 08:47:26.271 8 INFO neutron.services.segments.plugin [-] Segment fb10ab18-429d-4fb3-960c-c7943932a076 resource provider aggregate not found 2026-04-28 08:47:26.279 8 INFO neutron.services.segments.plugin [-] Segment fb10ab18-429d-4fb3-960c-c7943932a076 resource provider aggregate not found 2026-04-28 08:47:26.293 8 INFO neutron.services.segments.plugin [-] Segment fb10ab18-429d-4fb3-960c-c7943932a076 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb10ab18-429d-4fb3-960c-c7943932a076 found for delete ", "request_id": "req-20c04024-c56f-4f17-852a-e277e044b5a2"}]} 2026-04-28 08:47:26.300 8 INFO neutron.services.segments.plugin [-] Segment fb10ab18-429d-4fb3-960c-c7943932a076 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb10ab18-429d-4fb3-960c-c7943932a076 found for delete ", "request_id": "req-63df7ca2-a3dd-49e8-9143-8b7c8f6e7244"}]} [pid: 8|app: 0|req: 597/1179] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/networks/9931bd76-2c7d-44e4-a0d0-b66203ad1caf => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1180] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/networks/65bbe5f4-8f8f-4ab9-bb61-40e8c1b7a998 => 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: 599/1181] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/networks/46b916af-f57c-47f1-ac96-41175a5d6129 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:26.648 7 INFO neutron.db.l3_hamode_db [None req-a605d64f-44a7-4e92-9057-be09acaa162e 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] HA network 2c9ee644-bdbf-40bd-9acc-2f57ab43b4b7 was deleted as no HA routers are present in tenant 5e2069bd6ef3481aa6faabf6fc593256. [pid: 7|app: 0|req: 583/1182] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/routers/9a729137-1fd6-47f4-9764-08d5dc9a5d2e => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1183] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/networks/f0816218-8661-474c-bcdf-def7e754046a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1184] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/subnets/70563a0b-6dae-45f3-a14f-11e80977985d => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1185] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:26 2026] DELETE /v2.0/networks/a906a17b-9fcb-475d-b02e-e0f79a47f857 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:27.108 7 INFO neutron.db.segments_db [None req-bcd86b25-27ee-4179-9aad-db5eae4740f7 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment 1a60c821-da2c-47da-bcb2-730a6cb3b0da of type vxlan for network 3f04244d-726f-43c7-b46d-8fc8c033f610 [pid: 7|app: 0|req: 585/1186] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:27 2026] POST /v2.0/networks => generated 633 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1187] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:27 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 602/1188] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:27 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:27.537 8 INFO neutron.db.segments_db [None req-f8744328-8901-487a-b25f-1e7578529013 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment 9140151d-67a1-4d80-abc3-770ff71103b9 of type vxlan for network a0ef52ea-e88d-4c1e-952c-c4806a03a939 [pid: 7|app: 0|req: 587/1189] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:27 2026] GET /v2.0/security-groups?tenant_id=b556781ec20649df8b6bdc8497e08110&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1190] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:27 2026] DELETE /v2.0/security-groups/3837e0df-5165-4065-98c9-14bf716b4cc9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:27.831 8 INFO neutron.db.l3_hamode_db [None req-f8744328-8901-487a-b25f-1e7578529013 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:27.962 8 INFO neutron.db.l3_hamode_db [None req-f8744328-8901-487a-b25f-1e7578529013 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:28.106 7 INFO neutron.db.segments_db [None req-9fe3c9a7-c3b1-4537-b5ff-082be8995108 bf8f1b6a6fb249089d59bd12d7902311 d3d9b32f118f478c8e96be2bca0609c5 - - default default] Added segment 1de2407d-df7f-481a-9cf9-51405bbc2e6b of type vxlan for network 26d5558f-cd44-41ea-8cca-388787361b02 2026-04-28 08:47:28.119 7 INFO neutron.services.segments.plugin [-] Segment 7db9efaf-3841-4ea9-b39a-14b148ee7395 resource provider aggregate not found 2026-04-28 08:47:28.120 7 INFO neutron.services.segments.plugin [-] Segment 7db9efaf-3841-4ea9-b39a-14b148ee7395 resource provider aggregate not found 2026-04-28 08:47:28.146 7 INFO neutron.services.segments.plugin [-] Segment 7db9efaf-3841-4ea9-b39a-14b148ee7395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7db9efaf-3841-4ea9-b39a-14b148ee7395 found for delete ", "request_id": "req-b9929ca6-3da8-417f-bd39-071da034c4d7"}]} 2026-04-28 08:47:28.147 7 INFO neutron.services.segments.plugin [-] Segment 7db9efaf-3841-4ea9-b39a-14b148ee7395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7db9efaf-3841-4ea9-b39a-14b148ee7395 found for delete ", "request_id": "req-50e22f3f-4884-480f-bc10-f13f86058bba"}]} [pid: 7|app: 0|req: 589/1191] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:27 2026] POST /v2.0/networks => generated 647 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1192] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:28 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:28.320 8 INFO neutron.services.segments.plugin [-] Segment 5679f0ff-b38d-47dd-9aa8-5451ad77c141 resource provider aggregate not found 2026-04-28 08:47:28.327 8 INFO neutron.services.segments.plugin [-] Segment 5679f0ff-b38d-47dd-9aa8-5451ad77c141 resource provider aggregate not found 2026-04-28 08:47:28.342 8 INFO neutron.services.segments.plugin [-] Segment 5679f0ff-b38d-47dd-9aa8-5451ad77c141 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5679f0ff-b38d-47dd-9aa8-5451ad77c141 found for delete ", "request_id": "req-99df80ce-20b8-4c27-9fb3-e491c2bf38d7"}]} 2026-04-28 08:47:28.348 8 INFO neutron.services.segments.plugin [-] Segment 5679f0ff-b38d-47dd-9aa8-5451ad77c141 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5679f0ff-b38d-47dd-9aa8-5451ad77c141 found for delete ", "request_id": "req-7b3423f0-0d98-4a9c-8e4f-430684601bd8"}]} 2026-04-28 08:47:28.365 8 INFO neutron.services.segments.plugin [-] Segment f6a26165-1b17-4a94-aed3-ca81601c5796 resource provider aggregate not found 2026-04-28 08:47:28.366 8 INFO neutron.services.segments.plugin [-] Segment f6a26165-1b17-4a94-aed3-ca81601c5796 resource provider aggregate not found 2026-04-28 08:47:28.384 8 INFO neutron.services.segments.plugin [-] Segment f6a26165-1b17-4a94-aed3-ca81601c5796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6a26165-1b17-4a94-aed3-ca81601c5796 found for delete ", "request_id": "req-66924881-b6ba-4f52-8676-301f589a20fc"}]} 2026-04-28 08:47:28.389 8 INFO neutron.services.segments.plugin [-] Segment f6a26165-1b17-4a94-aed3-ca81601c5796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6a26165-1b17-4a94-aed3-ca81601c5796 found for delete ", "request_id": "req-f5f19be2-6486-47fb-93c8-102fef4df396"}]} 2026-04-28 08:47:28.403 8 INFO neutron.services.segments.plugin [-] Segment aedd4fb6-72c5-4f40-aa6c-7235178d8fcb resource provider aggregate not found 2026-04-28 08:47:28.407 8 INFO neutron.services.segments.plugin [-] Segment aedd4fb6-72c5-4f40-aa6c-7235178d8fcb resource provider aggregate not found 2026-04-28 08:47:28.418 8 INFO neutron.services.segments.plugin [-] Segment aedd4fb6-72c5-4f40-aa6c-7235178d8fcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedd4fb6-72c5-4f40-aa6c-7235178d8fcb found for delete ", "request_id": "req-b1fc2b7a-5998-40f1-b62d-8ca58a1872db"}]} 2026-04-28 08:47:28.423 8 INFO neutron.services.segments.plugin [-] Segment aedd4fb6-72c5-4f40-aa6c-7235178d8fcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedd4fb6-72c5-4f40-aa6c-7235178d8fcb found for delete ", "request_id": "req-2dab730a-0393-4ee8-9208-c7c416775cf8"}]} 2026-04-28 08:47:28.441 8 INFO neutron.services.segments.plugin [-] Segment 4d96d038-cb48-414c-bbc2-37391d0e64fa resource provider aggregate not found 2026-04-28 08:47:28.447 8 INFO neutron.services.segments.plugin [-] Segment 4d96d038-cb48-414c-bbc2-37391d0e64fa resource provider aggregate not found 2026-04-28 08:47:28.461 8 INFO neutron.services.segments.plugin [-] Segment 4d96d038-cb48-414c-bbc2-37391d0e64fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d96d038-cb48-414c-bbc2-37391d0e64fa found for delete ", "request_id": "req-5a378018-9102-42f0-a744-114bda06a54b"}]} 2026-04-28 08:47:28.472 8 INFO neutron.services.segments.plugin [-] Segment 4d96d038-cb48-414c-bbc2-37391d0e64fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d96d038-cb48-414c-bbc2-37391d0e64fa found for delete ", "request_id": "req-f16bbb4f-2fb0-4a72-9d90-d6829bbe879f"}]} [pid: 8|app: 0|req: 603/1193] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:27 2026] POST /v2.0/routers => generated 511 bytes in 1252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1194] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:28 2026] POST /v2.0/subnets => generated 673 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:29.083 7 INFO neutron.db.segments_db [None req-a0c8b07b-83f6-4956-98c2-92ba5b534914 bf8f1b6a6fb249089d59bd12d7902311 d3d9b32f118f478c8e96be2bca0609c5 - - default default] Added segment 9e546292-3536-4938-9898-660270670d60 of type vxlan for network 3d387457-7c3c-41dd-99b2-edd03037cdd1 [pid: 7|app: 0|req: 592/1195] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:29 2026] POST /v2.0/networks => generated 648 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1196] 10.0.0.124 () {34 vars in 743 bytes} [Tue Apr 28 08:47:29 2026] PUT /v2.0/networks/3d387457-7c3c-41dd-99b2-edd03037cdd1 => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1197] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:29 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1198] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:29 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 604/1199] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:28 2026] PUT /v2.0/routers/5a4c677e-ab12-4067-9a10-8420781cb5e6/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:29.905 7 INFO neutron.db.segments_db [None req-b36a9a1c-689a-4d52-bdd4-fffc1d3cc614 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Added segment 45152c58-e154-49d9-9aeb-dd3ea17f3f4c of type vxlan for network 4a9451db-1040-4575-9e4a-1c519d6233c4 [pid: 8|app: 0|req: 605/1200] 10.0.0.124 () {34 vars in 741 bytes} [Tue Apr 28 08:47:29 2026] PUT /v2.0/subnets/2cc49cf3-7d0e-4f33-8dc8-5d390120d714 => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1201] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:47:29 2026] GET /v2.0/networks?id=dcf8316a-8454-4bd3-ac40-9e718bb5df45 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1202] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:29 2026] POST /v2.0/networks => generated 644 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1203] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:29 2026] GET /v2.0/ports/9cbb55f0-cd64-4617-b9a1-6e00d10eaa30 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1204] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:47:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=83d60dd1040a4b40b3acd2b13dde991e => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:30.181 7 INFO neutron.services.segments.plugin [-] Segment 9e546292-3536-4938-9898-660270670d60 resource provider aggregate not found 2026-04-28 08:47:30.185 7 INFO neutron.services.segments.plugin [-] Segment 9e546292-3536-4938-9898-660270670d60 resource provider aggregate not found 2026-04-28 08:47:30.201 7 INFO neutron.services.segments.plugin [-] Segment 9e546292-3536-4938-9898-660270670d60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e546292-3536-4938-9898-660270670d60 found for delete ", "request_id": "req-7106c807-1e12-4ba1-83cd-7760a4496833"}]} 2026-04-28 08:47:30.203 7 INFO neutron.services.segments.plugin [-] Segment 9e546292-3536-4938-9898-660270670d60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e546292-3536-4938-9898-660270670d60 found for delete ", "request_id": "req-54a5e423-70fe-4090-ad7f-047e1a988dbe"}]} [pid: 7|app: 0|req: 597/1205] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:29 2026] DELETE /v2.0/networks/3d387457-7c3c-41dd-99b2-edd03037cdd1 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1206] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:30 2026] POST /v2.0/ports => generated 775 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 08:47:30.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-829a9882-8cce-4a0f-b674-7cb0d76a8181 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 9cbb55f0-cd64-4617-b9a1-6e00d10eaa30 2026-04-28 08:47:30.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-829a9882-8cce-4a0f-b674-7cb0d76a8181 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 9cbb55f0-cd64-4617-b9a1-6e00d10eaa30 [pid: 8|app: 0|req: 610/1207] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:47:30 2026] POST /v2.0/ports => generated 958 bytes in 375 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-28 08:47:30.794 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a5aaac1-2398-4165-a147-1ad12f6aa433 bf8f1b6a6fb249089d59bd12d7902311 d3d9b32f118f478c8e96be2bca0609c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 611/1208] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:30 2026] DELETE /v2.0/networks/3d387457-7c3c-41dd-99b2-edd03037cdd1 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:30.855 8 INFO neutron.db.segments_db [None req-95bfca98-7db9-4c41-9444-014d720c741b 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Added segment 30026b84-8dae-4472-b580-ad1f617f61e3 of type vxlan for network 7ce49e3f-a9b6-49f7-8880-1758bfb0d797 [pid: 8|app: 0|req: 612/1209] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:30 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1210] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:30 2026] PUT /v2.0/routers/5a4c677e-ab12-4067-9a10-8420781cb5e6/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1211] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:30 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 961 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1212] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:47:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1213] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:31 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1214] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:31 2026] GET /v2.0/ports?device_id=5a4c677e-ab12-4067-9a10-8420781cb5e6 => 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: 617/1215] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:31 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1216] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:47:31 2026] GET /v2.0/subnets?network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1217] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:47:30 2026] PUT /v2.0/ports/5a17ea88-f8a9-428e-a272-2606013c9a71 => generated 1239 bytes in 408 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-28 08:47:31.408 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcd305c0-4655-4439-ae34-3648795a93e8'] response: {'name': 'network-changed', 'server_uuid': 'f2b3a19a-d27b-4d9e-b1a1-28547269bb72', 'tag': '5a17ea88-f8a9-428e-a272-2606013c9a71', 'status': 'completed', 'code': 200} 2026-04-28 08:47:31.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-18347b41-cb64-4a06-962d-4ea435d5bd93 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 146173f5-1095-4c23-9c53-8fbcaafa1406 2026-04-28 08:47:31.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18347b41-cb64-4a06-962d-4ea435d5bd93 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 146173f5-1095-4c23-9c53-8fbcaafa1406 [pid: 8|app: 0|req: 619/1218] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:31 2026] POST /v2.0/ports => generated 954 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 620/1219] 10.0.0.124 () {32 vars in 653 bytes} [Tue Apr 28 08:47:31 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) 2026-04-28 08:47:31.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-8613ac12-d780-47c5-be42-6839368a7691 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] TaaS: Handle Delete Port: 02f1fd1b-92c6-4065-84bc-e3d399bdc566 2026-04-28 08:47:31.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8613ac12-d780-47c5-be42-6839368a7691 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Tap Mirror: Handle Delete Port: 02f1fd1b-92c6-4065-84bc-e3d399bdc566 2026-04-28 08:47:31.896 7 INFO neutron.db.l3_hamode_db [None req-18347b41-cb64-4a06-962d-4ea435d5bd93 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] HA network a0ef52ea-e88d-4c1e-952c-c4806a03a939 was deleted as no HA routers are present in tenant 5e2069bd6ef3481aa6faabf6fc593256. [pid: 7|app: 0|req: 600/1220] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:31 2026] DELETE /v2.0/routers/5a4c677e-ab12-4067-9a10-8420781cb5e6 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1221] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:47:31 2026] GET /v2.0/networks => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1222] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:31 2026] DELETE /v2.0/ports/02f1fd1b-92c6-4065-84bc-e3d399bdc566 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1223] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/ports?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1224] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/subnets => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:32.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f4ad481-2abc-4fe7-ab22-abd31e055dd9 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1225] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/ports/02f1fd1b-92c6-4065-84bc-e3d399bdc566 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1226] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:31 2026] DELETE /v2.0/subnets/bfb4c58e-c0b3-4dfe-9e05-f048604da706 => 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: 625/1227] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/networks?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:32.144 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ed1adde-7123-4947-b064-f5a77e9220fd 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1228] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/ports/02f1fd1b-92c6-4065-84bc-e3d399bdc566 => 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: 603/1229] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/networks/26d5558f-cd44-41ea-8cca-388787361b02 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:32.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-c06c68d6-476c-451c-9b6f-efda5022b720 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 0399869f-2ae3-49d1-9291-30fa66a7243c 2026-04-28 08:47:32.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c06c68d6-476c-451c-9b6f-efda5022b720 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 0399869f-2ae3-49d1-9291-30fa66a7243c [pid: 7|app: 0|req: 604/1230] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:32.224 7 INFO neutron.services.segments.plugin [-] Segment 9140151d-67a1-4d80-abc3-770ff71103b9 resource provider aggregate not found 2026-04-28 08:47:32.227 7 INFO neutron.services.segments.plugin [-] Segment 9140151d-67a1-4d80-abc3-770ff71103b9 resource provider aggregate not found 2026-04-28 08:47:32.246 7 INFO neutron.services.segments.plugin [-] Segment 9140151d-67a1-4d80-abc3-770ff71103b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9140151d-67a1-4d80-abc3-770ff71103b9 found for delete ", "request_id": "req-d766db59-489d-43ff-836e-ed18cad4ebbf"}]} 2026-04-28 08:47:32.249 7 INFO neutron.services.segments.plugin [-] Segment 9140151d-67a1-4d80-abc3-770ff71103b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9140151d-67a1-4d80-abc3-770ff71103b9 found for delete ", "request_id": "req-5d0e7a15-0279-4010-8e1f-08edda09be93"}]} [pid: 7|app: 0|req: 605/1231] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/subnets/74d5eecd-4127-4bc5-8da5-3886c261e3a8 => 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: 606/1232] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/subnets/60fff4a1-9752-4eba-8d8c-285e9e782648 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:32.405 8 INFO neutron.services.segments.plugin [-] Segment 1a60c821-da2c-47da-bcb2-730a6cb3b0da resource provider aggregate not found 2026-04-28 08:47:32.414 8 INFO neutron.services.segments.plugin [-] Segment 1a60c821-da2c-47da-bcb2-730a6cb3b0da resource provider aggregate not found 2026-04-28 08:47:32.434 8 INFO neutron.services.segments.plugin [-] Segment 1a60c821-da2c-47da-bcb2-730a6cb3b0da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a60c821-da2c-47da-bcb2-730a6cb3b0da found for delete ", "request_id": "req-cf05530b-80eb-49e7-9e37-92fcf57a50af"}]} 2026-04-28 08:47:32.436 8 INFO neutron.services.segments.plugin [-] Segment 1a60c821-da2c-47da-bcb2-730a6cb3b0da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a60c821-da2c-47da-bcb2-730a6cb3b0da found for delete ", "request_id": "req-e1a808b4-dec4-46f2-a657-d35c0cd1d18e"}]} [pid: 8|app: 0|req: 627/1233] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/networks/3f04244d-726f-43c7-b46d-8fc8c033f610 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:32.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbc37681-93cb-4e31-973f-e4c79da5115e bf8f1b6a6fb249089d59bd12d7902311 d3d9b32f118f478c8e96be2bca0609c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1234] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/subnets/2cc49cf3-7d0e-4f33-8dc8-5d390120d714 => 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: 629/1235] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1236] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/networks/7ce49e3f-a9b6-49f7-8880-1758bfb0d797 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:32.547 8 INFO neutron.db.segments_db [None req-74a89382-e037-4495-87fc-5165577c9935 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Added segment c0439f62-2b32-4f1e-a14c-ff5bf303c7bc of type vxlan for network 54b47fc8-1c10-4dcb-b5d7-56e1eb4a9b19 2026-04-28 08:47:32.561 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65c966f1-5194-4c46-84e3-03faeb2683f4 bf8f1b6a6fb249089d59bd12d7902311 d3d9b32f118f478c8e96be2bca0609c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1237] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/networks/3d387457-7c3c-41dd-99b2-edd03037cdd1 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1238] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:32 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:32.666 7 INFO neutron.db.segments_db [None req-066ced8f-9fff-4785-9955-a508ec053edf 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Added segment 7c5a1abf-acc0-44f1-a57f-71087d17fe7a of type vxlan for network d63caeaf-653b-4a1f-b1da-7f4a0bebfb85 [pid: 7|app: 0|req: 610/1239] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:32 2026] POST /v2.0/networks => generated 631 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:32.845 8 INFO neutron.db.l3_hamode_db [None req-74a89382-e037-4495-87fc-5165577c9935 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1240] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:32 2026] DELETE /v2.0/subnets/60fff4a1-9752-4eba-8d8c-285e9e782648 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1241] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:32 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1242] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:33 2026] DELETE /v2.0/networks/26d5558f-cd44-41ea-8cca-388787361b02 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:33.671 8 INFO neutron.db.l3_hamode_db [None req-74a89382-e037-4495-87fc-5165577c9935 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 614/1243] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:33 2026] POST /v2.0/ports => generated 912 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1244] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:47:33 2026] GET /v2.0/ports?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1245] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:33 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:33.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3d7218a-90ea-4f70-94e5-4c3518413ab1 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] TaaS: Handle Delete Port: 5d9519ea-b8a3-4da9-b2b0-c04d250d7503 2026-04-28 08:47:33.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3d7218a-90ea-4f70-94e5-4c3518413ab1 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Tap Mirror: Handle Delete Port: 5d9519ea-b8a3-4da9-b2b0-c04d250d7503 [pid: 7|app: 0|req: 617/1246] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:33 2026] DELETE /v2.0/ports/5d9519ea-b8a3-4da9-b2b0-c04d250d7503 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1247] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5a17ea88-f8a9-428e-a272-2606013c9a71 => 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: 619/1248] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1249] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/security-groups?tenant_id=d3d9b32f118f478c8e96be2bca0609c5&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:34.268 7 INFO neutron.services.segments.plugin [-] Segment 30026b84-8dae-4472-b580-ad1f617f61e3 resource provider aggregate not found 2026-04-28 08:47:34.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5d01e75-a488-41a3-9e6d-4846f3572aea 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1250] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/ports/5d9519ea-b8a3-4da9-b2b0-c04d250d7503 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:34.281 7 INFO neutron.services.segments.plugin [-] Segment 30026b84-8dae-4472-b580-ad1f617f61e3 resource provider aggregate not found 2026-04-28 08:47:34.298 7 INFO neutron.services.segments.plugin [-] Segment 30026b84-8dae-4472-b580-ad1f617f61e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30026b84-8dae-4472-b580-ad1f617f61e3 found for delete ", "request_id": "req-86371db7-615e-4f35-beb2-6b65c340cd89"}]} 2026-04-28 08:47:34.299 7 INFO neutron.services.segments.plugin [-] Segment 30026b84-8dae-4472-b580-ad1f617f61e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30026b84-8dae-4472-b580-ad1f617f61e3 found for delete ", "request_id": "req-d4e7b1dc-4feb-47d3-a4bf-52dea3407c3c"}]} 2026-04-28 08:47:34.324 7 INFO neutron.services.segments.plugin [-] Segment 1de2407d-df7f-481a-9cf9-51405bbc2e6b resource provider aggregate not found 2026-04-28 08:47:34.327 7 INFO neutron.services.segments.plugin [-] Segment 1de2407d-df7f-481a-9cf9-51405bbc2e6b resource provider aggregate not found [pid: 7|app: 0|req: 622/1251] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/subnets?id=00bf9ca4-4e73-4b38-bbb9-5d72190c1b14 => generated 694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:34.354 7 INFO neutron.services.segments.plugin [-] Segment 1de2407d-df7f-481a-9cf9-51405bbc2e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1de2407d-df7f-481a-9cf9-51405bbc2e6b found for delete ", "request_id": "req-2ca6703f-2ed0-448e-bfe1-e21d0728755a"}]} 2026-04-28 08:47:34.359 7 INFO neutron.services.segments.plugin [-] Segment 1de2407d-df7f-481a-9cf9-51405bbc2e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1de2407d-df7f-481a-9cf9-51405bbc2e6b found for delete ", "request_id": "req-607dad33-c610-4619-ad7f-cd7b913b29c5"}]} [pid: 7|app: 0|req: 623/1252] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:34 2026] DELETE /v2.0/security-groups/6b935247-cfb7-4e9f-ad40-4917d9703906 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1253] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:34 2026] DELETE /v2.0/subnets/a4866d4e-50b9-48c0-926b-2c7eece572f2 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1254] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/ports?network_id=dcf8316a-8454-4bd3-ac40-9e718bb5df45&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: 626/1255] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:34 2026] DELETE /v2.0/networks/d63caeaf-653b-4a1f-b1da-7f4a0bebfb85 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1256] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?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: 630/1257] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:32 2026] POST /v2.0/routers => generated 692 bytes in 2397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1258] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?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: 632/1259] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:47:34 2026] GET /v2.0/routers/4e4e211f-ca25-4067-bf8d-11f76590bc87 => generated 698 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1260] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:34 2026] POST /v2.0/ports => generated 774 bytes in 267 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: 633/1261] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/routers => generated 701 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1262] 10.0.0.124 () {34 vars in 737 bytes} [Tue Apr 28 08:47:35 2026] PUT /v2.0/ports/3e96d96a-f4a3-4fca-ba90-cd77beee6b91 => generated 752 bytes in 235 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: 630/1263] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:35.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-aedbce13-5d2b-4ed2-a2b8-0ed04bb6a001 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] TaaS: Handle Delete Port: 3e96d96a-f4a3-4fca-ba90-cd77beee6b91 2026-04-28 08:47:35.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aedbce13-5d2b-4ed2-a2b8-0ed04bb6a001 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Tap Mirror: Handle Delete Port: 3e96d96a-f4a3-4fca-ba90-cd77beee6b91 [pid: 7|app: 0|req: 631/1264] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:35 2026] DELETE /v2.0/ports/3e96d96a-f4a3-4fca-ba90-cd77beee6b91 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1265] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 634/1266] 10.0.0.124 () {34 vars in 741 bytes} [Tue Apr 28 08:47:35 2026] PUT /v2.0/routers/4e4e211f-ca25-4067-bf8d-11f76590bc87 => generated 705 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1267] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/ports => generated 778 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:35.650 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61a9c6db-b395-4593-b421-c1d278d65ec5 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1268] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/routers/4e4e211f-ca25-4067-bf8d-11f76590bc87 => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1269] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/ports/3e96d96a-f4a3-4fca-ba90-cd77beee6b91 => 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: 636/1270] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/ports?device_id=4e4e211f-ca25-4067-bf8d-11f76590bc87 => 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: 635/1271] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1272] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:35 2026] GET /v2.0/ports/ba614036-1f4c-4248-adbb-a418b5c960d9 => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:35.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7a38f8a-809a-46dd-8ddb-052cb082ecf2 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1273] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:35 2026] DELETE /v2.0/ports/5d9519ea-b8a3-4da9-b2b0-c04d250d7503 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:35.780 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8f6a6ae-7061-4b8d-a125-132b412258df 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1274] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:35 2026] DELETE /v2.0/subnets/a4866d4e-50b9-48c0-926b-2c7eece572f2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:35.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4e3436f-4707-4629-827c-e77de18fe08f 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 639/1275] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:35 2026] DELETE /v2.0/subnets/74d5eecd-4127-4bc5-8da5-3886c261e3a8 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:35.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ebab470-b050-48ed-8b39-dd0c79b6c336 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 3e1f2673-d2ee-47f8-9e46-fa3eb9b87257 2026-04-28 08:47:35.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ebab470-b050-48ed-8b39-dd0c79b6c336 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 3e1f2673-d2ee-47f8-9e46-fa3eb9b87257 2026-04-28 08:47:35.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-13925c98-6b86-455e-8288-e24e54cc7484 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] TaaS: Handle Delete Port: ba614036-1f4c-4248-adbb-a418b5c960d9 2026-04-28 08:47:35.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13925c98-6b86-455e-8288-e24e54cc7484 8e2c6d1a20364eb8abf11fcf86b930ea 04aedd1817e941e4be791d00fef0b008 - - default default] Tap Mirror: Handle Delete Port: ba614036-1f4c-4248-adbb-a418b5c960d9 [pid: 7|app: 0|req: 640/1276] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:47:35 2026] DELETE /v2.0/ports/ba614036-1f4c-4248-adbb-a418b5c960d9 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:36.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ebab470-b050-48ed-8b39-dd0c79b6c336 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] TaaS: Handle Delete Port: 31573338-3406-481b-86be-b6b4191531ef 2026-04-28 08:47:36.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ebab470-b050-48ed-8b39-dd0c79b6c336 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] Tap Mirror: Handle Delete Port: 31573338-3406-481b-86be-b6b4191531ef [pid: 7|app: 0|req: 641/1277] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/networks/4a9451db-1040-4575-9e4a-1c519d6233c4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:36.380 7 INFO neutron.services.segments.plugin [-] Segment 7c5a1abf-acc0-44f1-a57f-71087d17fe7a resource provider aggregate not found 2026-04-28 08:47:36.391 7 INFO neutron.services.segments.plugin [-] Segment 7c5a1abf-acc0-44f1-a57f-71087d17fe7a resource provider aggregate not found 2026-04-28 08:47:36.401 7 INFO neutron.services.segments.plugin [-] Segment 7c5a1abf-acc0-44f1-a57f-71087d17fe7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5a1abf-acc0-44f1-a57f-71087d17fe7a found for delete ", "request_id": "req-21ac3292-d146-4489-9bf7-032c494e5a49"}]} 2026-04-28 08:47:36.420 7 INFO neutron.services.segments.plugin [-] Segment 7c5a1abf-acc0-44f1-a57f-71087d17fe7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5a1abf-acc0-44f1-a57f-71087d17fe7a found for delete ", "request_id": "req-eaaa789a-4562-4493-bc9c-d1cdeaa9b502"}]} 2026-04-28 08:47:36.428 7 INFO neutron.services.segments.plugin [-] Segment 45152c58-e154-49d9-9aeb-dd3ea17f3f4c resource provider aggregate not found 2026-04-28 08:47:36.443 7 INFO neutron.services.segments.plugin [-] Segment 45152c58-e154-49d9-9aeb-dd3ea17f3f4c resource provider aggregate not found 2026-04-28 08:47:36.449 7 INFO neutron.services.segments.plugin [-] Segment 45152c58-e154-49d9-9aeb-dd3ea17f3f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45152c58-e154-49d9-9aeb-dd3ea17f3f4c found for delete ", "request_id": "req-0017506f-1ecd-497b-8ae6-982cd6077c8a"}]} 2026-04-28 08:47:36.464 7 INFO neutron.services.segments.plugin [-] Segment 45152c58-e154-49d9-9aeb-dd3ea17f3f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45152c58-e154-49d9-9aeb-dd3ea17f3f4c found for delete ", "request_id": "req-2f37e06e-492f-4e78-9313-3ef6e1dda1d9"}]} 2026-04-28 08:47:36.493 8 INFO neutron.services.segments.plugin [-] Segment c0439f62-2b32-4f1e-a14c-ff5bf303c7bc resource provider aggregate not found 2026-04-28 08:47:36.498 8 INFO neutron.services.segments.plugin [-] Segment c0439f62-2b32-4f1e-a14c-ff5bf303c7bc resource provider aggregate not found 2026-04-28 08:47:36.513 8 INFO neutron.services.segments.plugin [-] Segment c0439f62-2b32-4f1e-a14c-ff5bf303c7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0439f62-2b32-4f1e-a14c-ff5bf303c7bc found for delete ", "request_id": "req-00437c6f-7480-4fc1-bdc0-89062bb93308"}]} 2026-04-28 08:47:36.515 8 INFO neutron.services.segments.plugin [-] Segment c0439f62-2b32-4f1e-a14c-ff5bf303c7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0439f62-2b32-4f1e-a14c-ff5bf303c7bc found for delete ", "request_id": "req-f30b259c-d9b5-4eb0-b0a3-72fec6318d48"}]} 2026-04-28 08:47:36.528 8 INFO neutron.db.l3_hamode_db [None req-2ebab470-b050-48ed-8b39-dd0c79b6c336 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] HA network 54b47fc8-1c10-4dcb-b5d7-56e1eb4a9b19 was deleted as no HA routers are present in tenant 5e2069bd6ef3481aa6faabf6fc593256. [pid: 8|app: 0|req: 637/1278] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:35 2026] DELETE /v2.0/routers/4e4e211f-ca25-4067-bf8d-11f76590bc87 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1279] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/ports?device_id=4e4e211f-ca25-4067-bf8d-11f76590bc87 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:36.581 7 INFO neutron.db.segments_db [None req-6c700d69-1f37-42d0-8524-0689c17ee0af 398bc7d355474fad9221b1e037637b09 8697e6e5a617471caf0f9bc0f73992c7 - - default default] Added segment ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 of type vxlan for network da468419-c348-4f02-b45e-3bab91d61f82 2026-04-28 08:47:36.587 8 INFO neutron.api.v2.resource [None req-15c03e89-755e-41a9-a27d-a15da4786fe2 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 639/1280] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/routers/4e4e211f-ca25-4067-bf8d-11f76590bc87 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1281] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/ports?device_id=5a4c677e-ab12-4067-9a10-8420781cb5e6 => 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: 642/1282] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:36 2026] POST /v2.0/networks => generated 643 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1283] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:36.688 7 INFO neutron.api.v2.resource [None req-7e85f2f5-946c-41ba-a786-b6da9439e2f0 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1284] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/routers/5a4c677e-ab12-4067-9a10-8420781cb5e6 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1285] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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-28 08:47:36.731 7 INFO neutron.pecan_wsgi.hooks.translation [None req-307cbd1c-f058-4ccf-8627-a1dcaca1f8ea 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1286] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/subnets/bfb4c58e-c0b3-4dfe-9e05-f048604da706 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1287] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/security-groups?tenant_id=04aedd1817e941e4be791d00fef0b008&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1288] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/ports?device_id=9a729137-1fd6-47f4-9764-08d5dc9a5d2e => 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: 644/1289] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/security-groups/01d1da7e-e67a-4b92-a1ac-b668bc3372ee => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:36.947 8 INFO neutron.api.v2.resource [None req-6584a200-9539-4568-b800-9bc5d730d3a9 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1290] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/routers/9a729137-1fd6-47f4-9764-08d5dc9a5d2e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1291] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:36 2026] POST /v2.0/subnets => generated 641 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:36.967 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8db64b0-9b92-4a88-a443-9a575c966215 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1292] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/subnets/70563a0b-6dae-45f3-a14f-11e80977985d => 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: 647/1293] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:36 2026] GET /v2.0/ports?device_id=f2c06580-a83a-4d6b-b930-adcb6237b2ad => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:37.006 7 INFO neutron.db.segments_db [None req-7fc28aae-e8e3-419e-80ec-2c83615af87e 398bc7d355474fad9221b1e037637b09 8697e6e5a617471caf0f9bc0f73992c7 - - default default] Added segment f8f6ee37-5ce3-458e-80c6-b612e4456131 of type vxlan for network 85dc3209-cb59-4fb4-a77b-ec0297e61b13 2026-04-28 08:47:37.011 8 INFO neutron.api.v2.resource [None req-cf9dbf55-9493-499a-b03f-f4f3c30f0278 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1294] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:36 2026] DELETE /v2.0/routers/f2c06580-a83a-4d6b-b930-adcb6237b2ad => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:37.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61d725e3-b803-427a-b77b-b77b200a8f70 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1295] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:37 2026] DELETE /v2.0/subnets/d6de5c91-7371-42d9-969f-807f27312681 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:37.047 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2afd263-29b0-4087-a109-6637b7498c9a 9ce0026741eb48f7af01492e9c2a65a2 5e2069bd6ef3481aa6faabf6fc593256 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1296] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:37 2026] DELETE /v2.0/subnets/1f36090e-e273-4b55-856c-1770c7602e49 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1297] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:36 2026] POST /v2.0/networks => generated 644 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1298] 10.0.0.124 () {34 vars in 743 bytes} [Tue Apr 28 08:47:37 2026] PUT /v2.0/networks/85dc3209-cb59-4fb4-a77b-ec0297e61b13 => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1301] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:37 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1302] 10.0.0.124 () {34 vars in 741 bytes} [Tue Apr 28 08:47:37 2026] PUT /v2.0/subnets/8cafe1b5-0c86-43a6-ba40-3bac107409b2 => generated 636 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1303] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:37 2026] GET /v2.0/security-groups?tenant_id=5e2069bd6ef3481aa6faabf6fc593256&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1304] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:37 2026] DELETE /v2.0/networks/85dc3209-cb59-4fb4-a77b-ec0297e61b13 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1305] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:37 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:37.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea3867fa-e061-4024-ab5e-df236460206d 398bc7d355474fad9221b1e037637b09 8697e6e5a617471caf0f9bc0f73992c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1306] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:37 2026] DELETE /v2.0/networks/85dc3209-cb59-4fb4-a77b-ec0297e61b13 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1307] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:37 2026] DELETE /v2.0/security-groups/418d576c-f94c-41a1-897b-faad23632b93 => 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: 658/1308] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:37 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1309] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:47:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1310] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:47:37 2026] GET /v2.0/subnets?network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1311] 10.0.0.124 () {32 vars in 653 bytes} [Tue Apr 28 08:47:37 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: 660/1312] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:47:37 2026] GET /v2.0/networks => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1313] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:38 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1314] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:47:38 2026] GET /v2.0/networks/da468419-c348-4f02-b45e-3bab91d61f82 => generated 668 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1315] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:47:38 2026] GET /v2.0/subnets/de55dafd-d7c6-4fca-9e0a-ada0eadf0162 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:38.176 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd6bc5fb-2cbd-4448-9fa7-482d59a81b4d 398bc7d355474fad9221b1e037637b09 8697e6e5a617471caf0f9bc0f73992c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 662/1316] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:38 2026] DELETE /v2.0/subnets/8cafe1b5-0c86-43a6-ba40-3bac107409b2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:47:38.194 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61c87236-7cd8-425b-b039-e04180eab058 398bc7d355474fad9221b1e037637b09 8697e6e5a617471caf0f9bc0f73992c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1317] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:38 2026] DELETE /v2.0/networks/85dc3209-cb59-4fb4-a77b-ec0297e61b13 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1318] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:38 2026] DELETE /v2.0/subnets/de55dafd-d7c6-4fca-9e0a-ada0eadf0162 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:38.477 7 INFO neutron.services.segments.plugin [-] Segment ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 resource provider aggregate not found 2026-04-28 08:47:38.488 7 INFO neutron.services.segments.plugin [-] Segment ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 resource provider aggregate not found [pid: 7|app: 0|req: 656/1319] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:38 2026] DELETE /v2.0/networks/da468419-c348-4f02-b45e-3bab91d61f82 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:38.517 7 INFO neutron.services.segments.plugin [-] Segment ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 found for delete ", "request_id": "req-34d3d691-846b-48c5-873e-7b6e87617bbd"}]} 2026-04-28 08:47:38.517 7 INFO neutron.services.segments.plugin [-] Segment ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee44489f-f4f3-4014-ac5e-ad6a3c8782f6 found for delete ", "request_id": "req-06c94c43-9a87-4e24-a135-0fc9b7f40173"}]} 2026-04-28 08:47:38.545 8 INFO neutron.services.segments.plugin [-] Segment f8f6ee37-5ce3-458e-80c6-b612e4456131 resource provider aggregate not found 2026-04-28 08:47:38.563 8 INFO neutron.services.segments.plugin [-] Segment f8f6ee37-5ce3-458e-80c6-b612e4456131 resource provider aggregate not found 2026-04-28 08:47:38.564 8 INFO neutron.services.segments.plugin [-] Segment f8f6ee37-5ce3-458e-80c6-b612e4456131 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8f6ee37-5ce3-458e-80c6-b612e4456131 found for delete ", "request_id": "req-4ce50768-5b0b-4820-a2e8-b47ade51f952"}]} 2026-04-28 08:47:38.589 8 INFO neutron.services.segments.plugin [-] Segment f8f6ee37-5ce3-458e-80c6-b612e4456131 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8f6ee37-5ce3-458e-80c6-b612e4456131 found for delete ", "request_id": "req-6cfa49a9-8327-44c8-a094-f12677d5a0cc"}]} 2026-04-28 08:47:39.082 8 INFO neutron.db.segments_db [None req-7299ba24-89ef-41da-8a55-b2c24f4d1b35 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment 0aaecfb3-d503-47f4-801d-bb3ffd379b15 of type vxlan for network 16292f5c-fc06-40fa-960f-a95a0c85b38d [pid: 7|app: 0|req: 657/1320] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:38 2026] GET /v2.0/security-groups?tenant_id=8697e6e5a617471caf0f9bc0f73992c7&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1321] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:38 2026] POST /v2.0/networks => generated 630 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1322] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:39 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1323] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:39 2026] DELETE /v2.0/security-groups/0795291b-a443-446f-9687-fa04e05b74b4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:39.292 7 INFO neutron.db.segments_db [None req-d7b6030a-9e75-4554-94d1-75230b16e07c b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment 33d8805f-bae8-4a71-bea3-10457971b1b4 of type vxlan for network 3e7be76b-107b-4691-8aab-3902d1c1b938 [pid: 8|app: 0|req: 666/1324] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:39 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1325] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:39 2026] POST /v2.0/networks => generated 630 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1326] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:39 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1327] 10.0.0.124 () {32 vars in 623 bytes} [Tue Apr 28 08:47:39 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1328] 10.0.0.124 () {32 vars in 633 bytes} [Tue Apr 28 08:47:39 2026] GET /v2.0/ => generated 632 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1329] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:39 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:40.023 8 INFO neutron.db.segments_db [None req-2ea45182-9b32-4843-a275-117a641d6424 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b of type vxlan for network a30d1955-804d-49ab-964e-5f5767b07d64 2026-04-28 08:47:40.326 8 INFO neutron.db.l3_hamode_db [None req-2ea45182-9b32-4843-a275-117a641d6424 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:40.453 8 INFO neutron.db.l3_hamode_db [None req-2ea45182-9b32-4843-a275-117a641d6424 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 661/1330] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:40 2026] GET /v2.0/security-groups?tenant_id=68e58769d8894b27b9273e7f428af0a4&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1331] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:40 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1332] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:40 2026] DELETE /v2.0/security-groups/c8df044a-c53c-436f-b6a2-1051e5df3c9b => 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: 664/1333] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:40 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 665/1334] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:47:40 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 670/1335] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:39 2026] POST /v2.0/routers => generated 507 bytes in 1277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:41.283 7 INFO neutron.db.l3_db [None req-99e3dfda-0b39-46c6-83ee-f6143b887a59 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] Floating IP 2a284252-7222-409a-9f75-56932c6392a9 associated. External IP: 10.96.250.205, port: 5a17ea88-f8a9-428e-a272-2606013c9a71. [pid: 7|app: 0|req: 666/1336] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:47:40 2026] PUT /v2.0/floatingips/2a284252-7222-409a-9f75-56932c6392a9 => generated 856 bytes in 665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:41.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5e3bdb5-ccc7-4f58-8fba-10d7be1625af'] response: {'name': 'network-changed', 'server_uuid': 'f2b3a19a-d27b-4d9e-b1a1-28547269bb72', 'tag': '5a17ea88-f8a9-428e-a272-2606013c9a71', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 671/1337] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:47:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1338] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:47:41 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1339] 10.0.0.124 () {34 vars in 758 bytes} [Tue Apr 28 08:47:41 2026] PUT /v2.0/security-groups/307e4a6d-75d9-415d-a32d-593a850c183e => generated 1663 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1340] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:47:41 2026] GET /v2.0/security-groups/307e4a6d-75d9-415d-a32d-593a850c183e => generated 1663 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1341] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:41 2026] DELETE /v2.0/security-groups/307e4a6d-75d9-415d-a32d-593a850c183e => 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: 676/1342] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:47:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:42.053 8 INFO neutron.api.v2.resource [None req-59cc7b3d-4a60-4808-ac53-7cca8976f5e5 15b4eaa75d674fce90ce963daf5b308f 935a2070d7334dab8ef76052512b2b5d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1343] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:42 2026] DELETE /v2.0/security-groups/307e4a6d-75d9-415d-a32d-593a850c183e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1344] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:47:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1345] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:47:42 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: 680/1346] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/ports?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 681/1347] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/security-group-rules/a250098f-82c7-4aa4-9d71-ed1a6c32bfb5 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1348] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/networks?id=dcf8316a-8454-4bd3-ac40-9e718bb5df45 => generated 772 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1349] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1350] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5a17ea88-f8a9-428e-a272-2606013c9a71 => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1351] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:47:42 2026] DELETE /v2.0/security-group-rules/a250098f-82c7-4aa4-9d71-ed1a6c32bfb5 => 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: 686/1352] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/subnets?id=00bf9ca4-4e73-4b38-bbb9-5d72190c1b14 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1353] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1354] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/ports?network_id=dcf8316a-8454-4bd3-ac40-9e718bb5df45&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: 689/1355] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:47:42 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: 690/1356] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?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: 691/1357] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/security-group-rules/490dd7c8-3ad1-4fd0-beb0-35643dace9dc => 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: 692/1358] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?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: 693/1359] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:47:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1360] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:47:42 2026] DELETE /v2.0/security-group-rules/490dd7c8-3ad1-4fd0-beb0-35643dace9dc => 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: 695/1361] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:43.096 8 INFO neutron.db.securitygroups_db [None req-1cf15738-f33c-43dd-b36c-d33ec022ba5e 15b4eaa75d674fce90ce963daf5b308f 935a2070d7334dab8ef76052512b2b5d - - default default] Project 935a2070d7334dab8ef76052512b2b5d 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: 667/1362] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:41 2026] PUT /v2.0/routers/89ff2ef2-c452-497f-9a3b-2317c84205df/add_router_interface => generated 309 bytes in 1566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1363] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:47:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1364] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-group-rules/af871eed-458a-40f8-8063-9957ddee7967 => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1365] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/ports/3066e161-1757-497e-87a4-3420fac994b0 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1366] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1367] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:47:43 2026] DELETE /v2.0/security-group-rules/af871eed-458a-40f8-8063-9957ddee7967 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1368] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1369] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:43 2026] DELETE /v2.0/security-groups/551bc19c-7576-4eef-ba06-c988736b26ed => 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: 702/1370] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-groups?tenant_id=8923803e70584af29796bea8e8ed98cb&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1371] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1372] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:43 2026] DELETE /v2.0/security-groups/669063d3-9310-420b-9f81-97fd31f5b2e9 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1373] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:47:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1374] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:43 2026] PUT /v2.0/routers/89ff2ef2-c452-497f-9a3b-2317c84205df/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1375] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:44 2026] GET /v2.0/ports/9a1099bc-408a-4f2e-86c4-1ae3a2f31e6f => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1376] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:44 2026] GET /v2.0/security-groups?tenant_id=935a2070d7334dab8ef76052512b2b5d&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1377] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:44 2026] DELETE /v2.0/security-groups/7c9318f2-64b9-4dcd-9afa-c2800567de98 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:44.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-866e8581-949d-43de-a329-e23ec83cc570 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 9a1099bc-408a-4f2e-86c4-1ae3a2f31e6f 2026-04-28 08:47:44.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-866e8581-949d-43de-a329-e23ec83cc570 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 9a1099bc-408a-4f2e-86c4-1ae3a2f31e6f [pid: 7|app: 0|req: 671/1378] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:44 2026] PUT /v2.0/routers/89ff2ef2-c452-497f-9a3b-2317c84205df/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:45.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ce72509-bb80-467d-ac21-1f651c21dacd b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 3066e161-1757-497e-87a4-3420fac994b0 2026-04-28 08:47:45.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ce72509-bb80-467d-ac21-1f651c21dacd b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 3066e161-1757-497e-87a4-3420fac994b0 [pid: 8|app: 0|req: 708/1379] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:45 2026] PUT /v2.0/routers/89ff2ef2-c452-497f-9a3b-2317c84205df/remove_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1380] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:46 2026] GET /v2.0/ports?device_id=89ff2ef2-c452-497f-9a3b-2317c84205df => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:46.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-1faff9ee-7e88-4244-a5bf-2bc2abe88cd3 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 1b1c01bd-5d2c-4142-92e5-79423a5881e7 2026-04-28 08:47:46.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1faff9ee-7e88-4244-a5bf-2bc2abe88cd3 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 1b1c01bd-5d2c-4142-92e5-79423a5881e7 2026-04-28 08:47:46.703 8 INFO neutron.services.segments.plugin [-] Segment 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b resource provider aggregate not found 2026-04-28 08:47:46.713 8 INFO neutron.services.segments.plugin [-] Segment 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b resource provider aggregate not found 2026-04-28 08:47:46.728 8 INFO neutron.services.segments.plugin [-] Segment 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b found for delete ", "request_id": "req-0f0dcd07-0225-4418-a04c-6e4b64b49228"}]} 2026-04-28 08:47:46.736 8 INFO neutron.services.segments.plugin [-] Segment 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3476dec9-5ec6-46d3-af9b-d1b25b8f7c6b found for delete ", "request_id": "req-4fc90fff-e52f-4c25-aeb1-5f0127a055f4"}]} 2026-04-28 08:47:46.748 8 INFO neutron.db.l3_hamode_db [None req-1faff9ee-7e88-4244-a5bf-2bc2abe88cd3 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] HA network a30d1955-804d-49ab-964e-5f5767b07d64 was deleted as no HA routers are present in tenant 0ea7fd150ded41ba993a44c9195060e2. [pid: 8|app: 0|req: 709/1381] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:46 2026] DELETE /v2.0/routers/89ff2ef2-c452-497f-9a3b-2317c84205df => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1382] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:46 2026] DELETE /v2.0/subnets/72724014-fc5e-4e26-ad40-32d7d55db4bb => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1383] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:46 2026] DELETE /v2.0/subnets/8741a534-1aec-4244-9677-f78ab96af356 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:47.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-15cc40cc-e706-48f3-9439-8ff4b6eb9d9a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: cc874eb3-b5a1-43d1-b6a2-7d5cd1b825b4 2026-04-28 08:47:47.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15cc40cc-e706-48f3-9439-8ff4b6eb9d9a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: cc874eb3-b5a1-43d1-b6a2-7d5cd1b825b4 2026-04-28 08:47:47.417 7 INFO neutron.services.segments.plugin [-] Segment 33d8805f-bae8-4a71-bea3-10457971b1b4 resource provider aggregate not found 2026-04-28 08:47:47.417 7 INFO neutron.services.segments.plugin [-] Segment 33d8805f-bae8-4a71-bea3-10457971b1b4 resource provider aggregate not found 2026-04-28 08:47:47.437 7 INFO neutron.services.segments.plugin [-] Segment 33d8805f-bae8-4a71-bea3-10457971b1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33d8805f-bae8-4a71-bea3-10457971b1b4 found for delete ", "request_id": "req-483885ee-5844-45a7-83bf-4f1faa5e1cb4"}]} 2026-04-28 08:47:47.441 7 INFO neutron.services.segments.plugin [-] Segment 33d8805f-bae8-4a71-bea3-10457971b1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33d8805f-bae8-4a71-bea3-10457971b1b4 found for delete ", "request_id": "req-53389eeb-143c-4f28-b4f7-512efc79b19e"}]} [pid: 7|app: 0|req: 674/1384] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:47 2026] DELETE /v2.0/networks/3e7be76b-107b-4691-8aab-3902d1c1b938 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:47.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cb710e1-b68a-4759-9b2a-c465aa355b76 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 0238512f-b7b5-45ae-8e7d-fc26dcb74fc5 2026-04-28 08:47:47.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb710e1-b68a-4759-9b2a-c465aa355b76 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 0238512f-b7b5-45ae-8e7d-fc26dcb74fc5 [pid: 8|app: 0|req: 711/1385] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:47 2026] DELETE /v2.0/networks/16292f5c-fc06-40fa-960f-a95a0c85b38d => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:47.813 7 INFO neutron.db.segments_db [None req-4eb60843-d9b2-4031-94e4-ed769407be04 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment 827bfce9-ef06-42eb-9818-377abe0b4fc8 of type vxlan for network e3934780-9c05-49f6-9975-0a3b026e2b42 [pid: 7|app: 0|req: 675/1386] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:47 2026] POST /v2.0/networks => generated 630 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1387] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:47 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:48.229 7 INFO neutron.db.segments_db [None req-de444f63-18d3-4f79-9f67-d9b9ef27e60b b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment d324f645-2151-44cb-8a77-3e2c1e359af5 of type vxlan for network 504b6aaa-e321-484c-8b0e-51700997df7a 2026-04-28 08:47:48.514 7 INFO neutron.db.l3_hamode_db [None req-de444f63-18d3-4f79-9f67-d9b9ef27e60b b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:48.648 7 INFO neutron.db.l3_hamode_db [None req-de444f63-18d3-4f79-9f67-d9b9ef27e60b b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:48.750 8 INFO neutron.services.segments.plugin [-] Segment 0aaecfb3-d503-47f4-801d-bb3ffd379b15 resource provider aggregate not found 2026-04-28 08:47:48.757 8 INFO neutron.services.segments.plugin [-] Segment 0aaecfb3-d503-47f4-801d-bb3ffd379b15 resource provider aggregate not found 2026-04-28 08:47:48.774 8 INFO neutron.services.segments.plugin [-] Segment 0aaecfb3-d503-47f4-801d-bb3ffd379b15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aaecfb3-d503-47f4-801d-bb3ffd379b15 found for delete ", "request_id": "req-0319b654-be50-4dfa-996b-2156eb1256fc"}]} 2026-04-28 08:47:48.775 8 INFO neutron.services.segments.plugin [-] Segment 0aaecfb3-d503-47f4-801d-bb3ffd379b15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aaecfb3-d503-47f4-801d-bb3ffd379b15 found for delete ", "request_id": "req-ccbad97c-f8f9-47d8-ad4c-764bfbbabe66"}]} [pid: 7|app: 0|req: 676/1388] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:48 2026] POST /v2.0/routers => generated 507 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1389] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:49 2026] GET /v2.0/security-groups?tenant_id=ed245f2a4f1c478399062c342bb881f2&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1390] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:49 2026] DELETE /v2.0/security-groups/ad26817e-ce78-4e6c-b853-c353d3a9e6e0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1391] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:47:49 2026] POST /v2.0/ports => generated 951 bytes in 397 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: 715/1392] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:49 2026] GET /v2.0/security-groups?tenant_id=e56a546a653f402e99bcf47b596226b0&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1393] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:49 2026] DELETE /v2.0/security-groups/f3c2ed60-6b5f-4693-9415-eb8448174dce => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1394] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:49 2026] PUT /v2.0/routers/e46aaf78-2be1-40ed-8389-33123324fa77/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1395] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:50 2026] GET /v2.0/ports/9ff8ae08-3255-4301-924d-d42315ebab2b => generated 1025 bytes in 32 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-28 08:47:51.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ad2bf83-c681-4dc6-abcd-010f4a023416 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 9ff8ae08-3255-4301-924d-d42315ebab2b 2026-04-28 08:47:51.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ad2bf83-c681-4dc6-abcd-010f4a023416 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 9ff8ae08-3255-4301-924d-d42315ebab2b [pid: 7|app: 0|req: 679/1396] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:50 2026] PUT /v2.0/routers/e46aaf78-2be1-40ed-8389-33123324fa77/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:51.955 8 INFO neutron.api.v2.resource [None req-19462d0c-a33b-42b4-a518-4dd096027ea4 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1397] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:51 2026] PUT /v2.0/routers/e46aaf78-2be1-40ed-8389-33123324fa77/remove_router_interface => generated 197 bytes in 123 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: 680/1398] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:51 2026] GET /v2.0/ports?device_id=e46aaf78-2be1-40ed-8389-33123324fa77 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:52.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3a12d24-5316-427f-b48a-6286a27d9d33 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 3fe11281-de9a-4441-bd67-82d083b19abb 2026-04-28 08:47:52.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3a12d24-5316-427f-b48a-6286a27d9d33 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 3fe11281-de9a-4441-bd67-82d083b19abb 2026-04-28 08:47:52.602 8 INFO neutron.services.segments.plugin [-] Segment d324f645-2151-44cb-8a77-3e2c1e359af5 resource provider aggregate not found 2026-04-28 08:47:52.607 8 INFO neutron.services.segments.plugin [-] Segment d324f645-2151-44cb-8a77-3e2c1e359af5 resource provider aggregate not found 2026-04-28 08:47:52.617 8 INFO neutron.services.segments.plugin [-] Segment d324f645-2151-44cb-8a77-3e2c1e359af5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d324f645-2151-44cb-8a77-3e2c1e359af5 found for delete ", "request_id": "req-5744d4cd-044d-4615-bfee-430896f66767"}]} 2026-04-28 08:47:52.626 8 INFO neutron.db.l3_hamode_db [None req-b3a12d24-5316-427f-b48a-6286a27d9d33 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] HA network 504b6aaa-e321-484c-8b0e-51700997df7a was deleted as no HA routers are present in tenant 0ea7fd150ded41ba993a44c9195060e2. 2026-04-28 08:47:52.634 8 INFO neutron.services.segments.plugin [-] Segment d324f645-2151-44cb-8a77-3e2c1e359af5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d324f645-2151-44cb-8a77-3e2c1e359af5 found for delete ", "request_id": "req-b8842ae8-9f65-42a6-926c-7167763d2671"}]} [pid: 8|app: 0|req: 719/1401] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:51 2026] DELETE /v2.0/routers/e46aaf78-2be1-40ed-8389-33123324fa77 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1402] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:52 2026] DELETE /v2.0/subnets/690f6152-0db9-4a24-9f73-ebcb5ce9636e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1403] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:52 2026] DELETE /v2.0/networks/e3934780-9c05-49f6-9975-0a3b026e2b42 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:47:52.983 7 INFO neutron.db.segments_db [None req-c35fbc06-7744-4d8b-a653-e6496ebd80f7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment e2b35f62-eec7-4dcf-a36e-e99818963572 of type vxlan for network 4d813acf-f4fa-42aa-b605-21870360197d [pid: 7|app: 0|req: 684/1404] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:47:52 2026] POST /v2.0/networks => generated 629 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1405] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:53 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:53.406 7 INFO neutron.db.segments_db [None req-b504c2c7-b85e-4c4e-a248-03ade22c2762 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment 4d365c83-24e6-48fb-9194-96425c5dc2e9 of type vxlan for network 6839690d-d36d-4812-af82-42a71b7bb88e 2026-04-28 08:47:53.674 7 INFO neutron.db.l3_hamode_db [None req-b504c2c7-b85e-4c4e-a248-03ade22c2762 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:53.791 7 INFO neutron.db.l3_hamode_db [None req-b504c2c7-b85e-4c4e-a248-03ade22c2762 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 722/1406] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:53 2026] GET /v2.0/security-groups?tenant_id=7b54a98a976c4c1cbc9e011253989ef3&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1407] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:53 2026] DELETE /v2.0/security-groups/44538415-ace9-464f-a869-5be957fb5909 => 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: 685/1408] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:53 2026] POST /v2.0/routers => generated 506 bytes in 1085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:47:54.645 8 INFO neutron.services.segments.plugin [-] Segment 827bfce9-ef06-42eb-9818-377abe0b4fc8 resource provider aggregate not found 2026-04-28 08:47:54.670 8 INFO neutron.services.segments.plugin [-] Segment 827bfce9-ef06-42eb-9818-377abe0b4fc8 resource provider aggregate not found 2026-04-28 08:47:54.679 8 INFO neutron.services.segments.plugin [-] Segment 827bfce9-ef06-42eb-9818-377abe0b4fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 827bfce9-ef06-42eb-9818-377abe0b4fc8 found for delete ", "request_id": "req-28bcb988-eca6-4445-991f-a123eb1768fb"}]} 2026-04-28 08:47:54.702 8 INFO neutron.services.segments.plugin [-] Segment 827bfce9-ef06-42eb-9818-377abe0b4fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 827bfce9-ef06-42eb-9818-377abe0b4fc8 found for delete ", "request_id": "req-762ec51c-0a8b-4425-8233-d5387a599230"}]} [pid: 7|app: 0|req: 686/1409] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:47:55 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 687/1410] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:47:55 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 724/1411] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:47:54 2026] PUT /v2.0/routers/6d661f95-ed78-4740-8ab8-19d1adff9d38/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1412] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:47:55 2026] GET /v2.0/ports/3edcb32b-3621-4f2a-9a8f-d8de24ba19e7 => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:47:56.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-905e4a39-152d-4ad3-8d1b-1657a964b2ee b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 3edcb32b-3621-4f2a-9a8f-d8de24ba19e7 2026-04-28 08:47:56.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-905e4a39-152d-4ad3-8d1b-1657a964b2ee b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 3edcb32b-3621-4f2a-9a8f-d8de24ba19e7 [pid: 8|app: 0|req: 725/1413] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:47:55 2026] PUT /v2.0/routers/6d661f95-ed78-4740-8ab8-19d1adff9d38/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1414] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:47:56 2026] GET /v2.0/ports?device_id=6d661f95-ed78-4740-8ab8-19d1adff9d38 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:47:56.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-3aee440c-37d1-4e2e-a0b0-f4fe409abf7a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: c9743440-dbc7-4c05-b3ac-f3c2bb34cd37 2026-04-28 08:47:56.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aee440c-37d1-4e2e-a0b0-f4fe409abf7a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: c9743440-dbc7-4c05-b3ac-f3c2bb34cd37 2026-04-28 08:47:57.235 8 INFO neutron.services.segments.plugin [-] Segment 4d365c83-24e6-48fb-9194-96425c5dc2e9 resource provider aggregate not found 2026-04-28 08:47:57.240 8 INFO neutron.services.segments.plugin [-] Segment 4d365c83-24e6-48fb-9194-96425c5dc2e9 resource provider aggregate not found 2026-04-28 08:47:57.259 8 INFO neutron.services.segments.plugin [-] Segment 4d365c83-24e6-48fb-9194-96425c5dc2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d365c83-24e6-48fb-9194-96425c5dc2e9 found for delete ", "request_id": "req-01d8be3d-19ab-4ab3-995a-0357d21bda54"}]} 2026-04-28 08:47:57.260 8 INFO neutron.services.segments.plugin [-] Segment 4d365c83-24e6-48fb-9194-96425c5dc2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d365c83-24e6-48fb-9194-96425c5dc2e9 found for delete ", "request_id": "req-44e4d311-f9c2-42c1-8648-32e73a5d0e78"}]} 2026-04-28 08:47:57.263 8 INFO neutron.db.l3_hamode_db [None req-3aee440c-37d1-4e2e-a0b0-f4fe409abf7a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] HA network 6839690d-d36d-4812-af82-42a71b7bb88e was deleted as no HA routers are present in tenant 0ea7fd150ded41ba993a44c9195060e2. [pid: 8|app: 0|req: 726/1415] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:56 2026] DELETE /v2.0/routers/6d661f95-ed78-4740-8ab8-19d1adff9d38 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1416] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:47:57 2026] DELETE /v2.0/subnets/118f7fac-f667-48ae-97d7-bc80e64ccbcb => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1417] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:47:57 2026] DELETE /v2.0/networks/4d813acf-f4fa-42aa-b605-21870360197d => 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: 691/1418] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:57 2026] GET /v2.0/security-groups?tenant_id=9cb1b59977644226a9fae2433b028ed4&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1419] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:47:57 2026] GET /v2.0/security-groups?tenant_id=a27ead71615444e38297659404c1fa10&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:47:57.817 7 INFO neutron.db.segments_db [None req-2b0366db-6228-4a5c-a730-bd67202f545a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Added segment ca8ecd97-829a-4041-98a5-cb30d88aca22 of type vxlan for network 3fa5cd6d-fbb8-4444-b8e1-a184e3c5bf53 [pid: 8|app: 0|req: 729/1420] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:57 2026] DELETE /v2.0/security-groups/f9a14e99-e68b-4846-8246-87e78b1e1dcb => 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: 730/1421] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:47:57 2026] DELETE /v2.0/security-groups/2f7300f2-3b65-4c3d-9d4b-a0d6f4e4557a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:47:58.047 7 INFO neutron.db.l3_hamode_db [None req-2b0366db-6228-4a5c-a730-bd67202f545a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:58.842 7 INFO neutron.db.l3_hamode_db [None req-2b0366db-6228-4a5c-a730-bd67202f545a b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:47:59.285 8 INFO neutron.services.segments.plugin [-] Segment e2b35f62-eec7-4dcf-a36e-e99818963572 resource provider aggregate not found 2026-04-28 08:47:59.298 8 INFO neutron.services.segments.plugin [-] Segment e2b35f62-eec7-4dcf-a36e-e99818963572 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b35f62-eec7-4dcf-a36e-e99818963572 found for delete ", "request_id": "req-d2f885fb-8c3e-4d9e-bde9-a4aa1148a52c"}]} 2026-04-28 08:47:59.300 8 INFO neutron.services.segments.plugin [-] Segment e2b35f62-eec7-4dcf-a36e-e99818963572 resource provider aggregate not found 2026-04-28 08:47:59.325 8 INFO neutron.services.segments.plugin [-] Segment e2b35f62-eec7-4dcf-a36e-e99818963572 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b35f62-eec7-4dcf-a36e-e99818963572 found for delete ", "request_id": "req-090535f4-0a95-48dd-bad6-cb7b571e7280"}]} [pid: 7|app: 0|req: 692/1422] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:47:57 2026] POST /v2.0/routers => generated 687 bytes in 1910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1423] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:47:59 2026] GET /v2.0/routers/549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 693 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1424] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:47:59 2026] GET /v2.0/routers => generated 696 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1425] 10.0.0.124 () {34 vars in 741 bytes} [Tue Apr 28 08:47:59 2026] PUT /v2.0/routers/549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 700 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1426] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:48:00 2026] GET /v2.0/routers/549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 700 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1427] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:00 2026] GET /v2.0/ports?device_id=549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:00.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ea0b3f6-3ff5-4e39-997d-4e6c01dfaba7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: d2791907-4389-4952-8ef5-9ed2abb7b66d 2026-04-28 08:48:00.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea0b3f6-3ff5-4e39-997d-4e6c01dfaba7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: d2791907-4389-4952-8ef5-9ed2abb7b66d 2026-04-28 08:48:00.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ea0b3f6-3ff5-4e39-997d-4e6c01dfaba7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] TaaS: Handle Delete Port: 3ea3074e-0a87-4bba-9e7d-4db4cdb3c4e8 2026-04-28 08:48:00.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea0b3f6-3ff5-4e39-997d-4e6c01dfaba7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] Tap Mirror: Handle Delete Port: 3ea3074e-0a87-4bba-9e7d-4db4cdb3c4e8 2026-04-28 08:48:01.226 7 INFO neutron.services.segments.plugin [-] Segment ca8ecd97-829a-4041-98a5-cb30d88aca22 resource provider aggregate not found 2026-04-28 08:48:01.233 7 INFO neutron.services.segments.plugin [-] Segment ca8ecd97-829a-4041-98a5-cb30d88aca22 resource provider aggregate not found 2026-04-28 08:48:01.254 7 INFO neutron.services.segments.plugin [-] Segment ca8ecd97-829a-4041-98a5-cb30d88aca22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca8ecd97-829a-4041-98a5-cb30d88aca22 found for delete ", "request_id": "req-d8f25f11-1dd1-44f9-bf51-3fef236e11b4"}]} 2026-04-28 08:48:01.258 7 INFO neutron.db.l3_hamode_db [None req-8ea0b3f6-3ff5-4e39-997d-4e6c01dfaba7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] HA network 3fa5cd6d-fbb8-4444-b8e1-a184e3c5bf53 was deleted as no HA routers are present in tenant 0ea7fd150ded41ba993a44c9195060e2. 2026-04-28 08:48:01.263 7 INFO neutron.services.segments.plugin [-] Segment ca8ecd97-829a-4041-98a5-cb30d88aca22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca8ecd97-829a-4041-98a5-cb30d88aca22 found for delete ", "request_id": "req-d459b8ff-7b56-40d7-a61c-ab9078c2c357"}]} [pid: 7|app: 0|req: 695/1428] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:00 2026] DELETE /v2.0/routers/549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1429] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:01 2026] GET /v2.0/ports?device_id=549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:01.326 7 INFO neutron.api.v2.resource [None req-2a513790-e145-48a0-954f-88413f0441f8 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1430] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/routers/549d94bb-cf00-4d68-8c8d-4bb7e8791711 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1431] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:01 2026] GET /v2.0/ports?device_id=6d661f95-ed78-4740-8ab8-19d1adff9d38 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:01.387 7 INFO neutron.api.v2.resource [None req-caf09f75-ea5e-4935-9fcf-2f773d15d941 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 697/1432] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/routers/6d661f95-ed78-4740-8ab8-19d1adff9d38 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:48:01.408 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4592c867-840c-4189-af15-3ff53479c5d7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1433] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/subnets/118f7fac-f667-48ae-97d7-bc80e64ccbcb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1434] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:01 2026] GET /v2.0/ports?device_id=e46aaf78-2be1-40ed-8389-33123324fa77 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:01.464 8 INFO neutron.api.v2.resource [None req-8c4bfc7f-76d2-4d60-a92c-422884bbbaa7 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1435] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/routers/e46aaf78-2be1-40ed-8389-33123324fa77 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:48:01.486 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44f32c00-76ee-48c7-a284-3a9a5986ecbe b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 699/1436] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/subnets/690f6152-0db9-4a24-9f73-ebcb5ce9636e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1437] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:01 2026] GET /v2.0/ports?device_id=89ff2ef2-c452-497f-9a3b-2317c84205df => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:01.543 7 INFO neutron.api.v2.resource [None req-877e3d43-d931-49f9-be26-55b8d28bf5e0 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1438] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/routers/89ff2ef2-c452-497f-9a3b-2317c84205df => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:48:01.563 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14c77103-b96d-493d-9576-0df42aa1f34f b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1439] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/subnets/72724014-fc5e-4e26-ad40-32d7d55db4bb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:48:01.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-deb702cb-7511-496d-af1b-feb04b89d4f8 b97b4c8fa207491e9994f8138d7c1ba5 0ea7fd150ded41ba993a44c9195060e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1440] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:01 2026] DELETE /v2.0/subnets/8741a534-1aec-4244-9677-f78ab96af356 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1441] 10.0.0.29 () {30 vars in 649 bytes} [Tue Apr 28 08:48:01 2026] GET /v2.0/extensions => generated 21537 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1442] 10.0.0.29 () {30 vars in 723 bytes} [Tue Apr 28 08:48:01 2026] GET /v2.0/quotas/ab6e12623b32490eab4c66c7ef88289c/details => generated 847 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:02.233 7 INFO neutron.db.segments_db [None req-0d2e9417-90b6-4c9b-8473-c13b8e252817 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] Added segment 72ca9be1-28f1-42dd-9f4c-6e79ee26603a of type vxlan for network a7bef0d3-cca9-4ffa-bb70-5679718e9a38 [pid: 8|app: 0|req: 742/1443] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:02 2026] GET /v2.0/security-groups?tenant_id=0ea7fd150ded41ba993a44c9195060e2&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1444] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:01 2026] POST /v2.0/networks => generated 725 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1445] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:02 2026] DELETE /v2.0/security-groups/58a74c47-e16f-43c7-afd1-1d8b168ea1f8 => 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: 703/1446] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:02 2026] POST /v2.0/subnets => generated 644 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:02.598 8 WARNING neutron.api.v2.base [None req-ccc44fb5-ade9-465d-a4ea-c2491ad162d7 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - 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-28 08:48:02.599 8 INFO neutron.api.v2.resource [None req-ccc44fb5-ade9-465d-a4ea-c2491ad162d7 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 744/1447] 10.0.0.124 () {34 vars in 681 bytes} [Tue Apr 28 08:48:02 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1448] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:02 2026] DELETE /v2.0/networks/a7bef0d3-cca9-4ffa-bb70-5679718e9a38 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:02.928 8 INFO neutron.db.segments_db [None req-bb8a2a3e-6ede-4994-8b0d-f9e50b90753f 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] Added segment 4a787031-5f1b-4321-9f0e-c24afd1c6d17 of type vxlan for network c10a4422-677d-41e6-86a6-335972d1e68b [pid: 8|app: 0|req: 745/1449] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:02 2026] POST /v2.0/networks => generated 726 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1450] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:03 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:03.230 8 WARNING neutron.api.v2.base [None req-978b6853-9995-421e-8420-7739d4ddae0b 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - 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-28 08:48:03.231 8 INFO neutron.api.v2.resource [None req-978b6853-9995-421e-8420-7739d4ddae0b 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 746/1451] 10.0.0.124 () {34 vars in 681 bytes} [Tue Apr 28 08:48:03 2026] POST /v2.0/rbac-policies => generated 547 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-28 08:48:03.277 7 INFO neutron.services.segments.plugin [-] Segment 72ca9be1-28f1-42dd-9f4c-6e79ee26603a resource provider aggregate not found 2026-04-28 08:48:03.294 7 INFO neutron.services.segments.plugin [-] Segment 72ca9be1-28f1-42dd-9f4c-6e79ee26603a resource provider aggregate not found 2026-04-28 08:48:03.299 7 INFO neutron.services.segments.plugin [-] Segment 72ca9be1-28f1-42dd-9f4c-6e79ee26603a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72ca9be1-28f1-42dd-9f4c-6e79ee26603a found for delete ", "request_id": "req-de884637-7d1a-435f-ba15-83ce8ac74116"}]} 2026-04-28 08:48:03.318 7 INFO neutron.services.segments.plugin [-] Segment 72ca9be1-28f1-42dd-9f4c-6e79ee26603a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72ca9be1-28f1-42dd-9f4c-6e79ee26603a found for delete ", "request_id": "req-1b866d3f-8ab5-49a0-bd30-68edeb8fdd86"}]} [pid: 7|app: 0|req: 706/1452] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:03 2026] DELETE /v2.0/networks/c10a4422-677d-41e6-86a6-335972d1e68b => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:03.560 8 INFO neutron.db.segments_db [None req-6f29e002-e8de-4e93-b983-841d15c42bae 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] Added segment c3cebd16-1af0-4142-a27a-ce3a4f261f79 of type vxlan for network a817ca31-a502-4cb2-a4e6-055c2273e19c [pid: 8|app: 0|req: 747/1453] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:03 2026] POST /v2.0/networks => generated 727 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1454] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:03 2026] POST /v2.0/subnets => generated 647 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1455] 10.0.0.29 () {30 vars in 649 bytes} [Tue Apr 28 08:48:04 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: 748/1456] 10.0.0.124 () {34 vars in 681 bytes} [Tue Apr 28 08:48:03 2026] POST /v2.0/rbac-policies => generated 324 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1457] 10.0.0.29 () {30 vars in 723 bytes} [Tue Apr 28 08:48:04 2026] GET /v2.0/quotas/ab6e12623b32490eab4c66c7ef88289c/details => generated 847 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1458] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1459] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:48:04 2026] GET /v2.0/security-groups => generated 4529 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1460] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:48:04 2026] GET /v2.0/networks/a817ca31-a502-4cb2-a4e6-055c2273e19c => generated 655 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1461] 10.0.0.124 () {34 vars in 758 bytes} [Tue Apr 28 08:48:04 2026] PUT /v2.0/security-groups/61ec7dad-14d5-4048-a90d-367ed52f23f4 => generated 1661 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1462] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:48:04 2026] GET /v2.0/security-groups/61ec7dad-14d5-4048-a90d-367ed52f23f4 => generated 1661 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1463] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:04 2026] DELETE /v2.0/security-groups/61ec7dad-14d5-4048-a90d-367ed52f23f4 => 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: 712/1464] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:48:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:04.841 8 INFO neutron.api.v2.resource [None req-64737fcd-fea0-42ca-bf55-ffde28c0ba25 66ae69a47d934757bd0401d3891f5be1 d2c4275ee8af45ab94e4f11113db0e0c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1465] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:04 2026] DELETE /v2.0/security-groups/61ec7dad-14d5-4048-a90d-367ed52f23f4 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1466] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:48:05.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02876302-2910-4435-844d-08c02d67643f 14375aee7164477089557839f31174f3 61ea9509226b4144bfd706431e3b95d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1467] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:48:04 2026] GET /v2.0/networks/a817ca31-a502-4cb2-a4e6-055c2273e19c => generated 138 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1468] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:04 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) [pid: 8|app: 0|req: 755/1469] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules/2fe034ee-ffa8-4380-bf55-7e6283d7ddcc => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1470] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1471] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:05 2026] DELETE /v2.0/networks/a817ca31-a502-4cb2-a4e6-055c2273e19c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:05.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-966ca6bb-6b6d-4b40-b54c-d58972eb2655 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1472] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:05 2026] DELETE /v2.0/subnets/ed6257f1-ef1c-42f0-8c35-9d3966ce8493 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:48:05.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afeb0cb3-1d31-4390-ac36-48aa83dc864a 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1473] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:05 2026] DELETE /v2.0/subnets/aa4b4a21-ce65-41fb-8042-a6e6d765f18e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:48:05.264 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a431c8a7-e856-4da6-836a-725f7dfc51ab 18b9e301201049cfbd513d7a51c68148 b629a9ac59e0473aaac4bd78c2091eec - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1474] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:05 2026] DELETE /v2.0/subnets/2570ef46-8a99-44f7-90f1-dcd4ac261a9b => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1475] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:48:05 2026] DELETE /v2.0/security-group-rules/2fe034ee-ffa8-4380-bf55-7e6283d7ddcc => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:05.324 7 INFO neutron.services.segments.plugin [-] Segment 4a787031-5f1b-4321-9f0e-c24afd1c6d17 resource provider aggregate not found 2026-04-28 08:48:05.349 7 INFO neutron.services.segments.plugin [-] Segment 4a787031-5f1b-4321-9f0e-c24afd1c6d17 resource provider aggregate not found 2026-04-28 08:48:05.361 7 INFO neutron.services.segments.plugin [-] Segment 4a787031-5f1b-4321-9f0e-c24afd1c6d17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a787031-5f1b-4321-9f0e-c24afd1c6d17 found for delete ", "request_id": "req-49067f2d-3421-43a0-ba06-aba7f56d01cf"}]} 2026-04-28 08:48:05.380 7 INFO neutron.services.segments.plugin [-] Segment c3cebd16-1af0-4142-a27a-ce3a4f261f79 resource provider aggregate not found 2026-04-28 08:48:05.394 7 INFO neutron.services.segments.plugin [-] Segment 4a787031-5f1b-4321-9f0e-c24afd1c6d17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a787031-5f1b-4321-9f0e-c24afd1c6d17 found for delete ", "request_id": "req-6911ba74-0d2c-4809-80ee-e64bf5259010"}]} 2026-04-28 08:48:05.417 7 INFO neutron.services.segments.plugin [-] Segment c3cebd16-1af0-4142-a27a-ce3a4f261f79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3cebd16-1af0-4142-a27a-ce3a4f261f79 found for delete ", "request_id": "req-4e010014-5d47-4b3d-b52f-265ef9799611"}]} [pid: 7|app: 0|req: 719/1476] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:05.432 7 INFO neutron.services.segments.plugin [-] Segment c3cebd16-1af0-4142-a27a-ce3a4f261f79 resource provider aggregate not found 2026-04-28 08:48:05.453 7 INFO neutron.services.segments.plugin [-] Segment c3cebd16-1af0-4142-a27a-ce3a4f261f79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3cebd16-1af0-4142-a27a-ce3a4f261f79 found for delete ", "request_id": "req-7f593604-562e-4512-b862-734f0e4e8385"}]} [pid: 8|app: 0|req: 758/1477] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1478] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules/a8bb18e9-e833-465c-94f6-0f7cca7b2f18 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1479] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1480] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 760/1481] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1482] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:48:05 2026] DELETE /v2.0/security-group-rules/a8bb18e9-e833-465c-94f6-0f7cca7b2f18 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1483] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1484] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:48:05 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: 762/1485] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 724/1486] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1487] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules/a977823e-f0f1-482d-aac6-7d62ea29549f => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1488] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:48:05 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1489] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:48:06 2026] DELETE /v2.0/security-group-rules/a977823e-f0f1-482d-aac6-7d62ea29549f => 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: 726/1490] 10.0.0.124 () {32 vars in 673 bytes} [Tue Apr 28 08:48:06 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: 8|app: 0|req: 765/1491] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 727/1492] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:06 2026] DELETE /v2.0/security-groups/4cc330ff-78d9-49bb-b8ad-6c3fc551c62e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1493] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 729/1494] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1495] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:48:06 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: 766/1496] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/security-groups?tenant_id=b629a9ac59e0473aaac4bd78c2091eec&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1497] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/security-groups?tenant_id=ab6e12623b32490eab4c66c7ef88289c&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1498] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:06 2026] DELETE /v2.0/security-groups/7696beb3-1395-40cb-904a-0703a541ad42 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1499] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:06 2026] DELETE /v2.0/security-groups/d13250b7-82c1-47d9-8a1c-3e22d5210ae2 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1500] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/security-groups?tenant_id=61ea9509226b4144bfd706431e3b95d2&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1501] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:06 2026] DELETE /v2.0/security-groups/95b4af04-a783-41d0-b802-45184772276f => 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: 733/1502] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:06 2026] GET /v2.0/security-groups?tenant_id=d2c4275ee8af45ab94e4f11113db0e0c&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1503] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:07 2026] DELETE /v2.0/security-groups/5ae3d772-08b6-457d-8a2c-4436b9cb6249 => 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: 734/1504] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/security-groups?tenant_id=f34ed31da4e44be18222a88af7be65eb&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1507] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:07 2026] DELETE /v2.0/security-groups/d4120d3f-2df3-4d4a-8425-584d4ce6d597 => 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: 737/1508] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1509] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1510] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/ports?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1511] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/networks?id=dcf8316a-8454-4bd3-ac40-9e718bb5df45 => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1512] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5a17ea88-f8a9-428e-a272-2606013c9a71 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1513] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/subnets?id=00bf9ca4-4e73-4b38-bbb9-5d72190c1b14 => generated 694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1514] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/ports?network_id=dcf8316a-8454-4bd3-ac40-9e718bb5df45&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1515] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1516] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:48:07 2026] GET /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45?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: 776/1517] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:08 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 742/1518] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:08 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:09.133 8 INFO neutron.db.segments_db [None req-dac9d148-5f25-4193-a4d9-561960d0b892 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 6f5ae878-062a-4929-8b70-2ade4340dda9 of type vxlan for network 37f932a0-f26e-4de4-89b2-cc487af6eaac [pid: 8|app: 0|req: 777/1519] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:48:08 2026] POST /v2.0/networks => generated 741 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1520] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:09 2026] POST /v2.0/subnets => generated 688 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:09.443 8 INFO neutron.db.segments_db [None req-f1d45574-d05a-4b5b-af85-4bdbd454d2d6 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 of type vxlan for network a5f7e717-5df6-4fe5-8b44-78d2e3afc69d [pid: 7|app: 0|req: 744/1521] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:09 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1522] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:09 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:09.769 8 INFO neutron.db.l3_hamode_db [None req-f1d45574-d05a-4b5b-af85-4bdbd454d2d6 d60e816808844c45933653d4f61d6ea0 71f6049649764e99a1b15e2958c52f90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:48:10.547 8 INFO neutron.db.l3_hamode_db [None req-f1d45574-d05a-4b5b-af85-4bdbd454d2d6 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 746/1523] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:10 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1524] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:10 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1525] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1526] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1527] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1528] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1529] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1530] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:09 2026] POST /v2.0/routers => generated 728 bytes in 2195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1531] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:11 2026] PUT /v2.0/subnetpools/8488aa61-5df3-4af8-a959-20ce185572b4/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1532] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:11 2026] PUT /v2.0/subnetpools/4a1fcfd7-e377-4da6-b3f4-f91a4f40b59f/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1533] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:11 2026] PUT /v2.0/subnetpools/b47caf1b-ed20-4c9e-892c-0f0bb3c1639b/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: 756/1534] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:11 2026] PUT /v2.0/subnetpools/6e9dc807-782f-4384-b7a6-6a67e093045d/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1535] 10.0.0.124 () {32 vars in 672 bytes} [Tue Apr 28 08:48:11 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1536] 10.0.0.124 () {32 vars in 686 bytes} [Tue Apr 28 08:48:11 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1537] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:48:11 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:12.117 7 INFO neutron.db.segments_db [None req-2803d1cf-f9bd-455c-bdc8-6b99de7ed920 7d90345e71a2448f9001d06c37ed6e73 197374e6a1334fdca02bdee70b6952f3 - - default default] Added segment 1ed4e9ab-8424-4604-a703-689e344c3755 of type vxlan for network beb646d7-56f0-4772-8312-9affa40334af [pid: 7|app: 0|req: 760/1538] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:11 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: 761/1539] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1540] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:12.320 7 INFO neutron.db.segments_db [None req-69b80add-647f-46c9-a915-1021997468fa 7d90345e71a2448f9001d06c37ed6e73 197374e6a1334fdca02bdee70b6952f3 - - default default] Added segment 257389f0-3a30-47ce-866b-7ef7b55c36a5 of type vxlan for network 4d53eb5f-ceab-4d9b-a1bf-6a5db513aa34 [pid: 7|app: 0|req: 763/1541] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:12 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1542] 10.0.0.124 () {32 vars in 680 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1543] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:12.541 7 INFO neutron.db.segments_db [None req-958d9c54-f447-4966-9815-c34d97d98b76 7d90345e71a2448f9001d06c37ed6e73 197374e6a1334fdca02bdee70b6952f3 - - default default] Added segment e439c952-ec5f-4a3e-9705-3bfa785ef1c5 of type vxlan for network e1f999d7-9b25-4906-a548-17291ba1b1f9 [pid: 7|app: 0|req: 766/1544] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:12 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1545] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:12.712 7 INFO neutron.db.segments_db [None req-978d0819-bcba-48da-9451-5a4523e83a6a 7d90345e71a2448f9001d06c37ed6e73 197374e6a1334fdca02bdee70b6952f3 - - default default] Added segment 29f4b4f1-bafd-4ed0-8473-ccb8617a556a of type vxlan for network 5edcfb94-2bb3-432c-84bb-6eda567c442c [pid: 7|app: 0|req: 768/1546] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:12 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) [pid: 8|app: 0|req: 779/1547] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:48:11 2026] PUT /v2.0/routers/3b10b06f-d3cb-4d29-8b25-5365e8313b07/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1548] 10.0.0.124 () {32 vars in 690 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1549] 10.0.0.124 () {32 vars in 702 bytes} [Tue Apr 28 08:48:12 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1550] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:12 2026] DELETE /v2.0/subnetpools/8488aa61-5df3-4af8-a959-20ce185572b4 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:12.898 8 INFO neutron.db.segments_db [None req-caee5ccc-0e8e-49b7-97e7-23c02ccdc7f4 7d90345e71a2448f9001d06c37ed6e73 197374e6a1334fdca02bdee70b6952f3 - - default default] Added segment 96060a7c-6977-4958-bf44-faae232784ce of type vxlan for network 38eb0b58-e449-4b21-b53e-0c46b7ad7e95 [pid: 7|app: 0|req: 772/1551] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:12 2026] DELETE /v2.0/subnetpools/4a1fcfd7-e377-4da6-b3f4-f91a4f40b59f => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1552] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:12 2026] DELETE /v2.0/subnetpools/b47caf1b-ed20-4c9e-892c-0f0bb3c1639b => 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: 780/1553] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:12 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1554] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:12 2026] DELETE /v2.0/subnetpools/6e9dc807-782f-4384-b7a6-6a67e093045d => 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: 781/1555] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:48:12 2026] PUT /v2.0/networks/beb646d7-56f0-4772-8312-9affa40334af/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1556] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:13 2026] DELETE /v2.0/subnetpools/f54278c3-3462-449f-a6e6-d546b7c4419f => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1557] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:48:13 2026] PUT /v2.0/networks/4d53eb5f-ceab-4d9b-a1bf-6a5db513aa34/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1558] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:48:13 2026] PUT /v2.0/networks/e1f999d7-9b25-4906-a548-17291ba1b1f9/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1559] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:48:13 2026] PUT /v2.0/networks/5edcfb94-2bb3-432c-84bb-6eda567c442c/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1560] 10.0.0.124 () {32 vars in 666 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1561] 10.0.0.124 () {32 vars in 680 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1562] 10.0.0.124 () {32 vars in 676 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1563] 10.0.0.124 () {32 vars in 688 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1564] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1565] 10.0.0.124 () {32 vars in 674 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1566] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 787/1567] 10.0.0.124 () {32 vars in 688 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1568] 10.0.0.124 () {32 vars in 684 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1569] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:14 2026] GET /v2.0/security-groups?tenant_id=6ffd8ed827c24d25b2db82a9e9883758&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1570] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:14 2026] DELETE /v2.0/security-groups/b8826ece-1aca-4db4-9f0d-f2765ee96fe9 => 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: 788/1571] 10.0.0.124 () {32 vars in 696 bytes} [Tue Apr 28 08:48:13 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:14.671 7 INFO neutron.services.segments.plugin [-] Segment 1ed4e9ab-8424-4604-a703-689e344c3755 resource provider aggregate not found 2026-04-28 08:48:14.684 7 INFO neutron.services.segments.plugin [-] Segment 1ed4e9ab-8424-4604-a703-689e344c3755 resource provider aggregate not found 2026-04-28 08:48:14.689 7 INFO neutron.services.segments.plugin [-] Segment 1ed4e9ab-8424-4604-a703-689e344c3755 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ed4e9ab-8424-4604-a703-689e344c3755 found for delete ", "request_id": "req-538525b2-a214-4e38-ba53-ee656c129dfc"}]} 2026-04-28 08:48:14.708 7 INFO neutron.services.segments.plugin [-] Segment 1ed4e9ab-8424-4604-a703-689e344c3755 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ed4e9ab-8424-4604-a703-689e344c3755 found for delete ", "request_id": "req-7dae7a19-efce-4c84-bc06-a14480c93a7b"}]} [pid: 7|app: 0|req: 784/1572] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:14 2026] DELETE /v2.0/networks/beb646d7-56f0-4772-8312-9affa40334af => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1573] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:14 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1574] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:14 2026] GET /v2.0/security-groups?tenant_id=9422a920b463415883b7a93ebe793ae8&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1575] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:14 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1576] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:14 2026] DELETE /v2.0/networks/4d53eb5f-ceab-4d9b-a1bf-6a5db513aa34 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1577] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:14 2026] DELETE /v2.0/security-groups/3ee03adc-feff-4b27-9568-85b09fdbf737 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1578] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:14 2026] DELETE /v2.0/networks/e1f999d7-9b25-4906-a548-17291ba1b1f9 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:15.295 8 INFO neutron.services.segments.plugin [-] Segment 29f4b4f1-bafd-4ed0-8473-ccb8617a556a resource provider aggregate not found 2026-04-28 08:48:15.302 8 INFO neutron.services.segments.plugin [-] Segment 29f4b4f1-bafd-4ed0-8473-ccb8617a556a resource provider aggregate not found 2026-04-28 08:48:15.318 8 INFO neutron.services.segments.plugin [-] Segment 29f4b4f1-bafd-4ed0-8473-ccb8617a556a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f4b4f1-bafd-4ed0-8473-ccb8617a556a found for delete ", "request_id": "req-cb7883ea-3dc2-4a88-913b-8800b0fbbdd4"}]} 2026-04-28 08:48:15.325 8 INFO neutron.services.segments.plugin [-] Segment 29f4b4f1-bafd-4ed0-8473-ccb8617a556a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f4b4f1-bafd-4ed0-8473-ccb8617a556a found for delete ", "request_id": "req-bfe70c82-afe9-4379-be60-053b1b574c59"}]} [pid: 7|app: 0|req: 788/1579] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/security-groups?tenant_id=e8638e9d00a3456e8e719fb6ff866928&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1580] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:15 2026] DELETE /v2.0/networks/5edcfb94-2bb3-432c-84bb-6eda567c442c => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1581] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/networks?id=37f932a0-f26e-4de4-89b2-cc487af6eaac => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1582] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:15 2026] DELETE /v2.0/security-groups/af0ddf23-3d7e-4200-9e96-916ae5d880e4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1583] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/quotas/71f6049649764e99a1b15e2958c52f90 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1584] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:15 2026] DELETE /v2.0/networks/38eb0b58-e449-4b21-b53e-0c46b7ad7e95 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1585] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/ports?tenant_id=71f6049649764e99a1b15e2958c52f90&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1586] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/networks/37f932a0-f26e-4de4-89b2-cc487af6eaac?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1587] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/networks/37f932a0-f26e-4de4-89b2-cc487af6eaac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1588] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1589] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1590] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:15 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:16.703 7 INFO neutron.services.segments.plugin [-] Segment 257389f0-3a30-47ce-866b-7ef7b55c36a5 resource provider aggregate not found 2026-04-28 08:48:16.728 7 INFO neutron.services.segments.plugin [-] Segment 257389f0-3a30-47ce-866b-7ef7b55c36a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 257389f0-3a30-47ce-866b-7ef7b55c36a5 found for delete ", "request_id": "req-d1bc86cd-ec93-498f-9b1e-59e5e7dea43d"}]} 2026-04-28 08:48:16.733 7 INFO neutron.services.segments.plugin [-] Segment 257389f0-3a30-47ce-866b-7ef7b55c36a5 resource provider aggregate not found 2026-04-28 08:48:16.757 7 INFO neutron.services.segments.plugin [-] Segment e439c952-ec5f-4a3e-9705-3bfa785ef1c5 resource provider aggregate not found 2026-04-28 08:48:16.761 7 INFO neutron.services.segments.plugin [-] Segment 257389f0-3a30-47ce-866b-7ef7b55c36a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 257389f0-3a30-47ce-866b-7ef7b55c36a5 found for delete ", "request_id": "req-aab5dd0a-c2b4-4b49-b42f-8351d5f83af9"}]} 2026-04-28 08:48:16.786 7 INFO neutron.services.segments.plugin [-] Segment e439c952-ec5f-4a3e-9705-3bfa785ef1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e439c952-ec5f-4a3e-9705-3bfa785ef1c5 found for delete ", "request_id": "req-d0d9a2e7-1bee-454f-bb93-7313591514dd"}]} 2026-04-28 08:48:16.789 7 INFO neutron.services.segments.plugin [-] Segment e439c952-ec5f-4a3e-9705-3bfa785ef1c5 resource provider aggregate not found 2026-04-28 08:48:16.808 7 INFO neutron.services.segments.plugin [-] Segment e439c952-ec5f-4a3e-9705-3bfa785ef1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e439c952-ec5f-4a3e-9705-3bfa785ef1c5 found for delete ", "request_id": "req-b77a9436-5afe-4799-9fcf-899f289db6d2"}]} 2026-04-28 08:48:16.817 7 INFO neutron.services.segments.plugin [-] Segment 96060a7c-6977-4958-bf44-faae232784ce resource provider aggregate not found 2026-04-28 08:48:16.825 7 INFO neutron.services.segments.plugin [-] Segment 96060a7c-6977-4958-bf44-faae232784ce resource provider aggregate not found 2026-04-28 08:48:16.840 7 INFO neutron.services.segments.plugin [-] Segment 96060a7c-6977-4958-bf44-faae232784ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96060a7c-6977-4958-bf44-faae232784ce found for delete ", "request_id": "req-40b8dccc-4131-4f03-9485-73835698f5b9"}]} 2026-04-28 08:48:16.841 7 INFO neutron.services.segments.plugin [-] Segment 96060a7c-6977-4958-bf44-faae232784ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96060a7c-6977-4958-bf44-faae232784ce found for delete ", "request_id": "req-8c8a4d2d-dbcd-4f4a-8b87-aa8ed86ef572"}]} [pid: 7|app: 0|req: 794/1591] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:16 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => 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: 798/1592] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:16 2026] GET /v2.0/security-groups?tenant_id=17eabdeb694f4c50bb62d5263ee7299b&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1593] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:16 2026] DELETE /v2.0/security-groups/f0c0647c-aebc-4429-bdd6-05905b305e29 => 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: 799/1594] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:17 2026] GET /v2.0/security-groups?tenant_id=2ad9cd2a9d6141a78093dc607898c3f9&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1595] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:17 2026] DELETE /v2.0/security-groups/8fabfa83-0a63-41a6-889c-c18447e55ab6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1596] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:17 2026] GET /v2.0/security-groups?tenant_id=197374e6a1334fdca02bdee70b6952f3&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1597] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:17 2026] DELETE /v2.0/security-groups/61a9ceec-8e15-4ffb-ac24-a5b66538f482 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1598] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:17 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => 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: 802/1599] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:19 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:19.170 7 INFO neutron.db.segments_db [None req-a70ac32d-2ee0-4cfb-bf27-d77b0e9d0094 e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] Added segment 6b87f6f1-3782-4e66-beef-259c92a3deaf of type vxlan for network 9d426c6d-1f73-4efa-833a-9bb79663cdce 2026-04-28 08:48:19.402 7 INFO neutron.db.l3_hamode_db [None req-a70ac32d-2ee0-4cfb-bf27-d77b0e9d0094 e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:48:19.568 7 INFO neutron.db.l3_hamode_db [None req-a70ac32d-2ee0-4cfb-bf27-d77b0e9d0094 e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1600] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:48:20 2026] GET /v2.0/networks?id=37f932a0-f26e-4de4-89b2-cc487af6eaac => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1601] 10.0.0.124 () {34 vars in 668 bytes} [Tue Apr 28 08:48:18 2026] POST /v2.0/routers => generated 474 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1602] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:20 2026] PUT /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1603] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:20 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => 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: 801/1604] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:20 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 25 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1605] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:48:20 2026] POST /v2.0/ports => generated 954 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 805/1606] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:48:20 2026] PUT /v2.0/ports/2776e501-6816-4347-8e05-1a4d8f5825e8 => generated 1235 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1607] 10.0.0.124 () {34 vars in 762 bytes} [Tue Apr 28 08:48:20 2026] PUT /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/green => generated 4 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 08:48:20.997 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87740698-100c-48a7-935d-2a6a18342f91'] response: {'name': 'network-changed', 'server_uuid': 'cb1614c8-4c47-4c72-877a-40a756c6a6d2', 'tag': '2776e501-6816-4347-8e05-1a4d8f5825e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 806/1608] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:20 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 34 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1609] 10.0.0.124 () {34 vars in 758 bytes} [Tue Apr 28 08:48:21 2026] PUT /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/red => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1610] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1611] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1612] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1613] 10.0.0.124 () {34 vars in 780 bytes} [Tue Apr 28 08:48:21 2026] PUT /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/black.or.white => generated 4 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1614] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/ports?tenant_id=71f6049649764e99a1b15e2958c52f90&device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => 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: 807/1615] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/networks?tenant_id=71f6049649764e99a1b15e2958c52f90&shared=False => generated 769 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1616] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1617] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1618] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:21 2026] PUT /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1619] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1620] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:22.053 7 INFO neutron.api.v2.resource [None req-e1a4b074-1535-4189-be35-dccdd009db60 e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 810/1621] 10.0.0.124 () {32 vars in 743 bytes} [Tue Apr 28 08:48:21 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1622] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:48:22 2026] DELETE /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/red => 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: 812/1623] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 30 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:22.359 7 INFO neutron.api.v2.resource [None req-91e27e8a-32d0-4fb7-b87c-9241a1efbc32 e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 815/1626] 10.0.0.124 () {32 vars in 746 bytes} [Tue Apr 28 08:48:22 2026] DELETE /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags/green => generated 99 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1627] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1628] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:48:22 2026] DELETE /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1629] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1630] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95/tags => generated 12 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1631] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1632] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => 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: 815/1633] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95 => generated 480 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1634] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1635] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/ports?tenant_id=71f6049649764e99a1b15e2958c52f90&device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1636] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1637] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2776e501-6816-4347-8e05-1a4d8f5825e8 => 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: 821/1638] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1639] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:48:22 2026] GET /v2.0/subnets?id=3410fc2b-69fa-4e55-b7fc-7706fbb90811 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1640] 10.0.0.124 () {34 vars in 767 bytes} [Tue Apr 28 08:48:22 2026] PUT /v2.0/security-groups/1e38d10e-5fdd-4a51-af6a-8eca29ec5782/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1641] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/ports?network_id=37f932a0-f26e-4de4-89b2-cc487af6eaac&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: 825/1642] 10.0.0.124 () {34 vars in 767 bytes} [Tue Apr 28 08:48:23 2026] PUT /v2.0/security-groups/e27b6ac1-71ec-4831-b1f7-cf8cb4880906/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1643] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/networks/37f932a0-f26e-4de4-89b2-cc487af6eaac?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: 827/1644] 10.0.0.124 () {34 vars in 767 bytes} [Tue Apr 28 08:48:23 2026] PUT /v2.0/security-groups/6621987b-4bb4-4fdc-ad4a-1bc7b17eb74d/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1645] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/networks/37f932a0-f26e-4de4-89b2-cc487af6eaac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1646] 10.0.0.124 () {34 vars in 767 bytes} [Tue Apr 28 08:48:23 2026] PUT /v2.0/security-groups/4367e778-61df-4389-aeb7-216a09b9e15f/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1647] 10.0.0.124 () {32 vars in 680 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1648] 10.0.0.124 () {34 vars in 742 bytes} [Tue Apr 28 08:48:22 2026] PUT /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95 => generated 480 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1649] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1650] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/ports?device_id=bd5a9df4-65df-4f30-8fef-dc566939cb95 => 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: 832/1651] 10.0.0.124 () {32 vars in 690 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1652] 10.0.0.124 () {32 vars in 702 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1653] 10.0.0.124 () {32 vars in 688 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1654] 10.0.0.124 () {32 vars in 702 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:23.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-349c2601-8066-44e4-ac3a-3839f5fb51bd e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] TaaS: Handle Delete Port: 017f24a4-7ad5-431f-88f5-60d80ae1e689 2026-04-28 08:48:23.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-349c2601-8066-44e4-ac3a-3839f5fb51bd e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] Tap Mirror: Handle Delete Port: 017f24a4-7ad5-431f-88f5-60d80ae1e689 [pid: 7|app: 0|req: 836/1655] 10.0.0.124 () {32 vars in 698 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1656] 10.0.0.124 () {32 vars in 710 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1657] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:23 2026] DELETE /v2.0/security-groups/1e38d10e-5fdd-4a51-af6a-8eca29ec5782 => 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: 839/1658] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:23 2026] DELETE /v2.0/security-groups/e27b6ac1-71ec-4831-b1f7-cf8cb4880906 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1659] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:23 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:24.010 8 INFO neutron.services.segments.plugin [-] Segment 6b87f6f1-3782-4e66-beef-259c92a3deaf resource provider aggregate not found 2026-04-28 08:48:24.017 8 INFO neutron.services.segments.plugin [-] Segment 6b87f6f1-3782-4e66-beef-259c92a3deaf resource provider aggregate not found [pid: 7|app: 0|req: 841/1660] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:23 2026] DELETE /v2.0/security-groups/6621987b-4bb4-4fdc-ad4a-1bc7b17eb74d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:24.035 8 INFO neutron.services.segments.plugin [-] Segment 6b87f6f1-3782-4e66-beef-259c92a3deaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b87f6f1-3782-4e66-beef-259c92a3deaf found for delete ", "request_id": "req-4345067e-41c3-41ad-b5de-49f79a283339"}]} 2026-04-28 08:48:24.041 8 INFO neutron.services.segments.plugin [-] Segment 6b87f6f1-3782-4e66-beef-259c92a3deaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b87f6f1-3782-4e66-beef-259c92a3deaf found for delete ", "request_id": "req-3c8bf85c-8a2d-4736-9396-e018ef9d3d30"}]} 2026-04-28 08:48:24.050 8 INFO neutron.db.l3_hamode_db [None req-349c2601-8066-44e4-ac3a-3839f5fb51bd e647a0c0c83b4a75a7994111195fd2d9 76d2e622780842749acf4287a55621d0 - - default default] HA network 9d426c6d-1f73-4efa-833a-9bb79663cdce was deleted as no HA routers are present in tenant 76d2e622780842749acf4287a55621d0. [pid: 7|app: 0|req: 842/1661] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:24 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1662] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:23 2026] DELETE /v2.0/routers/bd5a9df4-65df-4f30-8fef-dc566939cb95 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1663] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:24 2026] DELETE /v2.0/security-groups/4367e778-61df-4389-aeb7-216a09b9e15f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1664] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:24 2026] DELETE /v2.0/security-groups/0a586993-ee10-4d36-96cb-45e1220dadb3 => 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: 822/1665] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:25 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1666] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:24 2026] GET /v2.0/security-groups?tenant_id=76d2e622780842749acf4287a55621d0&name=default => generated 2925 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1667] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:25 2026] GET /v2.0/security-groups?tenant_id=251e715cde894a0e8562f0c04d6da28b&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1668] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:25 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1669] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:25 2026] DELETE /v2.0/security-groups/4d78c6f3-66cb-4aba-b1e9-88226500ffc4 => 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: 846/1670] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:25 2026] DELETE /v2.0/security-groups/16c67a6d-4a63-470d-9a3a-224c010e2b0f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1671] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:25 2026] GET /v2.0/security-groups?tenant_id=479aabdd9b7740fcbd2b586918f7d8d7&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1672] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:25 2026] GET /v2.0/security-groups?tenant_id=4db46ca4da2b461fa77017e91a07d5d9&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1673] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:25 2026] DELETE /v2.0/security-groups/6db476c4-9e13-47db-8395-6f263a9d2a25 => 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: 848/1674] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:25 2026] DELETE /v2.0/security-groups/8518585c-2b59-4392-bef4-ce4f5525c2fd => 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: 827/1675] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:26 2026] GET /v2.0/security-groups?tenant_id=6fd93edd68ba4b80bf51777b903323da&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1676] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:26 2026] DELETE /v2.0/security-groups/557ffb20-790d-4c55-b8e2-a9f66297956f => 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: 828/1677] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:26 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1678] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:26 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1679] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:27 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1680] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:27 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&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: 830/1681] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:48:27 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 1244 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1682] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:28 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1683] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:29 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1684] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:29 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1685] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:30 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1686] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:30 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:31.133 8 INFO neutron.db.segments_db [None req-fa5c495f-3d45-459e-90bd-240452c160e5 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] Added segment 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 of type vxlan for network ededf492-236c-4817-9353-215e4b2ed0c4 [pid: 8|app: 0|req: 833/1687] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:30 2026] POST /v2.0/networks => generated 631 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1688] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:31 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1689] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:31 2026] GET /v2.0/security-groups?id=8fcc01e5-9225-4489-809f-e8e24784d334&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: 855/1690] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:31 2026] POST /v2.0/subnets => generated 626 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1691] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:48:31 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:31.627 7 INFO neutron.db.segments_db [None req-a6891cdd-55c1-4077-8d9f-cf60ea3bca78 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] Added segment e44aa94a-fd8d-43ac-904c-91adb6a48431 of type vxlan for network 834987a9-021f-47a7-953e-939a5123866b 2026-04-28 08:48:31.668 8 INFO neutron_taas.services.taas.taas_plugin [req-3df7d51b-a099-4926-9941-ce82555d52e4 req-cbc17e6b-254a-4128-becb-0e8b561a1205 1a4caf7ee3ff4910a552ccebd0c63d0d 71f6049649764e99a1b15e2958c52f90 - - default default] TaaS: Handle Delete Port: 2776e501-6816-4347-8e05-1a4d8f5825e8 2026-04-28 08:48:31.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3df7d51b-a099-4926-9941-ce82555d52e4 req-cbc17e6b-254a-4128-becb-0e8b561a1205 1a4caf7ee3ff4910a552ccebd0c63d0d 71f6049649764e99a1b15e2958c52f90 - - default default] Tap Mirror: Handle Delete Port: 2776e501-6816-4347-8e05-1a4d8f5825e8 [pid: 7|app: 0|req: 856/1692] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:31 2026] POST /v2.0/networks => generated 632 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1693] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:48:31 2026] DELETE /v2.0/ports/2776e501-6816-4347-8e05-1a4d8f5825e8 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:31.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9609f216-97f0-40a7-b111-30c0aa7ac1e2'] response: {'server_uuid': 'cb1614c8-4c47-4c72-877a-40a756c6a6d2', 'name': 'network-vif-deleted', 'tag': '2776e501-6816-4347-8e05-1a4d8f5825e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 857/1694] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:31 2026] POST /v2.0/subnets => generated 629 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:32.139 8 INFO neutron.db.segments_db [None req-7f88223d-afea-4545-b197-9e5d13c4634a 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] Added segment 1034674e-f391-476a-a8fa-e18b7e89363a of type vxlan for network 963d60e9-a41d-4a31-b099-a5055b4a179b [pid: 8|app: 0|req: 838/1695] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:32 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1696] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:32 2026] POST /v2.0/subnets => generated 629 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:32.612 8 INFO neutron.db.segments_db [None req-9aae502e-a898-4332-9f70-20c2aa804486 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] Added segment 1d004dc0-87ee-4a69-95e9-4e59515cd85f of type vxlan for network a2830b15-0042-4d42-81e0-f60bc4b1790d [pid: 7|app: 0|req: 859/1697] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:32 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => 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: 839/1698] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:32 2026] POST /v2.0/networks => generated 631 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1699] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:32 2026] POST /v2.0/subnets => generated 629 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:33.100 8 INFO neutron.db.segments_db [None req-41229d33-9eee-4d78-b766-c77e5783725e 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] Added segment 7a3467e5-016c-4a23-9a24-14760bd9f29f of type vxlan for network e892122e-e4ab-4682-87a7-2959d472bea3 [pid: 8|app: 0|req: 840/1700] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:33 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1701] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:33 2026] POST /v2.0/subnets => generated 629 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1702] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:33 2026] PUT /v2.0/subnets/ae2c07e2-6610-4507-bc9c-d824eca7277f/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1703] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:33 2026] PUT /v2.0/subnets/e6b4a7a9-4976-47fa-b4d8-e767a34d6882/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1704] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:33 2026] PUT /v2.0/subnets/b6646c85-3392-4412-8450-e42b9c324ba3/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1705] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:33 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1706] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:33 2026] PUT /v2.0/subnets/6c379617-d01c-4684-935d-9778800beac0/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1707] 10.0.0.124 () {32 vars in 664 bytes} [Tue Apr 28 08:48:33 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1708] 10.0.0.124 () {32 vars in 678 bytes} [Tue Apr 28 08:48:33 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1709] 10.0.0.124 () {32 vars in 674 bytes} [Tue Apr 28 08:48:33 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1710] 10.0.0.124 () {32 vars in 686 bytes} [Tue Apr 28 08:48:33 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1711] 10.0.0.124 () {32 vars in 672 bytes} [Tue Apr 28 08:48:33 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1712] 10.0.0.124 () {32 vars in 686 bytes} [Tue Apr 28 08:48:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1713] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:48:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1714] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:48:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1715] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:34 2026] DELETE /v2.0/subnets/ae2c07e2-6610-4507-bc9c-d824eca7277f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1716] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:34 2026] DELETE /v2.0/subnets/e6b4a7a9-4976-47fa-b4d8-e767a34d6882 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1717] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:34 2026] DELETE /v2.0/subnets/b6646c85-3392-4412-8450-e42b9c324ba3 => 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: 849/1718] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:34 2026] DELETE /v2.0/subnets/6c379617-d01c-4684-935d-9778800beac0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1719] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:34 2026] DELETE /v2.0/subnets/05612e33-3061-46f7-ac5c-bcec99b2e1c7 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1720] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:34 2026] GET /v2.0/ports?device_id=cb1614c8-4c47-4c72-877a-40a756c6a6d2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:35.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f5ba830-aebe-4289-8a1b-3144193aa3b9 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] TaaS: Handle Delete Port: e61f2113-6f48-4bb5-977f-9122c078ef52 2026-04-28 08:48:35.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f5ba830-aebe-4289-8a1b-3144193aa3b9 6712dde6dca34aff862d94b7a44ae2bf 2ef4f55b1d974863a39dfbe96a310952 - - default default] Tap Mirror: Handle Delete Port: e61f2113-6f48-4bb5-977f-9122c078ef52 2026-04-28 08:48:35.297 7 INFO neutron.services.segments.plugin [-] Segment 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 resource provider aggregate not found 2026-04-28 08:48:35.302 7 INFO neutron.services.segments.plugin [-] Segment 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 resource provider aggregate not found 2026-04-28 08:48:35.318 7 INFO neutron.services.segments.plugin [-] Segment 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 found for delete ", "request_id": "req-08fee4ad-ccf4-420e-a117-dd847c704104"}]} 2026-04-28 08:48:35.326 7 INFO neutron.services.segments.plugin [-] Segment 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3d69c6-a67b-4870-a326-9cd3e1916fc9 found for delete ", "request_id": "req-4107c444-050c-4be0-ba63-47b59dd4a1cb"}]} [pid: 7|app: 0|req: 871/1721] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:34 2026] DELETE /v2.0/networks/ededf492-236c-4817-9353-215e4b2ed0c4 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:35.461 8 INFO neutron.services.segments.plugin [-] Segment e44aa94a-fd8d-43ac-904c-91adb6a48431 resource provider aggregate not found 2026-04-28 08:48:35.472 8 INFO neutron.services.segments.plugin [-] Segment e44aa94a-fd8d-43ac-904c-91adb6a48431 resource provider aggregate not found 2026-04-28 08:48:35.476 8 INFO neutron.services.segments.plugin [-] Segment e44aa94a-fd8d-43ac-904c-91adb6a48431 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e44aa94a-fd8d-43ac-904c-91adb6a48431 found for delete ", "request_id": "req-27a24428-4135-4baa-b27e-086ea035b20b"}]} 2026-04-28 08:48:35.486 8 INFO neutron.services.segments.plugin [-] Segment e44aa94a-fd8d-43ac-904c-91adb6a48431 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e44aa94a-fd8d-43ac-904c-91adb6a48431 found for delete ", "request_id": "req-b01df6a6-b171-4e78-80ca-30d4ba1b7ad4"}]} [pid: 8|app: 0|req: 851/1722] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:35 2026] DELETE /v2.0/networks/834987a9-021f-47a7-953e-939a5123866b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1723] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:35 2026] DELETE /v2.0/networks/963d60e9-a41d-4a31-b099-a5055b4a179b => 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: 873/1724] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:35 2026] DELETE /v2.0/networks/a2830b15-0042-4d42-81e0-f60bc4b1790d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1725] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:35 2026] DELETE /v2.0/networks/e892122e-e4ab-4682-87a7-2959d472bea3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:35.923 8 INFO neutron.db.segments_db [None req-1697e002-880b-46f3-9c9f-028d9ee56528 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Added segment ed631458-3edd-4fc9-a3cd-8de637f07675 of type vxlan for network de506cbb-708e-429c-ab2a-afa838a2a619 [pid: 8|app: 0|req: 852/1726] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:35 2026] POST /v2.0/networks => generated 640 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1727] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:36 2026] POST /v2.0/subnets => generated 658 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1728] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:48:36 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1729] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:36 2026] POST /v2.0/subnets => generated 732 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:36.943 7 INFO neutron.db.segments_db [None req-8e7f756f-de57-49f5-83df-50ce391b6b69 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Added segment 94f8e48a-41a9-4bed-b24b-94d24320fead of type vxlan for network b395dac3-151d-43e6-8e2c-837c55576f9c [pid: 7|app: 0|req: 877/1730] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:36 2026] POST /v2.0/networks => generated 638 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1731] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:36 2026] GET /v2.0/security-groups?tenant_id=d63a122abab746a4ae2d18f993392f67&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1732] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:37 2026] DELETE /v2.0/security-groups/ad1d9f04-b8ab-451e-a12b-77c10215af0f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1735] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:37 2026] POST /v2.0/subnets => generated 655 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:37.350 7 INFO neutron.services.segments.plugin [-] Segment 1034674e-f391-476a-a8fa-e18b7e89363a resource provider aggregate not found [pid: 7|app: 0|req: 879/1736] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:37 2026] GET /v2.0/security-groups?tenant_id=2ef4f55b1d974863a39dfbe96a310952&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:37.351 7 INFO neutron.services.segments.plugin [-] Segment 1034674e-f391-476a-a8fa-e18b7e89363a resource provider aggregate not found 2026-04-28 08:48:37.376 7 INFO neutron.services.segments.plugin [-] Segment 1034674e-f391-476a-a8fa-e18b7e89363a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1034674e-f391-476a-a8fa-e18b7e89363a found for delete ", "request_id": "req-694a3a99-d847-4e9e-b292-9afef8fca7aa"}]} 2026-04-28 08:48:37.383 7 INFO neutron.services.segments.plugin [-] Segment 1034674e-f391-476a-a8fa-e18b7e89363a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1034674e-f391-476a-a8fa-e18b7e89363a found for delete ", "request_id": "req-0c0fe22a-6999-478c-86fc-3b245739bda3"}]} 2026-04-28 08:48:37.401 7 INFO neutron.services.segments.plugin [-] Segment 1d004dc0-87ee-4a69-95e9-4e59515cd85f resource provider aggregate not found 2026-04-28 08:48:37.408 7 INFO neutron.services.segments.plugin [-] Segment 1d004dc0-87ee-4a69-95e9-4e59515cd85f resource provider aggregate not found 2026-04-28 08:48:37.425 7 INFO neutron.services.segments.plugin [-] Segment 1d004dc0-87ee-4a69-95e9-4e59515cd85f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d004dc0-87ee-4a69-95e9-4e59515cd85f found for delete ", "request_id": "req-4d725aeb-37b5-4bd6-84fb-6a2ce0cc92dc"}]} 2026-04-28 08:48:37.432 7 INFO neutron.services.segments.plugin [-] Segment 1d004dc0-87ee-4a69-95e9-4e59515cd85f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d004dc0-87ee-4a69-95e9-4e59515cd85f found for delete ", "request_id": "req-aee38d74-7ea6-4ff0-9683-41cd79c7197e"}]} 2026-04-28 08:48:37.449 7 INFO neutron.services.segments.plugin [-] Segment 7a3467e5-016c-4a23-9a24-14760bd9f29f resource provider aggregate not found 2026-04-28 08:48:37.454 7 INFO neutron.services.segments.plugin [-] Segment 7a3467e5-016c-4a23-9a24-14760bd9f29f resource provider aggregate not found 2026-04-28 08:48:37.470 7 INFO neutron.services.segments.plugin [-] Segment 7a3467e5-016c-4a23-9a24-14760bd9f29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a3467e5-016c-4a23-9a24-14760bd9f29f found for delete ", "request_id": "req-c30438ae-f70a-4124-b367-bf02cfe3d79d"}]} 2026-04-28 08:48:37.476 7 INFO neutron.services.segments.plugin [-] Segment 7a3467e5-016c-4a23-9a24-14760bd9f29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a3467e5-016c-4a23-9a24-14760bd9f29f found for delete ", "request_id": "req-821c1fb9-43ed-45c0-a334-b638417da6d8"}]} 2026-04-28 08:48:37.609 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1e15820-d8b2-4798-9911-82fc9c3b8a8c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 7906a710-4c3c-4914-8e71-ecc7ef8278d0 2026-04-28 08:48:37.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1e15820-d8b2-4798-9911-82fc9c3b8a8c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 7906a710-4c3c-4914-8e71-ecc7ef8278d0 [pid: 7|app: 0|req: 880/1737] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:37 2026] POST /v2.0/subnets => generated 724 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1738] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:37 2026] DELETE /v2.0/security-groups/a87e1eca-47e5-418e-8017-7427d94a0978 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:37.809 7 INFO neutron.db.segments_db [None req-643f7dfb-78ce-4765-9c64-00c77353ddcd 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Added segment 4179474f-9f22-48d8-8dbd-eff4be1ecf3e of type vxlan for network 6fb6a373-e611-4f26-8a83-abc88c15c648 [pid: 7|app: 0|req: 882/1739] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:37 2026] POST /v2.0/networks => generated 637 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1740] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:37 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1741] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:48:37 2026] PUT /v2.0/routers/3b10b06f-d3cb-4d29-8b25-5365e8313b07/remove_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1742] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:38 2026] POST /v2.0/subnets => generated 656 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1743] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:38 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 859/1744] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:38 2026] GET /v2.0/security-groups?tenant_id=6bec71254d8f4c498a744b3ac1bc0fa9&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:38.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb6aa896-0f98-40e1-9fbe-2d903d2ad832 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: ae26c059-658d-48ca-98cd-07027f87ef63 2026-04-28 08:48:38.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb6aa896-0f98-40e1-9fbe-2d903d2ad832 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: ae26c059-658d-48ca-98cd-07027f87ef63 [pid: 8|app: 0|req: 860/1745] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:38 2026] POST /v2.0/subnets => generated 730 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:38.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb6aa896-0f98-40e1-9fbe-2d903d2ad832 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 1b429077-2b24-4069-a88a-ebad81c85009 2026-04-28 08:48:38.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb6aa896-0f98-40e1-9fbe-2d903d2ad832 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 1b429077-2b24-4069-a88a-ebad81c85009 [pid: 8|app: 0|req: 861/1746] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:38 2026] DELETE /v2.0/security-groups/84f9042e-dca5-44c6-b21e-ee2e12121fb7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1747] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:38 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:38.928 8 INFO neutron.db.segments_db [None req-7ec1db34-9008-4b1d-9d6f-a8bb5cd7c855 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Added segment 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 of type vxlan for network 6db600d6-0b66-4385-8c90-8060a654ce8c 2026-04-28 08:48:39.087 7 INFO neutron.db.l3_hamode_db [None req-eb6aa896-0f98-40e1-9fbe-2d903d2ad832 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network a5f7e717-5df6-4fe5-8b44-78d2e3afc69d was deleted as no HA routers are present in tenant 71f6049649764e99a1b15e2958c52f90. [pid: 7|app: 0|req: 886/1748] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:38 2026] DELETE /v2.0/routers/3b10b06f-d3cb-4d29-8b25-5365e8313b07 => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1749] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:39 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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-28 08:48:39.189 8 INFO neutron.db.l3_hamode_db [None req-7ec1db34-9008-4b1d-9d6f-a8bb5cd7c855 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 888/1750] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:39 2026] DELETE /v2.0/subnets/3410fc2b-69fa-4e55-b7fc-7706fbb90811 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:39.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-c64a57b5-0bba-4dec-9d68-8a5722866126 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 2cc905be-6128-4080-bb07-d47f27a5a7b1 2026-04-28 08:48:39.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c64a57b5-0bba-4dec-9d68-8a5722866126 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 2cc905be-6128-4080-bb07-d47f27a5a7b1 2026-04-28 08:48:39.499 7 INFO neutron.services.segments.plugin [-] Segment 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 resource provider aggregate not found 2026-04-28 08:48:39.500 7 INFO neutron.services.segments.plugin [-] Segment 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 resource provider aggregate not found 2026-04-28 08:48:39.517 7 INFO neutron.services.segments.plugin [-] Segment 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 found for delete ", "request_id": "req-6c355f3c-24ec-4329-af3d-d0482025f582"}]} 2026-04-28 08:48:39.519 7 INFO neutron.services.segments.plugin [-] Segment 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cde5d5e-b4ee-4b3e-916c-c0e60e4e3990 found for delete ", "request_id": "req-dc8ba723-63d3-4226-8dd0-48202f54b080"}]} [pid: 7|app: 0|req: 889/1751] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:39 2026] DELETE /v2.0/networks/37f932a0-f26e-4de4-89b2-cc487af6eaac => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1752] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:39 2026] GET /v2.0/security-groups?tenant_id=71f6049649764e99a1b15e2958c52f90&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1753] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:39 2026] DELETE /v2.0/security-groups/8fcc01e5-9225-4489-809f-e8e24784d334 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:40.020 8 INFO neutron.db.l3_hamode_db [None req-7ec1db34-9008-4b1d-9d6f-a8bb5cd7c855 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1754] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:40 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1755] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:40 2026] GET /v2.0/security-groups?id=fc0a905a-f98b-4be3-9609-401be04803d5&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: 894/1756] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:48:40 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:41.013 7 INFO neutron_taas.services.taas.taas_plugin [req-d4a119eb-1008-4e4d-b7ac-5b604bff9c63 req-c4174bd6-869f-40ad-8e6b-f1cebf74d258 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] TaaS: Handle Delete Port: 5a17ea88-f8a9-428e-a272-2606013c9a71 2026-04-28 08:48:41.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d4a119eb-1008-4e4d-b7ac-5b604bff9c63 req-c4174bd6-869f-40ad-8e6b-f1cebf74d258 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] Tap Mirror: Handle Delete Port: 5a17ea88-f8a9-428e-a272-2606013c9a71 [pid: 8|app: 0|req: 863/1757] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:38 2026] POST /v2.0/routers => generated 684 bytes in 2217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:41.160 7 INFO neutron.db.l3_db [req-d4a119eb-1008-4e4d-b7ac-5b604bff9c63 req-c4174bd6-869f-40ad-8e6b-f1cebf74d258 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] Floating IP 2a284252-7222-409a-9f75-56932c6392a9 disassociated. External IP: 10.96.250.205, port: 5a17ea88-f8a9-428e-a272-2606013c9a71. 2026-04-28 08:48:41.542 7 INFO neutron.services.segments.plugin [-] Segment 6f5ae878-062a-4929-8b70-2ade4340dda9 resource provider aggregate not found 2026-04-28 08:48:41.548 7 INFO neutron.services.segments.plugin [-] Segment 6f5ae878-062a-4929-8b70-2ade4340dda9 resource provider aggregate not found 2026-04-28 08:48:41.570 7 INFO neutron.services.segments.plugin [-] Segment 6f5ae878-062a-4929-8b70-2ade4340dda9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f5ae878-062a-4929-8b70-2ade4340dda9 found for delete ", "request_id": "req-e58f35bc-06e5-4913-9bff-5be7ff864753"}]} 2026-04-28 08:48:41.575 7 INFO neutron.services.segments.plugin [-] Segment 6f5ae878-062a-4929-8b70-2ade4340dda9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f5ae878-062a-4929-8b70-2ade4340dda9 found for delete ", "request_id": "req-ae0fa918-3a9e-40bd-b00b-d787601abb9f"}]} [pid: 7|app: 0|req: 895/1758] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:48:40 2026] DELETE /v2.0/ports/5a17ea88-f8a9-428e-a272-2606013c9a71 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1759] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:41 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:41.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e540f899-10e0-4568-961a-5831c4fc8d2e'] response: {'server_uuid': 'f2b3a19a-d27b-4d9e-b1a1-28547269bb72', 'name': 'network-vif-deleted', 'tag': '5a17ea88-f8a9-428e-a272-2606013c9a71', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 864/1760] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:48:41 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/add_router_interface => generated 309 bytes in 1458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1761] 10.0.0.124 () {34 vars in 678 bytes} [Tue Apr 28 08:48:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1762] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:48:42 2026] PUT /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1763] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:42 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 900/1764] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:42 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1765] 10.0.0.124 () {34 vars in 764 bytes} [Tue Apr 28 08:48:42 2026] PUT /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1766] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:42 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1767] 10.0.0.124 () {34 vars in 760 bytes} [Tue Apr 28 08:48:42 2026] PUT /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1768] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/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: 905/1769] 10.0.0.124 () {34 vars in 782 bytes} [Tue Apr 28 08:48:43 2026] PUT /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1770] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1771] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:48:43 2026] PUT /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1772] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1773] 10.0.0.124 () {32 vars in 741 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:43.396 7 INFO neutron.api.v2.resource [None req-c832cb5c-168b-4646-aadc-82ff78555bcd 47e17602ebcc406aae2300e506fd7b98 c6fce31e7d284b289baca2b805d7f99b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1774] 10.0.0.124 () {32 vars in 745 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1775] 10.0.0.124 () {32 vars in 744 bytes} [Tue Apr 28 08:48:43 2026] DELETE /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1776] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:43.547 7 INFO neutron.api.v2.resource [None req-dd144853-5af3-4a2d-b41e-af9bbf0756f8 47e17602ebcc406aae2300e506fd7b98 c6fce31e7d284b289baca2b805d7f99b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1777] 10.0.0.124 () {32 vars in 748 bytes} [Tue Apr 28 08:48:43 2026] DELETE /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1778] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:48:43 2026] DELETE /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1779] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1780] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:48:43 2026] DELETE /v2.0/qos/policies/c1dbb8c3-28a5-4efa-ba61-e19a0f1b5d7c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1781] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:43 2026] GET /v2.0/ports?device_id=f2b3a19a-d27b-4d9e-b1a1-28547269bb72 => 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: 865/1782] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:48:42 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1783] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:44 2026] POST /v2.0/floatingips => generated 552 bytes in 962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1784] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:48:43 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/add_router_interface => generated 309 bytes in 1580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1785] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:45 2026] GET /v2.0/security-groups?tenant_id=c6fce31e7d284b289baca2b805d7f99b&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1786] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:45 2026] DELETE /v2.0/security-groups/fc0a905a-f98b-4be3-9609-401be04803d5 => 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: 920/1787] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:45 2026] DELETE /v2.0/security-groups/1446b28f-ccd9-48c9-aeac-4b811d10fe47 => 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: 921/1788] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:48:45 2026] POST /v2.0/security-groups => generated 1627 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:48:45.900 7 INFO neutron.api.v2.resource [None req-bbda5415-35ab-45bc-b7ed-1bed831307cc 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1789] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:48:45 2026] GET /v2.0/security-groups/fc0a905a-f98b-4be3-9609-401be04803d5 => 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: 923/1790] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:45 2026] GET /v2.0/security-groups?tenant_id=b7b59428d3d042a0b3384e33f9ff1b34&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1791] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:45 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1792] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:46.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dec5148-dbef-421f-b40d-27af020dc278 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] TaaS: Handle Delete Port: be9d4821-8781-4ff3-b2a0-252af8ed2353 2026-04-28 08:48:46.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dec5148-dbef-421f-b40d-27af020dc278 15102f3d54cc415bba293a45ace1f672 83d60dd1040a4b40b3acd2b13dde991e - - default default] Tap Mirror: Handle Delete Port: be9d4821-8781-4ff3-b2a0-252af8ed2353 [pid: 7|app: 0|req: 925/1793] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:46 2026] DELETE /v2.0/security-groups/fdf1a72c-9b37-490d-b2c7-1299f06989b5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1794] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:46 2026] DELETE /v2.0/floatingips/2a284252-7222-409a-9f75-56932c6392a9 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1795] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1796] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:46 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:47.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-315b8c02-8fb7-4480-89bd-dbb49e529ad6 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 1a7067ff-7a56-457c-bc74-b1829dde5303 2026-04-28 08:48:47.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315b8c02-8fb7-4480-89bd-dbb49e529ad6 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 1a7067ff-7a56-457c-bc74-b1829dde5303 [pid: 7|app: 0|req: 927/1797] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1798] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:48:46 2026] PUT /v2.0/routers/892b4171-7e4c-4cf7-a3f1-cd78ec121c43/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1799] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:47 2026] POST /v2.0/floatingips => generated 552 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1800] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:47.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-911da13a-fb45-477f-8b1b-98c059eff887 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: e5377d83-c297-47a1-bf53-8a44630c84f2 2026-04-28 08:48:47.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-911da13a-fb45-477f-8b1b-98c059eff887 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: e5377d83-c297-47a1-bf53-8a44630c84f2 2026-04-28 08:48:48.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-911da13a-fb45-477f-8b1b-98c059eff887 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 5fdc3679-300f-4135-8dfb-0b4c13fa67a3 2026-04-28 08:48:48.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-911da13a-fb45-477f-8b1b-98c059eff887 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 5fdc3679-300f-4135-8dfb-0b4c13fa67a3 [pid: 8|app: 0|req: 873/1801] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:48:47 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1802] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:48.683 7 INFO neutron.services.segments.plugin [-] Segment 5dcb9ee1-7a88-4110-854d-5d3e24ba960a resource provider aggregate not found 2026-04-28 08:48:48.693 7 INFO neutron.services.segments.plugin [-] Segment 5dcb9ee1-7a88-4110-854d-5d3e24ba960a resource provider aggregate not found 2026-04-28 08:48:48.712 7 INFO neutron.services.segments.plugin [-] Segment 5dcb9ee1-7a88-4110-854d-5d3e24ba960a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dcb9ee1-7a88-4110-854d-5d3e24ba960a found for delete ", "request_id": "req-684f8650-c8f7-4f7c-9c02-c40ce2535487"}]} 2026-04-28 08:48:48.722 7 INFO neutron.db.l3_hamode_db [None req-911da13a-fb45-477f-8b1b-98c059eff887 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 246b1e29-d3da-4b5b-8fe6-9d1c8f69d0af was deleted as no HA routers are present in tenant 83d60dd1040a4b40b3acd2b13dde991e. 2026-04-28 08:48:48.729 7 INFO neutron.services.segments.plugin [-] Segment 5dcb9ee1-7a88-4110-854d-5d3e24ba960a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dcb9ee1-7a88-4110-854d-5d3e24ba960a found for delete ", "request_id": "req-d0bb9c5b-ace5-4269-b3d8-c5c72125ebe3"}]} [pid: 7|app: 0|req: 929/1803] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:47 2026] DELETE /v2.0/routers/892b4171-7e4c-4cf7-a3f1-cd78ec121c43 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1804] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1805] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:48 2026] PUT /v2.0/floatingips/d1e79b19-7410-40e6-8298-af344490f88c/tags => generated 17 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1806] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:48 2026] DELETE /v2.0/subnets/00bf9ca4-4e73-4b38-bbb9-5d72190c1b14 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1807] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1808] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:49 2026] PUT /v2.0/floatingips/e4b27d53-4bfa-4c07-814c-9679a2744b06/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:49.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-126a573e-f32d-4448-8ca7-8c3e1761bd5d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: f1f5d755-c20a-4a08-ac6a-197207283b3b 2026-04-28 08:48:49.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-126a573e-f32d-4448-8ca7-8c3e1761bd5d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: f1f5d755-c20a-4a08-ac6a-197207283b3b [pid: 7|app: 0|req: 933/1809] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:49 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: 7|app: 0|req: 934/1810] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:49 2026] PUT /v2.0/floatingips/34ad10fb-f878-4224-9020-8935377714bb/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:49.348 8 INFO neutron.services.segments.plugin [-] Segment b9c88821-8986-4988-b96c-dbfed0aa629d resource provider aggregate not found 2026-04-28 08:48:49.360 8 INFO neutron.services.segments.plugin [-] Segment b9c88821-8986-4988-b96c-dbfed0aa629d resource provider aggregate not found 2026-04-28 08:48:49.367 8 INFO neutron.services.segments.plugin [-] Segment b9c88821-8986-4988-b96c-dbfed0aa629d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c88821-8986-4988-b96c-dbfed0aa629d found for delete ", "request_id": "req-e4499b9a-8a44-48be-945b-5e1d2fb5f15e"}]} 2026-04-28 08:48:49.382 8 INFO neutron.services.segments.plugin [-] Segment b9c88821-8986-4988-b96c-dbfed0aa629d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c88821-8986-4988-b96c-dbfed0aa629d found for delete ", "request_id": "req-a417bb38-e096-44aa-9c40-c771d70b3cda"}]} [pid: 8|app: 0|req: 877/1811] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:49 2026] DELETE /v2.0/networks/dcf8316a-8454-4bd3-ac40-9e718bb5df45 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1812] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:48:49 2026] PUT /v2.0/floatingips/6ccc0d35-b68b-4254-8321-ecb56883de3b/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1813] 10.0.0.124 () {32 vars in 672 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1814] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:49 2026] POST /v2.0/security-group-rules => generated 599 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1815] 10.0.0.124 () {32 vars in 686 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1816] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1817] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/security-groups?tenant_id=83d60dd1040a4b40b3acd2b13dde991e&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1818] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1819] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1820] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:49 2026] DELETE /v2.0/security-groups/37342e38-a01d-4848-aacf-e9bd10ed839a => 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: 884/1821] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:48:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1822] 10.0.0.124 () {32 vars in 680 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1823] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1824] 10.0.0.124 () {32 vars in 690 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1825] 10.0.0.124 () {32 vars in 702 bytes} [Tue Apr 28 08:48:49 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:50.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e85e5f-c941-4d93-b640-f8665183f2a8 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] TaaS: Handle Delete Port: 66fe6c30-8149-4571-9161-135767915851 2026-04-28 08:48:50.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e85e5f-c941-4d93-b640-f8665183f2a8 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] Tap Mirror: Handle Delete Port: 66fe6c30-8149-4571-9161-135767915851 2026-04-28 08:48:50.127 8 INFO neutron.db.segments_db [None req-e2117031-16f5-4e06-bed3-63afaf754a3b 1d45708c22ef45088198b8961dd8c854 8bb0c80240504475afa3aa3f191ce87a - - default default] Added segment 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 of type vxlan for network a25b4f24-f5c0-492e-879b-b0c8be1ce882 [pid: 8|app: 0|req: 885/1826] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:49 2026] POST /v2.0/networks => generated 631 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1827] 10.0.0.82 () {34 vars in 1093 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-535242183&fields=id&tenant_id=54251d35067240aea3a44569651d174f => 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: 942/1828] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:49 2026] DELETE /v2.0/floatingips/d1e79b19-7410-40e6-8298-af344490f88c => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1829] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:48:50.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-db60e7fb-1522-46d7-a00e-2a826bf7ccd6 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] TaaS: Handle Delete Port: b22ef126-834f-472d-ae90-10cdd5dba1b3 2026-04-28 08:48:50.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db60e7fb-1522-46d7-a00e-2a826bf7ccd6 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] Tap Mirror: Handle Delete Port: b22ef126-834f-472d-ae90-10cdd5dba1b3 [pid: 8|app: 0|req: 887/1830] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:50 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1831] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/quotas/54251d35067240aea3a44569651d174f => 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: 889/1832] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:50 2026] PUT /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1833] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:50 2026] DELETE /v2.0/floatingips/e4b27d53-4bfa-4c07-814c-9679a2744b06 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1834] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:50.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcecc702-b99f-431e-aacb-14d39a9167a0 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] TaaS: Handle Delete Port: 92ae4f72-c332-4564-bd2f-b978404a14ec 2026-04-28 08:48:50.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcecc702-b99f-431e-aacb-14d39a9167a0 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] Tap Mirror: Handle Delete Port: 92ae4f72-c332-4564-bd2f-b978404a14ec [pid: 8|app: 0|req: 890/1835] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&fields=id => generated 241 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1836] 10.0.0.124 () {34 vars in 762 bytes} [Tue Apr 28 08:48:50 2026] PUT /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1837] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1838] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:50 2026] DELETE /v2.0/floatingips/34ad10fb-f878-4224-9020-8935377714bb => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1839] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1840] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:48:50 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 948/1841] 10.0.0.124 () {34 vars in 758 bytes} [Tue Apr 28 08:48:50 2026] PUT /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-28 08:48:51.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f85f6c0-9c9f-49bf-9ac9-9918bf78713e 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] TaaS: Handle Delete Port: ae2bfc2a-862c-45ed-bc94-09f657718036 2026-04-28 08:48:51.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f85f6c0-9c9f-49bf-9ac9-9918bf78713e 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] Tap Mirror: Handle Delete Port: ae2bfc2a-862c-45ed-bc94-09f657718036 [pid: 7|app: 0|req: 949/1842] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/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: 950/1843] 10.0.0.124 () {34 vars in 780 bytes} [Tue Apr 28 08:48:51 2026] PUT /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1844] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => 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: 894/1845] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:50 2026] DELETE /v2.0/floatingips/6ccc0d35-b68b-4254-8321-ecb56883de3b => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1846] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/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: 953/1847] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:48:51 2026] PUT /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1848] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:51.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-71409e80-dcfe-4e0f-addf-4482ef1b9070 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] TaaS: Handle Delete Port: 34330974-1e6c-4a01-a509-fa0d53fdcbe1 2026-04-28 08:48:51.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71409e80-dcfe-4e0f-addf-4482ef1b9070 0ac5005dee4a4ba6ace32483254543a2 ac3c99cb08b74641aaad6a8a07dc2060 - - default default] Tap Mirror: Handle Delete Port: 34330974-1e6c-4a01-a509-fa0d53fdcbe1 [pid: 7|app: 0|req: 955/1849] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:51.403 7 INFO neutron.api.v2.resource [None req-0bc316ed-feec-46ea-8620-373bcbd36726 1d45708c22ef45088198b8961dd8c854 8bb0c80240504475afa3aa3f191ce87a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/1850] 10.0.0.124 () {32 vars in 743 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1851] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:48:51 2026] DELETE /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1852] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:48:51 2026] DELETE /v2.0/floatingips/97de949c-eeaf-4c40-a1a2-27f8223f75df => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1853] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:51.569 8 INFO neutron.api.v2.resource [None req-7f70fc20-4f35-408e-a88f-cc0d302f6f7a 1d45708c22ef45088198b8961dd8c854 8bb0c80240504475afa3aa3f191ce87a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 896/1854] 10.0.0.124 () {32 vars in 746 bytes} [Tue Apr 28 08:48:51 2026] DELETE /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/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: 959/1855] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:48:51 2026] DELETE /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/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: 960/1856] 10.0.0.124 () {32 vars in 731 bytes} [Tue Apr 28 08:48:51 2026] GET /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4/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: 961/1857] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:48:51 2026] DELETE /v2.0/subnets/c9e532eb-0d8e-431b-869d-832166d26ee4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:51.929 7 INFO neutron.services.segments.plugin [-] Segment 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 resource provider aggregate not found 2026-04-28 08:48:51.935 7 INFO neutron.services.segments.plugin [-] Segment 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 resource provider aggregate not found 2026-04-28 08:48:51.954 7 INFO neutron.services.segments.plugin [-] Segment 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 found for delete ", "request_id": "req-83151c01-8e67-4a4e-8161-27600dbfefbf"}]} 2026-04-28 08:48:51.956 7 INFO neutron.services.segments.plugin [-] Segment 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0a1f85-6fd2-41a8-9679-2731d4de8a44 found for delete ", "request_id": "req-11a3acb9-f2e8-4b06-8890-8f18d76f480b"}]} [pid: 7|app: 0|req: 962/1858] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:48:51 2026] DELETE /v2.0/networks/a25b4f24-f5c0-492e-879b-b0c8be1ce882 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:48:51.972 8 INFO neutron.db.segments_db [None req-60c7df75-9b0c-4cc4-9358-122c6b353247 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 9288f66f-7410-4195-b677-2077389a6c17 of type vxlan for network 78348bea-0db1-4803-baa1-e44ea73b817f [pid: 8|app: 0|req: 897/1859] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:48:51 2026] POST /v2.0/networks => generated 745 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1862] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:52 2026] POST /v2.0/subnets => generated 692 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:52.288 8 INFO neutron.db.segments_db [None req-81b27327-2dc4-408b-bccd-0bce5aee0903 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 1a212cf3-3259-4ef9-b126-c8d264ba81c2 of type vxlan for network 101a4604-8b42-438c-b462-fbe93c5935da 2026-04-28 08:48:52.556 8 INFO neutron.db.l3_hamode_db [None req-81b27327-2dc4-408b-bccd-0bce5aee0903 d60e816808844c45933653d4f61d6ea0 4f201b3fd864451aaa3a0b94c437fe3b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 964/1863] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:52 2026] GET /v2.0/security-groups?tenant_id=f9764d3681fd48679045202855a5ba83&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1864] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:52 2026] GET /v2.0/security-groups?tenant_id=8bb0c80240504475afa3aa3f191ce87a&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1865] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:52 2026] DELETE /v2.0/security-groups/870b3814-58e4-47df-8223-71696d4edea8 => 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: 967/1866] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:52 2026] DELETE /v2.0/security-groups/39757a05-e479-4eb1-a0cf-29ed5a9e122c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1867] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:52 2026] GET /v2.0/security-groups?tenant_id=e3afe8ab99064885b25c6825f3281e2d&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1868] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:53 2026] GET /v2.0/security-groups?tenant_id=d4ab050da23443b1b8697644eb48247b&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1869] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:53 2026] DELETE /v2.0/security-groups/6e48f928-45d4-4b68-a3ba-fec4013a8e8f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:48:53.351 8 INFO neutron.db.l3_hamode_db [None req-81b27327-2dc4-408b-bccd-0bce5aee0903 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 971/1870] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:53 2026] DELETE /v2.0/security-groups/4b08928d-e317-422d-9e18-f8f41081894b => 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: 972/1871] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:53 2026] GET /v2.0/security-groups?tenant_id=ac3c99cb08b74641aaad6a8a07dc2060&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: 973/1872] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:53 2026] DELETE /v2.0/security-groups/a7811251-9130-473b-97cf-537d23d93885 => 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: 900/1873] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:48:52 2026] POST /v2.0/routers => generated 732 bytes in 2235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1874] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:48:55 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1875] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:48:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=54251d35067240aea3a44569651d174f => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1876] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:48:54 2026] PUT /v2.0/routers/7b020346-1384-4081-a21d-4cff4aceb1a6/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1877] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:48:55 2026] POST /v2.0/ports => generated 1183 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 904/1878] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:56 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1198 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1879] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:48:56 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1880] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:48:55 2026] PUT /v2.0/ports/340c9761-3bf3-4e90-8653-b6b78d75ec64 => generated 1464 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:48:56.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd41cd42-6981-4f1b-bc78-0b96db9efda1'] response: {'name': 'network-changed', 'server_uuid': 'e7d2862e-d49c-437f-bbf6-93eb55824b54', 'tag': '340c9761-3bf3-4e90-8653-b6b78d75ec64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 906/1881] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:48:56 2026] GET /v2.0/networks?id=78348bea-0db1-4803-baa1-e44ea73b817f => generated 677 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, ' [pid: 7|app: 0|req: 976/1882] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:48:56 2026] GET /v2.0/quotas/4f201b3fd864451aaa3a0b94c437fe3b => 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: 907/1883] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1884] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/ports?tenant_id=4f201b3fd864451aaa3a0b94c437fe3b&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1885] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/networks?tenant_id=54251d35067240aea3a44569651d174f&shared=False => generated 2375 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1886] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1887] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/networks/78348bea-0db1-4803-baa1-e44ea73b817f?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: 910/1888] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/networks/78348bea-0db1-4803-baa1-e44ea73b817f?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: 911/1889] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => 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: 979/1890] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/security-groups?tenant_id=7ba26609915b4f6fadf844d715e7eb18&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1891] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:57 2026] DELETE /v2.0/security-groups/5c8b17de-33ba-449f-81dc-c7516ae09ae9 => 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: 980/1892] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:48:57 2026] GET /v2.0/security-groups?tenant_id=91b0c4f4d54749b588094455720b071b&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1893] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:48:58 2026] DELETE /v2.0/security-groups/8d0ff116-bb66-49db-8137-0971e912ff0f => 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: 981/1894] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1467 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1895] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=340c9761-3bf3-4e90-8653-b6b78d75ec64 => 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: 982/1896] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A338&port_id=340c9761-3bf3-4e90-8653-b6b78d75ec64 => 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: 915/1897] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f&id=b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 1408 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1898] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&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: 7|app: 0|req: 984/1899] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1900] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1901] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => 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: 987/1902] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:48:58 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:48:58.689 8 INFO neutron.db.segments_db [None req-a2f1b6bc-c6f1-41d1-b509-c66ccdf82041 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Added segment 91f17f02-3c04-4e65-9945-d0e5e3c83ecc of type vxlan for network bd0e8c37-24db-4caf-8382-ff4b22fbd86f [pid: 8|app: 0|req: 916/1903] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:58 2026] POST /v2.0/networks => generated 631 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1904] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:48:58 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:59.179 8 INFO neutron.db.segments_db [None req-369d1389-0aa2-43f9-a40b-a2965bfdf62f 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Added segment 5778162a-71e9-45a3-a2a8-37412fabcf16 of type vxlan for network 6e86ed13-6e9c-497c-acfe-b5a743a88029 [pid: 8|app: 0|req: 917/1905] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:59 2026] POST /v2.0/networks => generated 632 bytes in 150 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: 918/1906] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:48:59 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => 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: 989/1907] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:48:59 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:48:59.684 8 INFO neutron.db.segments_db [None req-6ebbf98b-8ac2-4018-a1bf-87a68a40f2d7 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Added segment a3838a18-f5f6-43a9-a431-1da2c49fd583 of type vxlan for network ab51a7c2-ace9-429c-97b1-b65d383fb76b [pid: 8|app: 0|req: 919/1908] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:48:59 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 990/1909] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:48:59 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:00.178 8 INFO neutron.db.segments_db [None req-2182689e-1d91-4b56-b4ab-cdcb7d7dfef3 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Added segment 8ed3fd6d-9802-49cf-a24e-60b32a64be6f of type vxlan for network de5005c0-d940-4d7f-8d63-ec9414f1f93b [pid: 8|app: 0|req: 920/1910] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:00 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 991/1911] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:49:00 2026] POST /v2.0/ports => generated 743 bytes in 380 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: 921/1912] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:00 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:00.760 7 INFO neutron.db.segments_db [None req-edac809e-a1cb-4bc5-9080-c39c7eb00564 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Added segment 5e95f922-d347-4ef3-b8f1-d12f2124750c of type vxlan for network dccbc2c7-8c5e-4eb7-ac5b-2307e2384429 [pid: 7|app: 0|req: 992/1913] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:00 2026] POST /v2.0/networks => generated 632 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1914] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:49:00 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1915] 10.0.0.124 () {34 vars in 747 bytes} [Tue Apr 28 08:49:01 2026] PUT /v2.0/ports/407e8014-07e8-45e8-b924-29f42663fd0a/tags => generated 17 bytes in 75 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 923/1916] 10.0.0.124 () {34 vars in 747 bytes} [Tue Apr 28 08:49:01 2026] PUT /v2.0/ports/19b0f1bd-664f-436b-8346-9f8f12c6c9d8/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 994/1917] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1918] 10.0.0.124 () {34 vars in 747 bytes} [Tue Apr 28 08:49:01 2026] PUT /v2.0/ports/d1276d51-84a8-48f3-b18e-1567d0d9f517/tags => generated 34 bytes in 85 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: 995/1919] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1920] 10.0.0.124 () {34 vars in 747 bytes} [Tue Apr 28 08:49:01 2026] PUT /v2.0/ports/31fea82a-2ec2-4591-87b7-76583cf00d4e/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 996/1921] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/networks?id=78348bea-0db1-4803-baa1-e44ea73b817f => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1922] 10.0.0.124 () {32 vars in 660 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1923] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => 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: 928/1924] 10.0.0.124 () {32 vars in 674 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1925] 10.0.0.124 () {32 vars in 670 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1926] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:49:01 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1927] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:49:01 2026] POST /v2.0/ports => generated 958 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 931/1928] 10.0.0.124 () {32 vars in 668 bytes} [Tue Apr 28 08:49:02 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1929] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:49:02 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1930] 10.0.0.124 () {32 vars in 678 bytes} [Tue Apr 28 08:49:02 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: 934/1931] 10.0.0.124 () {32 vars in 690 bytes} [Tue Apr 28 08:49:02 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:02.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-122b8ac7-ecbe-411c-9340-e6ffc82463a2 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] TaaS: Handle Delete Port: 407e8014-07e8-45e8-b924-29f42663fd0a 2026-04-28 08:49:02.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-122b8ac7-ecbe-411c-9340-e6ffc82463a2 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Tap Mirror: Handle Delete Port: 407e8014-07e8-45e8-b924-29f42663fd0a [pid: 8|app: 0|req: 935/1932] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:02 2026] DELETE /v2.0/ports/407e8014-07e8-45e8-b924-29f42663fd0a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1933] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:49:02 2026] PUT /v2.0/ports/548d3bdd-29c8-4014-93f6-028b6675ddc3 => generated 1239 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:02.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b61b1544-e759-4026-a4f5-217406386c0e'] response: {'name': 'network-changed', 'server_uuid': '20fefb6f-5865-49d4-8683-3e2180fb9930', 'tag': '548d3bdd-29c8-4014-93f6-028b6675ddc3', 'status': 'completed', 'code': 200} 2026-04-28 08:49:02.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-89b29935-f2db-4adc-9dc2-61c4eb8ddca4 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] TaaS: Handle Delete Port: 19b0f1bd-664f-436b-8346-9f8f12c6c9d8 2026-04-28 08:49:02.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89b29935-f2db-4adc-9dc2-61c4eb8ddca4 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Tap Mirror: Handle Delete Port: 19b0f1bd-664f-436b-8346-9f8f12c6c9d8 [pid: 8|app: 0|req: 936/1934] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:02 2026] DELETE /v2.0/ports/19b0f1bd-664f-436b-8346-9f8f12c6c9d8 => generated 0 bytes in 269 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-28 08:49:02.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-52adbc40-439b-4e95-94d2-d2ebd1fb1d9e 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] TaaS: Handle Delete Port: d1276d51-84a8-48f3-b18e-1567d0d9f517 2026-04-28 08:49:02.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52adbc40-439b-4e95-94d2-d2ebd1fb1d9e 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Tap Mirror: Handle Delete Port: d1276d51-84a8-48f3-b18e-1567d0d9f517 [pid: 8|app: 0|req: 937/1935] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:02 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1936] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:02 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1937] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:02 2026] DELETE /v2.0/ports/d1276d51-84a8-48f3-b18e-1567d0d9f517 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:03.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-221ee290-f4fe-43ac-859b-31dff07c356d 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] TaaS: Handle Delete Port: 31fea82a-2ec2-4591-87b7-76583cf00d4e 2026-04-28 08:49:03.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-221ee290-f4fe-43ac-859b-31dff07c356d 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Tap Mirror: Handle Delete Port: 31fea82a-2ec2-4591-87b7-76583cf00d4e [pid: 7|app: 0|req: 1000/1938] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:49:03 2026] GET /v2.0/ports?tenant_id=4f201b3fd864451aaa3a0b94c437fe3b&device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1939] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:03 2026] DELETE /v2.0/ports/31fea82a-2ec2-4591-87b7-76583cf00d4e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1940] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:49:03 2026] GET /v2.0/networks?tenant_id=4f201b3fd864451aaa3a0b94c437fe3b&shared=False => generated 773 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1941] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:49:03 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-28 08:49:03.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-83cc9872-9cb7-455d-8588-79b741a8b2ad 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] TaaS: Handle Delete Port: 4b911ea2-877e-400a-8622-21a40a74fa5c 2026-04-28 08:49:03.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83cc9872-9cb7-455d-8588-79b741a8b2ad 3ae8c936378a47659f71b0f59064ade4 6321aaebe3ea459c8d3b4876fc97e919 - - default default] Tap Mirror: Handle Delete Port: 4b911ea2-877e-400a-8622-21a40a74fa5c [pid: 8|app: 0|req: 940/1942] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:03 2026] DELETE /v2.0/ports/4b911ea2-877e-400a-8622-21a40a74fa5c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:03.536 7 INFO neutron.services.segments.plugin [-] Segment 91f17f02-3c04-4e65-9945-d0e5e3c83ecc resource provider aggregate not found 2026-04-28 08:49:03.558 7 INFO neutron.services.segments.plugin [-] Segment 91f17f02-3c04-4e65-9945-d0e5e3c83ecc resource provider aggregate not found 2026-04-28 08:49:03.565 7 INFO neutron.services.segments.plugin [-] Segment 91f17f02-3c04-4e65-9945-d0e5e3c83ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f17f02-3c04-4e65-9945-d0e5e3c83ecc found for delete ", "request_id": "req-fa801e68-dd29-4d23-91d6-22d7810fe2b9"}]} 2026-04-28 08:49:03.582 7 INFO neutron.services.segments.plugin [-] Segment 91f17f02-3c04-4e65-9945-d0e5e3c83ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f17f02-3c04-4e65-9945-d0e5e3c83ecc found for delete ", "request_id": "req-dfb7c2b7-929e-4aff-a1ab-7de3287fa356"}]} [pid: 7|app: 0|req: 1003/1943] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:03 2026] DELETE /v2.0/networks/bd0e8c37-24db-4caf-8382-ff4b22fbd86f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:03.734 8 INFO neutron.services.segments.plugin [-] Segment 5778162a-71e9-45a3-a2a8-37412fabcf16 resource provider aggregate not found 2026-04-28 08:49:03.737 8 INFO neutron.services.segments.plugin [-] Segment 5778162a-71e9-45a3-a2a8-37412fabcf16 resource provider aggregate not found 2026-04-28 08:49:03.749 8 INFO neutron.services.segments.plugin [-] Segment 5778162a-71e9-45a3-a2a8-37412fabcf16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5778162a-71e9-45a3-a2a8-37412fabcf16 found for delete ", "request_id": "req-73657615-b95c-4dee-b8d7-12a7fb7c5816"}]} 2026-04-28 08:49:03.755 8 INFO neutron.services.segments.plugin [-] Segment 5778162a-71e9-45a3-a2a8-37412fabcf16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5778162a-71e9-45a3-a2a8-37412fabcf16 found for delete ", "request_id": "req-cd35eff7-d478-4d94-b98f-eec8f9ecf10e"}]} [pid: 8|app: 0|req: 941/1944] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:03 2026] DELETE /v2.0/networks/6e86ed13-6e9c-497c-acfe-b5a743a88029 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1945] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:03 2026] DELETE /v2.0/networks/ab51a7c2-ace9-429c-97b1-b65d383fb76b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1946] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:03 2026] DELETE /v2.0/networks/de5005c0-d940-4d7f-8d63-ec9414f1f93b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1947] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 973 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1948] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&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: 943/1949] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:04 2026] DELETE /v2.0/networks/dccbc2c7-8c5e-4eb7-ac5b-2307e2384429 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1950] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/ports?tenant_id=4f201b3fd864451aaa3a0b94c437fe3b&device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1951] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=548d3bdd-29c8-4014-93f6-028b6675ddc3 => 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: 1008/1952] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/subnets?id=f17e94c8-6635-4f5a-b420-c49a8712bb75 => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1953] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/ports?network_id=78348bea-0db1-4803-baa1-e44ea73b817f&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1954] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/networks/78348bea-0db1-4803-baa1-e44ea73b817f?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: 946/1955] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:49:04 2026] GET /v2.0/networks/78348bea-0db1-4803-baa1-e44ea73b817f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1956] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:05 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1957] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:05 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1958] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:05 2026] GET /v2.0/security-groups?tenant_id=56400a8cdc9248c0a92e6fdfa5666eaa&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:05.589 7 INFO neutron.services.segments.plugin [-] Segment a3838a18-f5f6-43a9-a431-1da2c49fd583 resource provider aggregate not found 2026-04-28 08:49:05.604 7 INFO neutron.services.segments.plugin [-] Segment a3838a18-f5f6-43a9-a431-1da2c49fd583 resource provider aggregate not found 2026-04-28 08:49:05.608 7 INFO neutron.services.segments.plugin [-] Segment a3838a18-f5f6-43a9-a431-1da2c49fd583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3838a18-f5f6-43a9-a431-1da2c49fd583 found for delete ", "request_id": "req-c1178702-336a-4389-a594-bfb285109b9d"}]} 2026-04-28 08:49:05.630 7 INFO neutron.services.segments.plugin [-] Segment a3838a18-f5f6-43a9-a431-1da2c49fd583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3838a18-f5f6-43a9-a431-1da2c49fd583 found for delete ", "request_id": "req-7841e3c0-a98b-4c7d-932d-6203a6c3339f"}]} [pid: 8|app: 0|req: 949/1959] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:05 2026] DELETE /v2.0/security-groups/c9765582-174b-48ff-8dc0-b862d2291ff1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:05.770 8 INFO neutron.services.segments.plugin [-] Segment 8ed3fd6d-9802-49cf-a24e-60b32a64be6f resource provider aggregate not found [pid: 7|app: 0|req: 1011/1960] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:05 2026] GET /v2.0/security-groups?tenant_id=6321aaebe3ea459c8d3b4876fc97e919&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:05.779 8 INFO neutron.services.segments.plugin [-] Segment 8ed3fd6d-9802-49cf-a24e-60b32a64be6f resource provider aggregate not found 2026-04-28 08:49:05.794 8 INFO neutron.services.segments.plugin [-] Segment 8ed3fd6d-9802-49cf-a24e-60b32a64be6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ed3fd6d-9802-49cf-a24e-60b32a64be6f found for delete ", "request_id": "req-703aeea4-9638-4b05-9964-1fd092c351b7"}]} 2026-04-28 08:49:05.800 8 INFO neutron.services.segments.plugin [-] Segment 8ed3fd6d-9802-49cf-a24e-60b32a64be6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ed3fd6d-9802-49cf-a24e-60b32a64be6f found for delete ", "request_id": "req-a166ba6f-6166-41c2-b172-96a8d815a73b"}]} 2026-04-28 08:49:05.818 8 INFO neutron.services.segments.plugin [-] Segment 5e95f922-d347-4ef3-b8f1-d12f2124750c resource provider aggregate not found 2026-04-28 08:49:05.826 8 INFO neutron.services.segments.plugin [-] Segment 5e95f922-d347-4ef3-b8f1-d12f2124750c resource provider aggregate not found 2026-04-28 08:49:05.843 8 INFO neutron.services.segments.plugin [-] Segment 5e95f922-d347-4ef3-b8f1-d12f2124750c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e95f922-d347-4ef3-b8f1-d12f2124750c found for delete ", "request_id": "req-ba87acfa-6cac-4318-99a8-6c5b5b0941bc"}]} 2026-04-28 08:49:05.846 8 INFO neutron.services.segments.plugin [-] Segment 5e95f922-d347-4ef3-b8f1-d12f2124750c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e95f922-d347-4ef3-b8f1-d12f2124750c found for delete ", "request_id": "req-cb28958e-9402-4d26-b86f-ceeda4e298dd"}]} [pid: 8|app: 0|req: 950/1961] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:05 2026] DELETE /v2.0/security-groups/a1b9e475-a771-4ff3-b12b-90ab48930b59 => 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: 1012/1962] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:06 2026] GET /v2.0/security-groups?tenant_id=a252304318f449ae84f95c4269347596&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1963] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:06 2026] DELETE /v2.0/security-groups/69069141-48d7-47bb-afac-dc930042c45f => 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: 1013/1964] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:06 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1965] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:06 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&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: 1014/1966] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:06 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1200 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1967] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:07 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1970] 10.0.0.124 () {32 vars in 818 bytes} [Tue Apr 28 08:49:07 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&mac_address=fa%3A16%3A3e%3A36%3A92%3A67 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1971] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:07 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1972] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:07 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:08.073 8 INFO neutron.db.l3_db [None req-75937f71-fd6b-4e8e-9c61-a1736140a5d6 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Floating IP 05c0339d-3b80-4c7c-ac2f-3cfc84992769 associated. External IP: 10.96.250.216, port: 340c9761-3bf3-4e90-8653-b6b78d75ec64. [pid: 8|app: 0|req: 956/1973] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:49:07 2026] POST /v2.0/floatingips => generated 855 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:08.426 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca3066b0-f0fe-46fb-8108-150d86f08901'] response: {'name': 'network-changed', 'server_uuid': 'e7d2862e-d49c-437f-bbf6-93eb55824b54', 'tag': '340c9761-3bf3-4e90-8653-b6b78d75ec64', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1018/1974] 10.0.0.82 () {34 vars in 1093 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-535242183&fields=id&tenant_id=54251d35067240aea3a44569651d174f => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1975] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1976] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/quotas/54251d35067240aea3a44569651d174f => 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: 958/1977] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&fields=id => generated 333 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1978] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1021/1979] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 959/1980] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1981] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1982] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1983] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => 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: 1023/1984] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:49:08 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1985] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=340c9761-3bf3-4e90-8653-b6b78d75ec64 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1986] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A338&port_id=340c9761-3bf3-4e90-8653-b6b78d75ec64 => 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: 963/1987] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f&id=b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 1408 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1988] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&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: 964/1989] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1990] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1991] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:49:09 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1992] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:10 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1993] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:10 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&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: 1028/1994] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:10 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1995] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:10 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&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-28 08:49:10.679 8 INFO neutron.db.segments_db [None req-e41c3838-26d1-4694-aa2a-62d50287a374 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Added segment ddf28944-d18a-4b5f-8672-8289741874d5 of type vxlan for network 71dab6d1-2414-4641-a506-4e5841a53a2a 2026-04-28 08:49:10.941 8 INFO neutron.db.l3_hamode_db [None req-e41c3838-26d1-4694-aa2a-62d50287a374 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:49:11.066 8 INFO neutron.db.l3_hamode_db [None req-e41c3838-26d1-4694-aa2a-62d50287a374 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 967/1996] 10.0.0.124 () {34 vars in 668 bytes} [Tue Apr 28 08:49:10 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: 7|app: 0|req: 1030/1997] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:11 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:11.703 8 INFO neutron.db.l3_hamode_db [None req-d5c0dd3b-2709-4b6b-a431-229bd2595a25 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1031/1998] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:11 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:11.830 8 INFO neutron.db.l3_hamode_db [None req-d5c0dd3b-2709-4b6b-a431-229bd2595a25 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 968/1999] 10.0.0.124 () {34 vars in 668 bytes} [Tue Apr 28 08:49:11 2026] POST /v2.0/routers => generated 474 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:12.493 7 INFO neutron.db.l3_hamode_db [None req-fc5ff1a7-c590-4f78-820b-b2f8cdb3afe0 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:49:12.599 7 INFO neutron.db.l3_hamode_db [None req-fc5ff1a7-c590-4f78-820b-b2f8cdb3afe0 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 969/2000] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:12 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2001] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:12 2026] GET /v2.0/security-groups?id=e603d357-e80d-4a52-8bec-669652c156ac&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: 971/2002] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:49:12 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:13.052 8 INFO neutron_taas.services.taas.taas_plugin [req-b47c6780-7877-4792-80b2-8c0c589d9101 req-211e7c76-9387-4cf4-9f9a-84743ec120ed 15e9aee493664c83aa5576faec305dad 4f201b3fd864451aaa3a0b94c437fe3b - - default default] TaaS: Handle Delete Port: 548d3bdd-29c8-4014-93f6-028b6675ddc3 2026-04-28 08:49:13.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b47c6780-7877-4792-80b2-8c0c589d9101 req-211e7c76-9387-4cf4-9f9a-84743ec120ed 15e9aee493664c83aa5576faec305dad 4f201b3fd864451aaa3a0b94c437fe3b - - default default] Tap Mirror: Handle Delete Port: 548d3bdd-29c8-4014-93f6-028b6675ddc3 [pid: 7|app: 0|req: 1032/2003] 10.0.0.124 () {34 vars in 668 bytes} [Tue Apr 28 08:49:12 2026] POST /v2.0/routers => generated 474 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:13.175 7 INFO neutron.db.l3_hamode_db [None req-ec86ce99-57d1-41ba-b5e4-ddb547b57176 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 972/2004] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:49:12 2026] DELETE /v2.0/ports/548d3bdd-29c8-4014-93f6-028b6675ddc3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:13.236 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2288f1c6-df70-4c06-b17e-dc0c94250f86'] response: {'server_uuid': '20fefb6f-5865-49d4-8683-3e2180fb9930', 'name': 'network-vif-deleted', 'tag': '548d3bdd-29c8-4014-93f6-028b6675ddc3', 'status': 'completed', 'code': 200} 2026-04-28 08:49:13.303 7 INFO neutron.db.l3_hamode_db [None req-ec86ce99-57d1-41ba-b5e4-ddb547b57176 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 973/2005] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:49:13 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 704 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2006] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:49:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=54251d35067240aea3a44569651d174f => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2007] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:49:13 2026] POST /v2.0/ports => generated 1187 bytes in 415 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: 1033/2008] 10.0.0.124 () {34 vars in 668 bytes} [Tue Apr 28 08:49:13 2026] POST /v2.0/routers => generated 474 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:13.956 7 INFO neutron.db.l3_hamode_db [None req-ce1bb166-acea-4200-8da9-1b5e5c787281 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:49:14.069 7 INFO neutron.db.l3_hamode_db [None req-ce1bb166-acea-4200-8da9-1b5e5c787281 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 976/2009] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:49:13 2026] PUT /v2.0/ports/47051c93-b4a0-4b65-8f15-679586de1457 => generated 1468 bytes in 479 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: 977/2010] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:14 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => 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: 978/2011] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:14 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1202 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2012] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:14 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2013] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:49:14 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2014] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:14 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2015] 10.0.0.124 () {34 vars in 668 bytes} [Tue Apr 28 08:49:13 2026] POST /v2.0/routers => generated 474 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2016] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:49:14 2026] PUT /v2.0/routers/b4173f76-ff52-4273-80bc-c2549a2d47cb/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2017] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:49:14 2026] PUT /v2.0/routers/f98ad1e9-6cac-44d1-b5a3-0a344f2a880c/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2018] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:49:14 2026] PUT /v2.0/routers/262a244e-1e4b-4a39-96fd-10bedeb7e541/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2019] 10.0.0.124 () {34 vars in 751 bytes} [Tue Apr 28 08:49:15 2026] PUT /v2.0/routers/a0601f77-2773-4f67-9334-797ec84dc218/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2020] 10.0.0.124 () {32 vars in 664 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:15.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d01d4110-7298-4d06-ad0e-34f360fb70d5'] response: {'name': 'network-changed', 'server_uuid': '13a17597-0c22-4e00-8617-c8ab37edf381', 'tag': '47051c93-b4a0-4b65-8f15-679586de1457', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1037/2021] 10.0.0.124 () {32 vars in 678 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2022] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2023] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 1040/2024] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/ports?device_id=20fefb6f-5865-49d4-8683-3e2180fb9930 => 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: 985/2025] 10.0.0.124 () {32 vars in 674 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2026] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A378&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 1042/2027] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/subnets?id=2075ef15-7235-4053-ba99-cd8353b451d1&id=a30c78a8-ffde-47df-b512-cef987d20426 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2028] 10.0.0.124 () {32 vars in 686 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2029] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2030] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2031] 10.0.0.124 () {32 vars in 672 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2032] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 988/2033] 10.0.0.124 () {32 vars in 686 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2034] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 989/2035] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2036] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:49:15 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: 8|app: 0|req: 990/2037] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:49:15 2026] GET /v2.0/routers/b4173f76-ff52-4273-80bc-c2549a2d47cb => generated 485 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2038] 10.0.0.124 () {34 vars in 742 bytes} [Tue Apr 28 08:49:16 2026] PUT /v2.0/routers/b4173f76-ff52-4273-80bc-c2549a2d47cb => generated 485 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2039] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:49:16 2026] GET /v2.0/ports?device_id=b4173f76-ff52-4273-80bc-c2549a2d47cb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:16.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-159f3fb6-d480-4ac4-9437-dc30bdcbf0b4 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] TaaS: Handle Delete Port: 5f3a3dcf-497d-4091-a613-598c5d8df10b 2026-04-28 08:49:16.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-159f3fb6-d480-4ac4-9437-dc30bdcbf0b4 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Tap Mirror: Handle Delete Port: 5f3a3dcf-497d-4091-a613-598c5d8df10b 2026-04-28 08:49:16.929 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd07a202-cd5b-4aec-a513-49107c0f16db d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: e7126e8f-c3ec-4acc-9ad6-522aabc4795c 2026-04-28 08:49:16.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd07a202-cd5b-4aec-a513-49107c0f16db d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: e7126e8f-c3ec-4acc-9ad6-522aabc4795c [pid: 7|app: 0|req: 1050/2040] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:16 2026] DELETE /v2.0/routers/b4173f76-ff52-4273-80bc-c2549a2d47cb => generated 0 bytes in 436 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2041] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2042] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/routers/f98ad1e9-6cac-44d1-b5a3-0a344f2a880c => generated 493 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2043] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 799 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2044] 10.0.0.124 () {34 vars in 742 bytes} [Tue Apr 28 08:49:17 2026] PUT /v2.0/routers/f98ad1e9-6cac-44d1-b5a3-0a344f2a880c => generated 493 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2045] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 1056/2046] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/ports?device_id=f98ad1e9-6cac-44d1-b5a3-0a344f2a880c => 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: 1057/2047] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A378&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 991/2048] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:49:16 2026] PUT /v2.0/routers/7b020346-1384-4081-a21d-4cff4aceb1a6/remove_router_interface => generated 309 bytes in 1473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2049] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:49:17 2026] GET /v2.0/subnets?id=2075ef15-7235-4053-ba99-cd8353b451d1&id=a30c78a8-ffde-47df-b512-cef987d20426 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:18.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d729c36-6d6c-4d75-823f-02fed90f25f0 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] TaaS: Handle Delete Port: 58c9f837-0155-415b-b3d5-07b987eeeb2b 2026-04-28 08:49:18.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d729c36-6d6c-4d75-823f-02fed90f25f0 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Tap Mirror: Handle Delete Port: 58c9f837-0155-415b-b3d5-07b987eeeb2b [pid: 7|app: 0|req: 1058/2050] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:17 2026] DELETE /v2.0/routers/f98ad1e9-6cac-44d1-b5a3-0a344f2a880c => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:18.232 8 INFO neutron_taas.services.taas.taas_plugin [None req-d512d5af-fd6e-478f-bd90-9b202934ee58 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 6325a055-07bb-4980-ad50-599436486481 2026-04-28 08:49:18.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d512d5af-fd6e-478f-bd90-9b202934ee58 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 6325a055-07bb-4980-ad50-599436486481 [pid: 7|app: 0|req: 1059/2051] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:18 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2052] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:49:18 2026] GET /v2.0/routers/262a244e-1e4b-4a39-96fd-10bedeb7e541 => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2053] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:18 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:18.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-d512d5af-fd6e-478f-bd90-9b202934ee58 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: d314a6c2-1e61-4ad6-ba32-1b27aadcba38 2026-04-28 08:49:18.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d512d5af-fd6e-478f-bd90-9b202934ee58 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: d314a6c2-1e61-4ad6-ba32-1b27aadcba38 [pid: 7|app: 0|req: 1062/2054] 10.0.0.124 () {34 vars in 742 bytes} [Tue Apr 28 08:49:18 2026] PUT /v2.0/routers/262a244e-1e4b-4a39-96fd-10bedeb7e541 => generated 502 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2055] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:49:18 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1064/2056] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:49:18 2026] GET /v2.0/ports?device_id=262a244e-1e4b-4a39-96fd-10bedeb7e541 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:18.886 8 INFO neutron.services.segments.plugin [-] Segment 1a212cf3-3259-4ef9-b126-c8d264ba81c2 resource provider aggregate not found 2026-04-28 08:49:18.889 8 INFO neutron.services.segments.plugin [-] Segment 1a212cf3-3259-4ef9-b126-c8d264ba81c2 resource provider aggregate not found [pid: 7|app: 0|req: 1065/2057] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:49:18 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:18.911 8 INFO neutron.services.segments.plugin [-] Segment 1a212cf3-3259-4ef9-b126-c8d264ba81c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a212cf3-3259-4ef9-b126-c8d264ba81c2 found for delete ", "request_id": "req-ead53fe2-ef7c-4bf0-85f5-fd6cb906b9e4"}]} 2026-04-28 08:49:18.917 8 INFO neutron.services.segments.plugin [-] Segment 1a212cf3-3259-4ef9-b126-c8d264ba81c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a212cf3-3259-4ef9-b126-c8d264ba81c2 found for delete ", "request_id": "req-494ba9dd-50dd-4e02-90bf-1469c853dac0"}]} 2026-04-28 08:49:18.918 8 INFO neutron.db.l3_hamode_db [None req-d512d5af-fd6e-478f-bd90-9b202934ee58 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network 101a4604-8b42-438c-b462-fbe93c5935da was deleted as no HA routers are present in tenant 4f201b3fd864451aaa3a0b94c437fe3b. [pid: 8|app: 0|req: 993/2058] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:18 2026] DELETE /v2.0/routers/7b020346-1384-4081-a21d-4cff4aceb1a6 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:19.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-61310ca6-c171-4eea-8f5d-7f9d9e53fed4 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] TaaS: Handle Delete Port: f8f0f968-9705-481c-aa27-14ff98ac1678 2026-04-28 08:49:19.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61310ca6-c171-4eea-8f5d-7f9d9e53fed4 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Tap Mirror: Handle Delete Port: f8f0f968-9705-481c-aa27-14ff98ac1678 [pid: 8|app: 0|req: 994/2059] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:18 2026] DELETE /v2.0/subnets/f17e94c8-6635-4f5a-b420-c49a8712bb75 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2060] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:18 2026] DELETE /v2.0/routers/262a244e-1e4b-4a39-96fd-10bedeb7e541 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:19.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1b7c94d-328c-49b0-839a-db4f66f55e4a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: ed2f7667-8bda-444a-b695-979eeca0595f [pid: 7|app: 0|req: 1067/2061] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:49:19 2026] GET /v2.0/routers/a0601f77-2773-4f67-9334-797ec84dc218 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:19.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1b7c94d-328c-49b0-839a-db4f66f55e4a d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: ed2f7667-8bda-444a-b695-979eeca0595f [pid: 8|app: 0|req: 995/2062] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:19 2026] DELETE /v2.0/networks/78348bea-0db1-4803-baa1-e44ea73b817f => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2063] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:19 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2064] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:19 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2065] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:19 2026] GET /v2.0/security-groups?tenant_id=4f201b3fd864451aaa3a0b94c437fe3b&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2066] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:19 2026] DELETE /v2.0/security-groups/e603d357-e80d-4a52-8bec-669652c156ac => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2067] 10.0.0.124 () {34 vars in 742 bytes} [Tue Apr 28 08:49:19 2026] PUT /v2.0/routers/a0601f77-2773-4f67-9334-797ec84dc218 => generated 487 bytes in 653 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.124 () {32 vars in 736 bytes} [Tue Apr 28 08:49:19 2026] GET /v2.0/ports?device_id=a0601f77-2773-4f67-9334-797ec84dc218 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:20.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8b83e91-3f07-4d2d-90ae-bbdabef19fd6 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] TaaS: Handle Delete Port: f5d95f90-7a7e-46e0-ac99-d9d1b7ba7a1d 2026-04-28 08:49:20.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8b83e91-3f07-4d2d-90ae-bbdabef19fd6 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Tap Mirror: Handle Delete Port: f5d95f90-7a7e-46e0-ac99-d9d1b7ba7a1d [pid: 7|app: 0|req: 1069/2069] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:19 2026] DELETE /v2.0/routers/a0601f77-2773-4f67-9334-797ec84dc218 => generated 0 bytes in 444 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2070] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:49:20 2026] GET /v2.0/routers/0741a678-5f8f-4759-88b4-d7e38b92a623 => generated 480 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:20.932 8 INFO neutron.services.segments.plugin [-] Segment 9288f66f-7410-4195-b677-2077389a6c17 resource provider aggregate not found 2026-04-28 08:49:20.937 8 INFO neutron.services.segments.plugin [-] Segment 9288f66f-7410-4195-b677-2077389a6c17 resource provider aggregate not found 2026-04-28 08:49:20.952 8 INFO neutron.services.segments.plugin [-] Segment 9288f66f-7410-4195-b677-2077389a6c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9288f66f-7410-4195-b677-2077389a6c17 found for delete ", "request_id": "req-56a27b0a-429f-4484-864f-36ed99741b15"}]} 2026-04-28 08:49:20.965 8 INFO neutron.services.segments.plugin [-] Segment 9288f66f-7410-4195-b677-2077389a6c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9288f66f-7410-4195-b677-2077389a6c17 found for delete ", "request_id": "req-df98a5b1-d21c-4172-aae6-7b8943596d76"}]} [pid: 7|app: 0|req: 1070/2071] 10.0.0.124 () {34 vars in 742 bytes} [Tue Apr 28 08:49:20 2026] PUT /v2.0/routers/0741a678-5f8f-4759-88b4-d7e38b92a623 => generated 480 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2072] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:49:21 2026] GET /v2.0/ports?device_id=0741a678-5f8f-4759-88b4-d7e38b92a623 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:21.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-00ebc915-70c8-4484-9b7c-07c072a9e0c8 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] TaaS: Handle Delete Port: 23deb1f2-4afa-49ba-b7a3-aa79585f3f03 2026-04-28 08:49:21.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00ebc915-70c8-4484-9b7c-07c072a9e0c8 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] Tap Mirror: Handle Delete Port: 23deb1f2-4afa-49ba-b7a3-aa79585f3f03 2026-04-28 08:49:21.754 7 INFO neutron.services.segments.plugin [-] Segment ddf28944-d18a-4b5f-8672-8289741874d5 resource provider aggregate not found 2026-04-28 08:49:21.769 7 INFO neutron.services.segments.plugin [-] Segment ddf28944-d18a-4b5f-8672-8289741874d5 resource provider aggregate not found 2026-04-28 08:49:21.777 7 INFO neutron.services.segments.plugin [-] Segment ddf28944-d18a-4b5f-8672-8289741874d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddf28944-d18a-4b5f-8672-8289741874d5 found for delete ", "request_id": "req-e81bb033-756d-4755-be78-cf9db6a5fcdb"}]} 2026-04-28 08:49:21.799 7 INFO neutron.db.l3_hamode_db [None req-00ebc915-70c8-4484-9b7c-07c072a9e0c8 65d311a77aa1459e985e33ef32b0d8b1 cc4b0dfd69be4f229c5eb37f033db1c1 - - default default] HA network 71dab6d1-2414-4641-a506-4e5841a53a2a was deleted as no HA routers are present in tenant cc4b0dfd69be4f229c5eb37f033db1c1. 2026-04-28 08:49:21.811 7 INFO neutron.services.segments.plugin [-] Segment ddf28944-d18a-4b5f-8672-8289741874d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddf28944-d18a-4b5f-8672-8289741874d5 found for delete ", "request_id": "req-76acb02c-bf8b-4b47-b6c9-2ec90bb0dadb"}]} [pid: 7|app: 0|req: 1071/2073] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:21 2026] DELETE /v2.0/routers/0741a678-5f8f-4759-88b4-d7e38b92a623 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2076] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:22 2026] GET /v2.0/security-groups?tenant_id=494f386ef7ff40f6ad7062c586c4c2fa&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2077] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:23 2026] DELETE /v2.0/security-groups/2f0088f0-5e9c-4934-8a7e-7f92e4e29e2e => 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: 1074/2078] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:23 2026] GET /v2.0/security-groups?tenant_id=cc4b0dfd69be4f229c5eb37f033db1c1&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: 1005/2079] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:23 2026] DELETE /v2.0/security-groups/3cba4b29-ae8e-4013-8f54-47374354f57c => 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: 1075/2080] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:23 2026] GET /v2.0/security-groups?tenant_id=3cd1e6a23c5145159d65570dbf3c4f3e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2081] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:23 2026] DELETE /v2.0/security-groups/84b65b61-8155-4b90-9c06-883eb4b4c498 => 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: 1076/2082] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:24 2026] GET /v2.0/security-groups?tenant_id=e96610c835b44d57bc29cab9e555a4b5&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2083] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:24 2026] DELETE /v2.0/security-groups/aecf451c-6c3e-40ed-83dd-8e26a662b1f1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2084] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:49:24 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2085] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:24 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2086] 10.0.0.124 () {32 vars in 818 bytes} [Tue Apr 28 08:49:24 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&mac_address=fa%3A16%3A3e%3A7c%3A6b%3Aea => generated 1204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2087] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:24 2026] GET /v2.0/security-groups?tenant_id=eda7d42c13014bc9b9786b8d45f1d686&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2088] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:24 2026] DELETE /v2.0/security-groups/9862fcfc-1c13-49bd-b353-b04c31277c8e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:25.650 7 INFO neutron.db.l3_db [None req-1847070d-a8aa-4fc4-b96e-5553ef0239e0 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Floating IP 86ece65a-9b51-4bf0-8852-8e215faf761d associated. External IP: 10.96.250.220, port: 47051c93-b4a0-4b65-8f15-679586de1457. [pid: 7|app: 0|req: 1080/2089] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:49:24 2026] POST /v2.0/floatingips => generated 855 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:26.060 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46385e2b-2666-44e6-bad6-29f51a9a8f91'] response: {'name': 'network-changed', 'server_uuid': '13a17597-0c22-4e00-8617-c8ab37edf381', 'tag': '47051c93-b4a0-4b65-8f15-679586de1457', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1010/2090] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2091] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2092] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2093] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A378&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 1012/2094] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/subnets?id=2075ef15-7235-4053-ba99-cd8353b451d1&id=a30c78a8-ffde-47df-b512-cef987d20426 => generated 1415 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2095] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&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: 1013/2096] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2097] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:49:26 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2098] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:49:27 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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) 2026-04-28 08:49:27.542 7 INFO neutron.db.segments_db [None req-3f4dd698-27bb-446b-a63f-13d7c071adb7 9b9e4e1ac1e846d18012fbeeba689a8c bf94cfc0c34942d4806b5da35b6e95a3 - - default default] Added segment 5b2bac63-bd29-4107-89e4-227f55b30106 of type vxlan for network b7b99110-9e53-4eed-8ff4-4f57ea213273 [pid: 7|app: 0|req: 1085/2099] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:27 2026] POST /v2.0/networks => generated 632 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2100] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:49:27 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2101] 10.0.0.124 () {34 vars in 747 bytes} [Tue Apr 28 08:49:27 2026] PUT /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1016/2102] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1087/2103] 10.0.0.124 () {34 vars in 758 bytes} [Tue Apr 28 08:49:28 2026] PUT /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1017/2104] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1088/2105] 10.0.0.124 () {34 vars in 754 bytes} [Tue Apr 28 08:49:28 2026] PUT /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/red => generated 4 bytes in 93 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: 1018/2106] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1089/2107] 10.0.0.124 () {34 vars in 776 bytes} [Tue Apr 28 08:49:28 2026] PUT /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/black.or.white => generated 4 bytes in 104 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: 1019/2108] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 52 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1090/2109] 10.0.0.124 () {34 vars in 747 bytes} [Tue Apr 28 08:49:28 2026] PUT /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1020/2110] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 37 bytes in 44 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: 1091/2111] 10.0.0.124 () {32 vars in 735 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/red => generated 0 bytes in 59 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-28 08:49:28.881 8 INFO neutron.api.v2.resource [None req-75dbef69-d0b1-4c4d-864e-d0fd2baef3cc 9b9e4e1ac1e846d18012fbeeba689a8c bf94cfc0c34942d4806b5da35b6e95a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2112] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/green => generated 99 bytes in 59 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: 1092/2113] 10.0.0.124 () {32 vars in 738 bytes} [Tue Apr 28 08:49:28 2026] DELETE /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1022/2114] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 08:49:29.062 8 INFO neutron.api.v2.resource [None req-a1708121-b9bc-426d-8ac3-666b5af32385 9b9e4e1ac1e846d18012fbeeba689a8c bf94cfc0c34942d4806b5da35b6e95a3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2115] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:49:29 2026] DELETE /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags/green => generated 99 bytes in 55 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: 1024/2116] 10.0.0.124 () {32 vars in 730 bytes} [Tue Apr 28 08:49:29 2026] DELETE /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 0 bytes in 76 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1025/2117] 10.0.0.124 () {32 vars in 727 bytes} [Tue Apr 28 08:49:29 2026] GET /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202/tags => generated 12 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: 7|app: 0|req: 1093/2118] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:28 2026] GET /v2.0/security-groups?tenant_id=d07260c3b1844413b0086feaf4ac7e71&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:29.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-baf356e6-a80f-42aa-a1bb-487cb29048c7 9b9e4e1ac1e846d18012fbeeba689a8c bf94cfc0c34942d4806b5da35b6e95a3 - - default default] TaaS: Handle Delete Port: dbf3fbc5-9ea6-4c95-902f-0bdc82a63202 2026-04-28 08:49:29.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf356e6-a80f-42aa-a1bb-487cb29048c7 9b9e4e1ac1e846d18012fbeeba689a8c bf94cfc0c34942d4806b5da35b6e95a3 - - default default] Tap Mirror: Handle Delete Port: dbf3fbc5-9ea6-4c95-902f-0bdc82a63202 [pid: 7|app: 0|req: 1094/2119] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:29 2026] DELETE /v2.0/security-groups/832ff49f-e604-4d32-82a6-2e7a67e8fb58 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2120] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:29 2026] DELETE /v2.0/ports/dbf3fbc5-9ea6-4c95-902f-0bdc82a63202 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:29.528 7 INFO neutron.services.segments.plugin [-] Segment 5b2bac63-bd29-4107-89e4-227f55b30106 resource provider aggregate not found 2026-04-28 08:49:29.532 7 INFO neutron.services.segments.plugin [-] Segment 5b2bac63-bd29-4107-89e4-227f55b30106 resource provider aggregate not found 2026-04-28 08:49:29.545 7 INFO neutron.services.segments.plugin [-] Segment 5b2bac63-bd29-4107-89e4-227f55b30106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b2bac63-bd29-4107-89e4-227f55b30106 found for delete ", "request_id": "req-2cce49df-6039-4ec2-84f5-6756a8804138"}]} 2026-04-28 08:49:29.547 7 INFO neutron.services.segments.plugin [-] Segment 5b2bac63-bd29-4107-89e4-227f55b30106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b2bac63-bd29-4107-89e4-227f55b30106 found for delete ", "request_id": "req-60e18676-0fab-4e8d-8b17-a06c5f20da05"}]} [pid: 7|app: 0|req: 1095/2121] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:29 2026] DELETE /v2.0/networks/b7b99110-9e53-4eed-8ff4-4f57ea213273 => 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: 1027/2122] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:29 2026] GET /v2.0/security-groups?tenant_id=4521dc52d8204f8faf0d288caa5bdac6&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: 1096/2123] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:29 2026] DELETE /v2.0/security-groups/4e621462-bef8-4342-b3b7-2277df5cba83 => 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: 1028/2124] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:30 2026] GET /v2.0/security-groups?tenant_id=bf94cfc0c34942d4806b5da35b6e95a3&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2125] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:30 2026] DELETE /v2.0/security-groups/db9a3116-835e-4984-9fca-c79972cc3c1f => 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: 1029/2126] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:30 2026] GET /v2.0/security-groups?tenant_id=f2456124703c49cda2c9332b9e32f9bb&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2127] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:30 2026] DELETE /v2.0/security-groups/f4748ac8-4fc9-4c96-a530-9a7126202246 => 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: 1030/2128] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:32 2026] GET /v2.0/security-groups?tenant_id=e4c1c3ca30004344ae99a4c0a0d6962a&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2129] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:32 2026] DELETE /v2.0/security-groups/09d3bc38-6616-48f4-a832-a6d0c172a682 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:34.470 7 INFO neutron.db.segments_db [None req-070e4708-4c3a-4de1-ae6b-439fd1f3d092 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Added segment 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 of type vxlan for network 2c264b47-15d6-4bf1-a83d-0bb7553208b4 [pid: 8|app: 0|req: 1031/2130] 10.0.0.124 () {34 vars in 684 bytes} [Tue Apr 28 08:49:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2131] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:34 2026] POST /v2.0/networks => generated 649 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2132] 10.0.0.124 () {34 vars in 767 bytes} [Tue Apr 28 08:49:34 2026] PUT /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2133] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:34 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2134] 10.0.0.124 () {34 vars in 778 bytes} [Tue Apr 28 08:49:34 2026] PUT /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2135] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:34 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2136] 10.0.0.124 () {34 vars in 774 bytes} [Tue Apr 28 08:49:34 2026] PUT /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2137] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:34 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2138] 10.0.0.124 () {34 vars in 796 bytes} [Tue Apr 28 08:49:34 2026] PUT /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2139] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:49:34 2026] POST /v2.0/ports => generated 778 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2140] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:34 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 52 bytes in 28 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-28 08:49:34.938 7 INFO neutron.db.segments_db [None req-7782f80b-08d7-4aa0-93ec-90bba657f047 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Added segment 4a24d910-0a23-4e6f-95a2-4acf626afd2a of type vxlan for network 624e9cfe-d2eb-487a-8162-81dc4da60bf7 [pid: 8|app: 0|req: 1040/2141] 10.0.0.124 () {34 vars in 767 bytes} [Tue Apr 28 08:49:34 2026] PUT /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/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: 1041/2142] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:34 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2143] 10.0.0.124 () {32 vars in 755 bytes} [Tue Apr 28 08:49:34 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2144] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:34 2026] POST /v2.0/networks => generated 635 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:35.064 8 INFO neutron.api.v2.resource [None req-918d4d11-15c0-4a38-8e8d-28b683ae2e0e 1b58aa2723634b0082cf9f0527d9a607 ca10ea105a3c47c8932026ca9be0697a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1043/2145] 10.0.0.124 () {32 vars in 759 bytes} [Tue Apr 28 08:49:35 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2146] 10.0.0.124 () {32 vars in 758 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2147] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:35 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:35.196 8 INFO neutron.api.v2.resource [None req-5d4109ab-2df4-4c77-90c7-c0a08c55c53d 1b58aa2723634b0082cf9f0527d9a607 ca10ea105a3c47c8932026ca9be0697a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1046/2148] 10.0.0.124 () {32 vars in 762 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2149] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2150] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:49:35 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2151] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:35 2026] GET /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c/tags => 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: 1049/2152] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/security-groups/964e3ea0-3381-43e2-bf5e-3939ce5de24c => 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: 1104/2153] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:49:35 2026] POST /v2.0/ports => generated 965 bytes in 304 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-28 08:49:35.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-68aab2c5-e8f2-4a81-a675-d32c85bfb593 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] TaaS: Handle Delete Port: f449bf73-359e-4f9f-a0b4-6a7ec38201c6 2026-04-28 08:49:35.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68aab2c5-e8f2-4a81-a675-d32c85bfb593 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Tap Mirror: Handle Delete Port: f449bf73-359e-4f9f-a0b4-6a7ec38201c6 [pid: 7|app: 0|req: 1105/2154] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:49:35 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2155] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:49:35 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2156] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/ports/f449bf73-359e-4f9f-a0b4-6a7ec38201c6 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:35.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92bf61d5-777f-4d40-902c-690aadbe95ce 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2157] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/ports/f449bf73-359e-4f9f-a0b4-6a7ec38201c6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:49:35.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21943a59-94d8-44fe-848d-e49db4a7ab24 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/2158] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:49:35 2026] GET /v2.0/ports/f449bf73-359e-4f9f-a0b4-6a7ec38201c6 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2159] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:35 2026] DELETE /v2.0/subnets/67ce1358-d9a7-4479-b88d-9800535ea227 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2160] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:36 2026] GET /v2.0/security-groups?tenant_id=ca10ea105a3c47c8932026ca9be0697a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:36.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-c62d83df-dbae-4420-9b3b-fc6b626315a1 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] TaaS: Handle Delete Port: ef80f625-e1ba-463e-81ec-93869765f725 2026-04-28 08:49:36.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c62d83df-dbae-4420-9b3b-fc6b626315a1 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Tap Mirror: Handle Delete Port: ef80f625-e1ba-463e-81ec-93869765f725 [pid: 8|app: 0|req: 1053/2161] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:36 2026] DELETE /v2.0/security-groups/660d6014-add3-4a20-abc5-c398dce393c1 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:36.468 7 INFO neutron.services.segments.plugin [-] Segment 4a24d910-0a23-4e6f-95a2-4acf626afd2a resource provider aggregate not found 2026-04-28 08:49:36.469 7 INFO neutron.services.segments.plugin [-] Segment 4a24d910-0a23-4e6f-95a2-4acf626afd2a resource provider aggregate not found 2026-04-28 08:49:36.495 7 INFO neutron.services.segments.plugin [-] Segment 4a24d910-0a23-4e6f-95a2-4acf626afd2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a24d910-0a23-4e6f-95a2-4acf626afd2a found for delete ", "request_id": "req-7aeef84e-46b9-446d-8a72-3a87a39406a2"}]} 2026-04-28 08:49:36.505 7 INFO neutron.services.segments.plugin [-] Segment 4a24d910-0a23-4e6f-95a2-4acf626afd2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a24d910-0a23-4e6f-95a2-4acf626afd2a found for delete ", "request_id": "req-ccbc8b6e-c9e0-4064-bd6c-1bc986f8c6ba"}]} [pid: 7|app: 0|req: 1109/2162] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:36 2026] DELETE /v2.0/networks/624e9cfe-d2eb-487a-8162-81dc4da60bf7 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2163] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:36 2026] GET /v2.0/security-groups?tenant_id=b8277938c84a40169a6120eb7401afcd&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:49:36.583 7 INFO neutron.db.segments_db [None req-82e73f1c-3267-461f-8295-1bb636dd2ae8 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Added segment d667a214-32cd-4400-bead-135767e3cb1e of type vxlan for network 0401f3f7-0c7e-4bb1-8017-29165e97b4c3 [pid: 8|app: 0|req: 1055/2164] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:36 2026] DELETE /v2.0/security-groups/f98133e5-63d9-4301-bad6-6c3a3720d34c => 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: 1110/2165] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:36 2026] POST /v2.0/networks => generated 635 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2166] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:49:36 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: 1111/2169] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:49:36 2026] POST /v2.0/ports => generated 928 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:37.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-a29ef3eb-536a-40f2-a327-cb7b3c291432 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] TaaS: Handle Delete Port: f915a438-c982-4118-82e0-fbd2fdf6ae6f 2026-04-28 08:49:37.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a29ef3eb-536a-40f2-a327-cb7b3c291432 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Tap Mirror: Handle Delete Port: f915a438-c982-4118-82e0-fbd2fdf6ae6f [pid: 8|app: 0|req: 1059/2170] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:37 2026] DELETE /v2.0/ports/f915a438-c982-4118-82e0-fbd2fdf6ae6f => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:37.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c5fea43-9c30-4b50-9417-fa7801733533 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1112/2171] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:49:37 2026] GET /v2.0/ports/f915a438-c982-4118-82e0-fbd2fdf6ae6f => 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: 1060/2172] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:37 2026] DELETE /v2.0/subnets/e0b99234-22ae-405d-a530-daf763c55b1f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:37.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d96f2d0-76b3-49ee-a6c7-2e3a089c80e7 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] TaaS: Handle Delete Port: bd4ecd8d-2622-49a4-bd3d-153cd299c8f3 2026-04-28 08:49:37.810 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d96f2d0-76b3-49ee-a6c7-2e3a089c80e7 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Tap Mirror: Handle Delete Port: bd4ecd8d-2622-49a4-bd3d-153cd299c8f3 [pid: 7|app: 0|req: 1113/2173] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:37 2026] DELETE /v2.0/networks/0401f3f7-0c7e-4bb1-8017-29165e97b4c3 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2174] 10.0.0.124 () {34 vars in 665 bytes} [Tue Apr 28 08:49:38 2026] POST /v2.0/ports => generated 778 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:38.523 7 INFO neutron.services.segments.plugin [-] Segment d667a214-32cd-4400-bead-135767e3cb1e resource provider aggregate not found [pid: 7|app: 0|req: 1114/2175] 10.0.0.124 () {34 vars in 737 bytes} [Tue Apr 28 08:49:38 2026] PUT /v2.0/ports/10aa0a54-072a-46b0-a337-3303b1bdd5b9 => generated 752 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:38.540 7 INFO neutron.services.segments.plugin [-] Segment d667a214-32cd-4400-bead-135767e3cb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d667a214-32cd-4400-bead-135767e3cb1e found for delete ", "request_id": "req-690ad8ef-4bd3-4d6c-8281-ca10d0c6dbde"}]} 2026-04-28 08:49:38.541 7 INFO neutron.services.segments.plugin [-] Segment d667a214-32cd-4400-bead-135767e3cb1e resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 08:49:38.553 7 INFO neutron.services.segments.plugin [-] Segment d667a214-32cd-4400-bead-135767e3cb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d667a214-32cd-4400-bead-135767e3cb1e found for delete ", "request_id": "req-a42d4045-4fc5-48a0-a39e-727387fc6c5d"}]} 2026-04-28 08:49:38.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-5400cc97-e74f-46fa-a461-955bd4bae1fc 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] TaaS: Handle Delete Port: 10aa0a54-072a-46b0-a337-3303b1bdd5b9 2026-04-28 08:49:38.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5400cc97-e74f-46fa-a461-955bd4bae1fc 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Tap Mirror: Handle Delete Port: 10aa0a54-072a-46b0-a337-3303b1bdd5b9 [pid: 8|app: 0|req: 1062/2176] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:38 2026] DELETE /v2.0/ports/10aa0a54-072a-46b0-a337-3303b1bdd5b9 => generated 0 bytes in 235 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: 1115/2177] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:49:38 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:38.850 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79e6584a-cd42-4b38-8f76-9ac0e8ccd097 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2178] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:49:38 2026] GET /v2.0/ports/10aa0a54-072a-46b0-a337-3303b1bdd5b9 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2179] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:49:38 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2180] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:49:38 2026] GET /v2.0/ports/f6235a90-c941-43ec-936d-41020f2e63d9 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:38.961 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6612a492-a917-452b-95d9-d138646adf95 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1117/2181] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:38 2026] DELETE /v2.0/ports/f915a438-c982-4118-82e0-fbd2fdf6ae6f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:49:38.982 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b16db98f-4bc5-4763-b312-7bde5b0f26c6 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2182] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:38 2026] DELETE /v2.0/subnets/e0b99234-22ae-405d-a530-daf763c55b1f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:49:39.003 7 INFO neutron.pecan_wsgi.hooks.translation [None req-513a630d-68e0-4dc2-94ca-4066b84714be 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2183] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:49:38 2026] DELETE /v2.0/subnets/67ce1358-d9a7-4479-b88d-9800535ea227 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:49:39.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0ff5ca9-da55-4d48-83aa-f1a8f06494e9 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] TaaS: Handle Delete Port: f6235a90-c941-43ec-936d-41020f2e63d9 2026-04-28 08:49:39.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0ff5ca9-da55-4d48-83aa-f1a8f06494e9 0abf51f4965240f4ac012a09505162bf abcd53cc5fdb4dc196dc5b68be4e26a9 - - default default] Tap Mirror: Handle Delete Port: f6235a90-c941-43ec-936d-41020f2e63d9 [pid: 8|app: 0|req: 1066/2184] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:49:39 2026] DELETE /v2.0/ports/f6235a90-c941-43ec-936d-41020f2e63d9 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2185] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:39 2026] DELETE /v2.0/networks/2c264b47-15d6-4bf1-a83d-0bb7553208b4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2186] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:39 2026] GET /v2.0/security-groups?tenant_id=abcd53cc5fdb4dc196dc5b68be4e26a9&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2187] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:40 2026] DELETE /v2.0/security-groups/465d3ce2-b3f3-4a12-9f38-02b9fe474d41 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2188] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:49:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2189] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:49:40 2026] PUT /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/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: 1069/2190] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2191] 10.0.0.124 () {34 vars in 770 bytes} [Tue Apr 28 08:49:40 2026] PUT /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2192] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2193] 10.0.0.124 () {34 vars in 766 bytes} [Tue Apr 28 08:49:40 2026] PUT /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2194] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2195] 10.0.0.124 () {34 vars in 788 bytes} [Tue Apr 28 08:49:40 2026] PUT /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2196] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:40.563 7 INFO neutron.services.segments.plugin [-] Segment 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 resource provider aggregate not found 2026-04-28 08:49:40.578 7 INFO neutron.services.segments.plugin [-] Segment 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 resource provider aggregate not found 2026-04-28 08:49:40.584 7 INFO neutron.services.segments.plugin [-] Segment 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 found for delete ", "request_id": "req-0163a0f4-886d-40ca-9edc-b620b92a67c6"}]} [pid: 7|app: 0|req: 1125/2197] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:49:40 2026] PUT /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:40.598 7 INFO neutron.services.segments.plugin [-] Segment 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29c1a58e-9479-45ff-93d8-ed11ad1de4d6 found for delete ", "request_id": "req-5c7f4a5b-b543-4e3e-b03a-cd3ece5bfdeb"}]} [pid: 8|app: 0|req: 1073/2198] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2199] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:40.701 8 INFO neutron.api.v2.resource [None req-84e8e42c-b603-4161-bc64-68a8ba28e684 889111dc856f402a816e3864e097dec2 9f6163151e4f405d9d7465209077c019 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1074/2200] 10.0.0.124 () {32 vars in 751 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2201] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:49:40 2026] DELETE /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2202] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:40.831 7 INFO neutron.api.v2.resource [None req-e331d0c8-7b7b-4ca2-8714-7421a0b15829 889111dc856f402a816e3864e097dec2 9f6163151e4f405d9d7465209077c019 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1128/2203] 10.0.0.124 () {32 vars in 754 bytes} [Tue Apr 28 08:49:40 2026] DELETE /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2204] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:49:40 2026] DELETE /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2205] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:49:40 2026] GET /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d/tags => 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: 1077/2206] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:49:40 2026] DELETE /v2.0/subnetpools/3a029514-b8dd-4c94-b69b-2163e899662d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2207] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:41 2026] GET /v2.0/security-groups?tenant_id=e6decc31f32e4c07b524bd5de3935966&name=default => generated 2929 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2208] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:41 2026] DELETE /v2.0/security-groups/55dd4210-f7f5-4fcb-b5ac-b3679e58657d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2209] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:49:42 2026] POST /v2.0/subnetpools => generated 549 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2210] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:49:42 2026] GET /v2.0/subnetpools/f5da03f9-9121-43ce-9e6e-6921fb90b511 => generated 549 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2211] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:49:42 2026] PUT /v2.0/subnetpools/f5da03f9-9121-43ce-9e6e-6921fb90b511 => generated 501 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2212] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:42 2026] GET /v2.0/security-groups?tenant_id=9f6163151e4f405d9d7465209077c019&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2213] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:49:42 2026] DELETE /v2.0/subnetpools/f5da03f9-9121-43ce-9e6e-6921fb90b511 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:42.337 7 INFO neutron.api.v2.resource [None req-124eb4f2-546d-4c29-acfe-67f0d71a1233 5122a2693b0c4ec3a3c829d5bbc7be85 d59a22e82d554677908b0a21beeee3f3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1135/2214] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:49:42 2026] GET /v2.0/subnetpools/f5da03f9-9121-43ce-9e6e-6921fb90b511 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:49:42.353 7 INFO neutron.api.v2.resource [None req-9cbdce2c-718e-433b-9b6c-85c698feaa35 5122a2693b0c4ec3a3c829d5bbc7be85 d59a22e82d554677908b0a21beeee3f3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1136/2215] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:49:42 2026] DELETE /v2.0/subnetpools/f5da03f9-9121-43ce-9e6e-6921fb90b511 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2216] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:42 2026] DELETE /v2.0/security-groups/cb130980-8182-49a9-b1ff-6b3fc8d78b21 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2217] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:42 2026] GET /v2.0/security-groups?tenant_id=d59a22e82d554677908b0a21beeee3f3&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2218] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:43 2026] DELETE /v2.0/security-groups/c79a215a-8ca0-44d7-9e08-8fc29ef25dac => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:49:46.076 7 INFO neutron.db.segments_db [None req-8af08a7d-9c66-4218-8900-251ab5f834d2 b48aab96c3db4d45949e8d8d812f7eba dfefb60c44e14a67bcf1a4ebb2cd502a - - default default] Added segment 2a3c53fe-4d81-4c98-bfde-8c993e87f93e of type vxlan for network 49924572-73b7-46d6-894c-61dc03130f51 [pid: 7|app: 0|req: 1138/2219] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:45 2026] POST /v2.0/networks => generated 632 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:49:46.235 8 INFO neutron.db.segments_db [None req-7a9fe7de-8495-4fea-85f7-f29fe6a65595 b48aab96c3db4d45949e8d8d812f7eba dfefb60c44e14a67bcf1a4ebb2cd502a - - default default] Added segment 527b0854-2ff0-4811-8702-8dd46f808472 of type vxlan for network cc208bc0-efce-4d37-a577-6d84bccd0c37 [pid: 8|app: 0|req: 1082/2220] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:49:46 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2221] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:49:46 2026] PUT /v2.0/networks/49924572-73b7-46d6-894c-61dc03130f51/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2222] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:49:46 2026] GET /v2.0/networks/49924572-73b7-46d6-894c-61dc03130f51/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2223] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:49:46 2026] PUT /v2.0/networks/cc208bc0-efce-4d37-a577-6d84bccd0c37/tags => generated 17 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2224] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:49:46 2026] GET /v2.0/networks/cc208bc0-efce-4d37-a577-6d84bccd0c37/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2225] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:49:46 2026] PUT /v2.0/networks/cc208bc0-efce-4d37-a577-6d84bccd0c37/tags => generated 12 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2226] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:49:46 2026] GET /v2.0/networks/cc208bc0-efce-4d37-a577-6d84bccd0c37/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2227] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:49:46 2026] GET /v2.0/networks/49924572-73b7-46d6-894c-61dc03130f51/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:49:46.993 8 INFO neutron.services.segments.plugin [-] Segment 2a3c53fe-4d81-4c98-bfde-8c993e87f93e resource provider aggregate not found 2026-04-28 08:49:46.995 8 INFO neutron.services.segments.plugin [-] Segment 2a3c53fe-4d81-4c98-bfde-8c993e87f93e resource provider aggregate not found 2026-04-28 08:49:47.022 8 INFO neutron.services.segments.plugin [-] Segment 2a3c53fe-4d81-4c98-bfde-8c993e87f93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3c53fe-4d81-4c98-bfde-8c993e87f93e found for delete ", "request_id": "req-17f07381-d073-4742-8622-e06087bcf614"}]} 2026-04-28 08:49:47.024 8 INFO neutron.services.segments.plugin [-] Segment 2a3c53fe-4d81-4c98-bfde-8c993e87f93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3c53fe-4d81-4c98-bfde-8c993e87f93e found for delete ", "request_id": "req-737e4b07-576b-4880-8ed7-cfb8053f1814"}]} [pid: 8|app: 0|req: 1086/2228] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:46 2026] DELETE /v2.0/networks/49924572-73b7-46d6-894c-61dc03130f51 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:49:47.159 7 INFO neutron.services.segments.plugin [-] Segment 527b0854-2ff0-4811-8702-8dd46f808472 resource provider aggregate not found 2026-04-28 08:49:47.164 7 INFO neutron.services.segments.plugin [-] Segment 527b0854-2ff0-4811-8702-8dd46f808472 resource provider aggregate not found 2026-04-28 08:49:47.186 7 INFO neutron.services.segments.plugin [-] Segment 527b0854-2ff0-4811-8702-8dd46f808472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 527b0854-2ff0-4811-8702-8dd46f808472 found for delete ", "request_id": "req-a919c561-b423-46f7-86c5-367f0781a60b"}]} 2026-04-28 08:49:47.186 7 INFO neutron.services.segments.plugin [-] Segment 527b0854-2ff0-4811-8702-8dd46f808472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 527b0854-2ff0-4811-8702-8dd46f808472 found for delete ", "request_id": "req-816df1f2-288c-41bd-be23-439f53f1f173"}]} [pid: 7|app: 0|req: 1143/2229] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:49:47 2026] DELETE /v2.0/networks/cc208bc0-efce-4d37-a577-6d84bccd0c37 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2230] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:47 2026] GET /v2.0/security-groups?tenant_id=dfefb60c44e14a67bcf1a4ebb2cd502a&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2231] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:48 2026] DELETE /v2.0/security-groups/e5d300cc-f277-45de-b393-4436ca32dae4 => 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: 1088/2232] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:48 2026] GET /v2.0/security-groups?tenant_id=3bc514af82704c6b84e01eae31e676f2&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2233] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:48 2026] GET /v2.0/security-groups?tenant_id=53256ce4b18f44709126653cd3aabc0c&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2234] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:48 2026] DELETE /v2.0/security-groups/5e04b985-2e6a-4f05-972a-df76fb559379 => 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: 1146/2235] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:48 2026] DELETE /v2.0/security-groups/fd43e825-6365-4111-b9e1-d18c33751ba4 => 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: 1090/2236] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:48 2026] GET /v2.0/security-groups?tenant_id=1f8cfc49ec3341849c03f084bfe1f4ba&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2237] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:48 2026] DELETE /v2.0/security-groups/7db52cf8-72ee-4b91-9826-2b10140d6365 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2238] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:49:49 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2239] 10.0.0.175 () {30 vars in 690 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2240] 10.0.0.175 () {30 vars in 692 bytes} [Tue Apr 28 08:49:51 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: 1149/2241] 10.0.0.175 () {30 vars in 668 bytes} [Tue Apr 28 08:49:51 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: 1093/2242] 10.0.0.175 () {30 vars in 704 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2243] 10.0.0.175 () {28 vars in 439 bytes} [Tue Apr 28 08:49:51 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: 1094/2244] 10.0.0.175 () {30 vars in 728 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 658 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2245] 10.0.0.175 () {30 vars in 690 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2246] 10.0.0.175 () {30 vars in 692 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2247] 10.0.0.175 () {30 vars in 668 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2248] 10.0.0.175 () {30 vars in 704 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2249] 10.0.0.175 () {30 vars in 728 bytes} [Tue Apr 28 08:49:51 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2250] 10.0.0.175 () {30 vars in 690 bytes} [Tue Apr 28 08:49:52 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: 1155/2251] 10.0.0.175 () {30 vars in 692 bytes} [Tue Apr 28 08:49:52 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: 1156/2252] 10.0.0.175 () {30 vars in 668 bytes} [Tue Apr 28 08:49:52 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: 1157/2253] 10.0.0.175 () {30 vars in 704 bytes} [Tue Apr 28 08:49:52 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: 1158/2254] 10.0.0.175 () {30 vars in 730 bytes} [Tue Apr 28 08:49:52 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2257] 10.0.0.175 () {30 vars in 682 bytes} [Tue Apr 28 08:49:52 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2258] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:49:52 2026] GET /v2.0/security-groups?tenant_id=5e8ec561fbe34860a29d90b39ba63411&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2259] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:49:52 2026] DELETE /v2.0/security-groups/9c14131c-2867-49ae-a4dc-0c823e4807af => 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: 1162/2260] 10.0.0.175 () {34 vars in 704 bytes} [Tue Apr 28 08:49:52 2026] POST /v2.0/ports => generated 1128 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2261] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 96 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: 1163/2262] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:49: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: 1100/2263] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2264] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:49: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: 1101/2265] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2266] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2267] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:49:55 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: 1166/2268] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:49: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: 8|app: 0|req: 1103/2269] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:49:55.874 7 INFO neutron.api.v2.resource [None req-72355d2e-5b43-4726-8d97-fe8b686aa6b4 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1167/2270] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/security-groups/lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => 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: 1104/2271] 199.204.45.233 () {30 vars in 785 bytes} [Tue Apr 28 08:49:55 2026] GET /v2.0/security-groups?name=lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2272] 199.204.45.233 () {34 vars in 736 bytes} [Tue Apr 28 08:49:55 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2273] 199.204.45.233 () {30 vars in 815 bytes} [Tue Apr 28 08:49:56 2026] GET /v2.0/security-group-rules?security_group_id=29148125-defd-4958-b09e-9bcb0eb7065f => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2274] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:49:56 2026] PUT /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2275] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:49:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1170/2276] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:49:56 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: 1107/2277] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:49:56 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: 1171/2278] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:49: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: 1108/2279] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:49:56 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2280] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:50:02 2026] GET /v2.0/security-groups?tenant_id=7ef9880003614bacba12e8183f21ce04&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2281] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:50:02 2026] DELETE /v2.0/security-groups/8b1aea5e-fd70-46c8-9f9a-475ac6126cd4 => 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: 1173/2282] 10.0.0.82 () {34 vars in 1015 bytes} [Tue Apr 28 08:50:03 2026] GET /v2.0/security-groups?id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2283] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:50:03 2026] GET /v2.0/networks?id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2284] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:50:03 2026] GET /v2.0/quotas/1ea479814ed94ad79b01c693d866856d => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2285] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:50:03 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2286] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:50:03 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2287] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:50:03 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1176/2288] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:04 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => 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: 1113/2289] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:04 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:50:05.989 7 INFO neutron.db.segments_db [None req-2e8f1821-1293-4e8a-bf9a-223971997f5f 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Added segment e0b3c5be-e315-4b56-a505-472a4cd3a714 of type vxlan for network 7b46681e-b05d-4808-b392-185eba8e2fdd [pid: 7|app: 0|req: 1177/2290] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:50:05 2026] POST /v2.0/networks => generated 633 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:50:06.128 8 INFO neutron.db.segments_db [None req-478ba00f-24b7-428b-b4aa-6984306ee092 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Added segment 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 of type vxlan for network 4ef5c224-6361-4c41-8c52-d80c23a4180d 2026-04-28 08:50:06.453 8 INFO neutron.db.l3_hamode_db [None req-478ba00f-24b7-428b-b4aa-6984306ee092 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:50:07.337 8 INFO neutron.db.l3_hamode_db [None req-478ba00f-24b7-428b-b4aa-6984306ee092 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1180/2293] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:07 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => 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: 1181/2294] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:07 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => 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: 1114/2295] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:50:06 2026] POST /v2.0/routers => generated 695 bytes in 2261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2296] 10.0.0.124 () {32 vars in 776 bytes} [Tue Apr 28 08:50:08 2026] GET /v2.0/subnets?project_id=b822e988bc3543cf912c680388f54ddd&cidr=10.100.0.0%2F28 => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2297] 10.0.0.124 () {32 vars in 694 bytes} [Tue Apr 28 08:50:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2298] 10.0.0.124 () {32 vars in 784 bytes} [Tue Apr 28 08:50:08 2026] GET /v2.0/subnets?network_id=eea0982c-6299-4d08-a964-b0ba16d52254&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2299] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:08 2026] GET /v2.0/networks?id=2629c6b1-f106-4121-a53c-a6b220eaf638 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2300] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:50:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1ea479814ed94ad79b01c693d866856d => generated 343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2301] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:50:08 2026] POST /v2.0/subnets => generated 657 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2302] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:50:08 2026] POST /v2.0/ports => generated 1082 bytes in 316 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: 1187/2303] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:50:09 2026] PUT /v2.0/ports/9ffba7b9-e3c9-41db-9f2c-292bd314a70b => generated 1243 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:50:09.487 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92df33f0-dac9-43c9-a8fb-d561c101933e'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '9ffba7b9-e3c9-41db-9f2c-292bd314a70b', '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: 1188/2304] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:09 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2305] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/networks?tenant_id=1ea479814ed94ad79b01c693d866856d&shared=False => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2306] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:50:10 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: 1117/2307] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:50:08 2026] PUT /v2.0/routers/55736956-da9a-4279-8ffa-095d85c6a91d/add_router_interface => generated 309 bytes in 1572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2308] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/networks => generated 6664 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2309] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/subnets => generated 7420 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2310] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/routers => generated 1452 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2311] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2312] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/security-groups?id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2313] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:10 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2314] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:50:10 2026] POST /v2.0/security-groups => generated 1673 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2315] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2316] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2317] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:11 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2318] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2319] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:11 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2320] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:11 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2321] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2322] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:11 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1128/2323] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:11 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2324] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:50:11.566 8 INFO neutron.db.securitygroups_db [None req-6fa334cd-ab87-488f-bad2-605933878fa2 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Project b822e988bc3543cf912c680388f54ddd 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: 1129/2325] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:11 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-28 08:50:11.717 7 INFO neutron.db.securitygroups_db [None req-e2383d89-0a62-4335-926d-87d7ad9b8fef 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Project b822e988bc3543cf912c680388f54ddd 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: 1197/2326] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2327] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/networks => generated 1298 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2328] 10.0.0.82 () {34 vars in 1095 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-18517556&fields=id&tenant_id=b822e988bc3543cf912c680388f54ddd => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2329] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2330] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/quotas/b822e988bc3543cf912c680388f54ddd => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2331] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&fields=id => generated 103 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2332] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2333] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2334] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:12 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1134/2335] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:13 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2336] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:13 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1202/2337] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:13 2026] GET /v2.0/security-groups?id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id&fields=name => generated 96 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2338] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:14 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2339] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:15 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1137/2340] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:50:15 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2341] 199.204.45.233 () {34 vars in 1044 bytes} [Tue Apr 28 08:50:15 2026] GET /v2.0/security-groups?id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2342] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:16 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1205/2343] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:17 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2344] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:50:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b822e988bc3543cf912c680388f54ddd => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2345] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:17 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1207/2346] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:17 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2347] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:17 2026] GET /v2.0/security-groups?id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2348] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:17 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2349] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:50:17 2026] POST /v2.0/ports => generated 954 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2350] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:50:17 2026] PUT /v2.0/ports/26687fe2-8ac5-4547-b904-c217a65079bd => generated 1235 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:50:18.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0f1a5c2-dbe9-4f73-8a21-92ac0c603cb0'] response: {'name': 'network-changed', 'server_uuid': '4b80f35f-3ad8-40a5-8505-cdceeca62776', 'tag': '26687fe2-8ac5-4547-b904-c217a65079bd', '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: 1141/2351] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:18 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1211/2352] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:18 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&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: 1142/2353] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:18 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2354] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:50:18 2026] GET /v2.0/networks?tenant_id=b822e988bc3543cf912c680388f54ddd&shared=False => generated 757 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2355] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:50:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2356] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:19 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2357] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:19 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2358] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:19 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2359] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:50:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=26687fe2-8ac5-4547-b904-c217a65079bd => 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: 1215/2360] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:19 2026] GET /v2.0/subnets?id=8de25a1c-1234-4e75-ac8a-0970a81fc6c4 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2361] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:20 2026] GET /v2.0/ports?network_id=7b46681e-b05d-4808-b392-185eba8e2fdd&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: 1216/2362] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:20 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1147/2363] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:20 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1217/2364] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:20 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2365] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:20 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2366] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:21 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2367] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:21 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&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: 1151/2370] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:23 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2371] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:23 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&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: 1152/2372] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:24 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1221/2373] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:24 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2374] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:25 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2375] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:25 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2376] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:25 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2377] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:25 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2378] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:50:25 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:50:26.786 7 INFO neutron.db.l3_db [None req-9a7b0d26-4660-4367-b059-f88748fa2f6b 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Floating IP 18d8281b-1c44-4f45-91b6-8e6170fa0183 associated. External IP: 10.96.250.204, port: 26687fe2-8ac5-4547-b904-c217a65079bd. [pid: 7|app: 0|req: 1224/2379] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:50:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:50:27.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba58103c-4e92-4fc4-bdef-f8f921ab002e'] response: {'name': 'network-changed', 'server_uuid': '4b80f35f-3ad8-40a5-8505-cdceeca62776', 'tag': '26687fe2-8ac5-4547-b904-c217a65079bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2380] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:50:27 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2381] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:27 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2382] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:27 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2383] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:50:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=26687fe2-8ac5-4547-b904-c217a65079bd => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2384] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:27 2026] GET /v2.0/subnets?id=8de25a1c-1234-4e75-ac8a-0970a81fc6c4 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2385] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:28 2026] GET /v2.0/ports?network_id=7b46681e-b05d-4808-b392-185eba8e2fdd&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: 1159/2386] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:28 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2387] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:28 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2388] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:50:28 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2389] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:50:29 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2390] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:50:36 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2391] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:37 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2394] 10.0.0.124 () {32 vars in 826 bytes} [Tue Apr 28 08:50:46 2026] GET /v2.0/ports?project_id=b822e988bc3543cf912c680388f54ddd&network_id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 3691 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2395] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:50:46 2026] GET /v2.0/subnets?network_id=eea0982c-6299-4d08-a964-b0ba16d52254 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:50:47.326 7 INFO neutron.db.l3_db [None req-0562faaa-2cb2-46ed-ba4a-bc3f8ab140bd 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Floating IP 18d8281b-1c44-4f45-91b6-8e6170fa0183 disassociated. External IP: 10.96.250.204, port: 26687fe2-8ac5-4547-b904-c217a65079bd. [pid: 7|app: 0|req: 1233/2396] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:50:47 2026] PUT /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 554 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2397] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:50:47 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:50:47.709 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1a51f06-2eb0-4308-997e-52ed8be1db8f'] response: {'name': 'network-changed', 'server_uuid': '4b80f35f-3ad8-40a5-8505-cdceeca62776', 'tag': '26687fe2-8ac5-4547-b904-c217a65079bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1234/2398] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2399] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2400] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=26687fe2-8ac5-4547-b904-c217a65079bd => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2401] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/subnets?id=8de25a1c-1234-4e75-ac8a-0970a81fc6c4 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2402] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/ports?network_id=7b46681e-b05d-4808-b392-185eba8e2fdd&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2403] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2404] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2405] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:50:48 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 554 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2406] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:50:49 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2407] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:50:50 2026] POST /v2.0/security-groups => generated 1675 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2408] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2409] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2410] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2411] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:50:51.626 7 INFO neutron.db.securitygroups_db [None req-0c03565c-0df0-4d79-b633-a52f85da8841 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Project b822e988bc3543cf912c680388f54ddd 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: 1241/2412] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:50:51.780 8 INFO neutron.db.securitygroups_db [None req-5b5b4858-b933-4f1d-8641-8695db6b3f92 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Project b822e988bc3543cf912c680388f54ddd 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: 1172/2413] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:50:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2416] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/networks => generated 1298 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2417] 10.0.0.82 () {34 vars in 1097 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-580830165&fields=id&tenant_id=b822e988bc3543cf912c680388f54ddd => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2418] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2419] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/quotas/b822e988bc3543cf912c680388f54ddd => 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: 1176/2420] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&fields=id => generated 149 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2421] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2422] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:50:52 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1246/2423] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:53 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2424] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:50:53 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: 1247/2425] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:50:53 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: 1179/2426] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:50:53 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: 1248/2427] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:50:53 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: 1180/2428] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:50:53 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2429] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:50:53 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2430] 199.204.45.233 () {34 vars in 717 bytes} [Tue Apr 28 08:50:53 2026] POST /v2.0/ports => generated 1055 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2431] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:54 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1182/2432] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:50:54 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2433] 10.0.0.82 () {34 vars in 906 bytes} [Tue Apr 28 08:50:54 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: 1183/2434] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:55 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1252/2435] 199.204.45.233 () {34 vars in 1262 bytes} [Tue Apr 28 08:50:55 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e?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: 1184/2436] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:55 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1253/2437] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:55 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1185/2438] 199.204.45.233 () {34 vars in 975 bytes} [Tue Apr 28 08:50:55 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1055 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2439] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:56 2026] GET /v2.0/networks?id=de506cbb-708e-429c-ab2a-afa838a2a619 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2440] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:56 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1186/2441] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:50:56 2026] PUT /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1245 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:50:56.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76f642f7-bc3e-45a3-8d79-549ef2b71604'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '4b10f478-d60a-4413-a80e-42d1497bdf6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1256/2442] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2443] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/networks?id=de506cbb-708e-429c-ab2a-afa838a2a619 => generated 803 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2444] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1188/2445] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2446] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2447] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1259/2448] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2449] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2450] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1191/2451] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:50:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b822e988bc3543cf912c680388f54ddd => generated 271 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2452] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:50:57 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2453] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:50:57 2026] PUT /v2.0/ports/d4272d50-51d8-4755-8f46-6b4e7e5b1fbd => generated 1235 bytes in 439 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: 1262/2454] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1193/2455] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => 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: 1194/2456] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => 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: 1263/2457] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2458] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&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: 1264/2459] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:50:58.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fff4c2c-7830-4ba4-b8ad-534c9b200ba4'] response: {'name': 'network-changed', 'server_uuid': 'f5c62c86-fede-4740-8f28-ea081f31e43f', 'tag': 'd4272d50-51d8-4755-8f46-6b4e7e5b1fbd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1196/2460] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1265/2461] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1197/2462] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1266/2463] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2464] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&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: 1267/2465] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1199/2466] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:50:58 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2467] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:50:59 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1200/2468] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:50:59 2026] GET /v2.0/networks?tenant_id=b822e988bc3543cf912c680388f54ddd&shared=False => 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: 1269/2469] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:50:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2470] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:50:59 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2471] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:50:59 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2472] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2473] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d4272d50-51d8-4755-8f46-6b4e7e5b1fbd => 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: 1203/2474] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/subnets?id=8de25a1c-1234-4e75-ac8a-0970a81fc6c4 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2475] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/ports?network_id=7b46681e-b05d-4808-b392-185eba8e2fdd&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2476] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1273/2477] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1205/2478] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2479] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:00 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2480] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:02 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2481] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:02 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2482] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:51:02 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1247 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2483] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1276/2484] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:51:03 2026] PUT /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1271 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:03.277 7 INFO neutron.api.v2.resource [None req-2a423dfa-c3e8-49bd-896d-cc01429511bc d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1277/2485] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/security-groups/lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => 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: 1209/2486] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:51:03.291 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-18920db3-cb27-4357-b5d7-cc48d5c78eba'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '4b10f478-d60a-4413-a80e-42d1497bdf6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1278/2487] 199.204.45.233 () {30 vars in 785 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/security-groups?name=lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2488] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:51:03 2026] PUT /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1309 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:03.598 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d21a5a6d-fd86-4729-b992-73384efa854f'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '4b10f478-d60a-4413-a80e-42d1497bdf6e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1279/2489] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 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: 1211/2490] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/networks?id=de506cbb-708e-429c-ab2a-afa838a2a619 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2491] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2492] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2493] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:03 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2494] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2495] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1214/2496] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2497] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2498] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2499] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2500] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2501] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2502] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2503] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2504] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2505] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2506] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2507] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2508] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:04 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2509] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2510] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/networks?id=de506cbb-708e-429c-ab2a-afa838a2a619 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2511] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1222/2512] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2513] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2514] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1292/2515] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1224/2516] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2517] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2518] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1294/2519] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&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: 1226/2520] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:51:05 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:06.208 7 INFO neutron.db.l3_db [None req-f008b57f-5c03-4864-98da-21e6039429b5 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Floating IP 18d8281b-1c44-4f45-91b6-8e6170fa0183 associated. External IP: 10.96.250.204, port: d4272d50-51d8-4755-8f46-6b4e7e5b1fbd. [pid: 7|app: 0|req: 1295/2521] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:51:05 2026] PUT /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 855 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:51:06.610 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea0f7ad4-cfbf-4b89-8956-8d2a28c35b21'] response: {'name': 'network-changed', 'server_uuid': 'f5c62c86-fede-4740-8f28-ea081f31e43f', 'tag': 'd4272d50-51d8-4755-8f46-6b4e7e5b1fbd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1227/2522] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:51:06 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 855 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2523] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/ports?tenant_id=b822e988bc3543cf912c680388f54ddd&device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2524] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/networks?id=7b46681e-b05d-4808-b392-185eba8e2fdd => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2527] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d4272d50-51d8-4755-8f46-6b4e7e5b1fbd => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2528] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/subnets?id=8de25a1c-1234-4e75-ac8a-0970a81fc6c4 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2529] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/ports?network_id=7b46681e-b05d-4808-b392-185eba8e2fdd&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: 1299/2530] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1232/2531] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd?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: 1300/2532] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:51:07 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => 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: 1233/2533] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:51:08 2026] GET /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:51:13.999 7 INFO neutron.db.l3_db [None req-17cd7961-e370-4d73-8b00-c5c050e99438 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Floating IP e234eed2-82d3-4a09-af44-c054e11330be associated. External IP: 10.96.250.218, port: 1b629948-772b-4070-b8cf-406f9f6a6c69. [pid: 7|app: 0|req: 1301/2534] 10.0.0.124 () {34 vars in 677 bytes} [Tue Apr 28 08:51:13 2026] POST /v2.0/floatingips => generated 898 bytes in 1136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2535] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:51:16 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2536] 10.0.0.27 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:16 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2537] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2538] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:18 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: 1236/2539] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:18 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: 1304/2540] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:18 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) 2026-04-28 08:51:19.032 8 INFO neutron.api.v2.resource [None req-b6f98b7d-6019-4176-9360-6fa27799dfd0 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1237/2541] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:51:19 2026] GET /v2.0/security-groups/lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2542] 199.204.45.233 () {30 vars in 785 bytes} [Tue Apr 28 08:51:19 2026] GET /v2.0/security-groups?name=lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2543] 199.204.45.233 () {30 vars in 815 bytes} [Tue Apr 28 08:51:19 2026] GET /v2.0/security-group-rules?security_group_id=29148125-defd-4958-b09e-9bcb0eb7065f => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2544] 199.204.45.233 () {34 vars in 747 bytes} [Tue Apr 28 08:51:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2545] 199.204.45.233 () {34 vars in 747 bytes} [Tue Apr 28 08:51:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2548] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:26 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2549] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:26 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&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: 1309/2550] 10.0.0.175 () {30 vars in 690 bytes} [Tue Apr 28 08:51:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2551] 10.0.0.175 () {30 vars in 692 bytes} [Tue Apr 28 08:51:26 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: 1310/2552] 10.0.0.175 () {30 vars in 668 bytes} [Tue Apr 28 08:51:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2553] 10.0.0.175 () {30 vars in 704 bytes} [Tue Apr 28 08:51:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2554] 10.0.0.175 () {28 vars in 439 bytes} [Tue Apr 28 08:51:26 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2555] 10.0.0.175 () {30 vars in 728 bytes} [Tue Apr 28 08:51:26 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2556] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:27 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1245/2557] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:27 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2558] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2559] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2560] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:27 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: 1247/2561] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2562] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:27 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2563] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2564] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:28 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: 1249/2565] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2566] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:28 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: 1250/2567] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2568] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2569] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2570] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/security-groups?id=c81d32be-1138-414d-90d0-8de482af8cba&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2571] 199.204.45.233 () {34 vars in 717 bytes} [Tue Apr 28 08:51:28 2026] POST /v2.0/ports => generated 1328 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:51:28.647 8 INFO neutron_taas.services.taas.taas_plugin [req-5ae5bffa-2a00-44d9-b30f-ba4f0560f311 req-64c10b18-6684-4241-ae5d-aa52da88c5de 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] TaaS: Handle Delete Port: d4272d50-51d8-4755-8f46-6b4e7e5b1fbd 2026-04-28 08:51:28.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ae5bffa-2a00-44d9-b30f-ba4f0560f311 req-64c10b18-6684-4241-ae5d-aa52da88c5de 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Tap Mirror: Handle Delete Port: d4272d50-51d8-4755-8f46-6b4e7e5b1fbd /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1319/2572] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:51:28 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:28.791 8 INFO neutron.db.l3_db [req-5ae5bffa-2a00-44d9-b30f-ba4f0560f311 req-64c10b18-6684-4241-ae5d-aa52da88c5de 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Floating IP 18d8281b-1c44-4f45-91b6-8e6170fa0183 disassociated. External IP: 10.96.250.204, port: d4272d50-51d8-4755-8f46-6b4e7e5b1fbd. [pid: 8|app: 0|req: 1254/2573] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:51:28 2026] DELETE /v2.0/ports/d4272d50-51d8-4755-8f46-6b4e7e5b1fbd => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:51:29.249 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-461e72f6-6a3e-421a-87a3-0c28b6a86b33'] response: {'server_uuid': 'f5c62c86-fede-4740-8f28-ea081f31e43f', 'name': 'network-vif-deleted', 'tag': 'd4272d50-51d8-4755-8f46-6b4e7e5b1fbd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1320/2574] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:29 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1255/2575] 199.204.45.233 () {34 vars in 1262 bytes} [Tue Apr 28 08:51:29 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2576] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:29 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1256/2577] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:29 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1322/2578] 199.204.45.233 () {34 vars in 975 bytes} [Tue Apr 28 08:51:30 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1328 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2579] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:30 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2580] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:30 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => 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: 1323/2581] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:51:30 2026] PUT /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1518 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:31.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f4b8f36-0a3f-4dfa-a250-de99144f349c'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '2e73e69f-c167-4a37-bee1-4aeea004e0a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1259/2582] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4095 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1324/2583] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2584] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => 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: 1325/2585] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A346&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => 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: 1261/2586] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f&id=b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 1408 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2587] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2588] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&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: 1327/2589] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/ports?device_id=f5c62c86-fede-4740-8f28-ea081f31e43f => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2590] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1328/2591] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:31 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1329/2592] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:32 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4095 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2593] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => 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: 1264/2594] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:51:32 2026] DELETE /v2.0/security-groups/c81d32be-1138-414d-90d0-8de482af8cba => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2595] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2596] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2597] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:51:33.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b399739-4ec8-48b8-a51a-3817e634f935 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] TaaS: Handle Delete Port: d29328fa-b190-4721-85b9-48db560f17a8 2026-04-28 08:51:33.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b399739-4ec8-48b8-a51a-3817e634f935 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Tap Mirror: Handle Delete Port: d29328fa-b190-4721-85b9-48db560f17a8 [pid: 8|app: 0|req: 1267/2598] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2599] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1269/2600] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2601] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:51:33 2026] DELETE /v2.0/floatingips/18d8281b-1c44-4f45-91b6-8e6170fa0183 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2602] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&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: 1333/2603] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2604] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1272/2605] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => 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: 1273/2606] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A346&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2607] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2608] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f&id=b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 1408 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2609] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2610] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2611] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2612] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1337/2613] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:33 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2614] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:34 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2615] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:34 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2616] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:35 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2617] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:51:35 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2618] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:51:35 2026] GET /v2.0/security-groups?id=6dbaeb5f-81fd-4e43-ada8-2e8af7df6713&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:51:36.064 7 INFO neutron_taas.services.taas.taas_plugin [req-89eb62c7-d2e0-4efa-98ec-634de56e2d0e req-7d9675c2-cfc1-40eb-bde1-a0cfbe60aaba 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] TaaS: Handle Delete Port: 26687fe2-8ac5-4547-b904-c217a65079bd 2026-04-28 08:51:36.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89eb62c7-d2e0-4efa-98ec-634de56e2d0e req-7d9675c2-cfc1-40eb-bde1-a0cfbe60aaba 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Tap Mirror: Handle Delete Port: 26687fe2-8ac5-4547-b904-c217a65079bd [pid: 7|app: 0|req: 1340/2619] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:51:35 2026] DELETE /v2.0/ports/26687fe2-8ac5-4547-b904-c217a65079bd => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:51:36.267 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-015b51e5-4627-4e4d-8ccd-3762ef6ea49b'] response: {'server_uuid': '4b80f35f-3ad8-40a5-8505-cdceeca62776', 'name': 'network-vif-deleted', 'tag': '26687fe2-8ac5-4547-b904-c217a65079bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2620] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:37 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1282/2623] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:51:37 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2624] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:51:37 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2625] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:37 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2626] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:37 2026] GET /v2.0/subnets/b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 742 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2627] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2628] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2629] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:38 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: 1345/2630] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:38 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: 1346/2631] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => 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: 1286/2632] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2633] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2634] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2635] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2636] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2637] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2638] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:38 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2639] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:39 2026] GET /v2.0/ports?device_id=4b80f35f-3ad8-40a5-8505-cdceeca62776 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2640] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:51:40 2026] DELETE /v2.0/security-groups/6dbaeb5f-81fd-4e43-ada8-2e8af7df6713 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:51:40.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffc0c91b-84c9-485f-9f7b-38bf0957c95f 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] TaaS: Handle Delete Port: d9e00888-8517-46cc-bf3f-31ddebb48138 2026-04-28 08:51:40.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffc0c91b-84c9-485f-9f7b-38bf0957c95f 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Tap Mirror: Handle Delete Port: d9e00888-8517-46cc-bf3f-31ddebb48138 [pid: 7|app: 0|req: 1351/2641] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:51:40 2026] PUT /v2.0/routers/55736956-da9a-4279-8ffa-095d85c6a91d/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2642] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:51:41 2026] DELETE /v2.0/subnets/8de25a1c-1234-4e75-ac8a-0970a81fc6c4 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:51:41.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-df6de28c-be19-4570-8678-2775d801905b 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] TaaS: Handle Delete Port: c5ddfd8f-71b5-4535-8cbe-8e684ba98eba 2026-04-28 08:51:41.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df6de28c-be19-4570-8678-2775d801905b 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Tap Mirror: Handle Delete Port: c5ddfd8f-71b5-4535-8cbe-8e684ba98eba 2026-04-28 08:51:42.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-df6de28c-be19-4570-8678-2775d801905b 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] TaaS: Handle Delete Port: 76ed1f14-5545-4c1a-a7c4-e3e4e6c3d86d 2026-04-28 08:51:42.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df6de28c-be19-4570-8678-2775d801905b 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] Tap Mirror: Handle Delete Port: 76ed1f14-5545-4c1a-a7c4-e3e4e6c3d86d 2026-04-28 08:51:42.605 7 INFO neutron.db.l3_hamode_db [None req-df6de28c-be19-4570-8678-2775d801905b 3b2f6203f60f410ba4ccc5e4e6fac98c b822e988bc3543cf912c680388f54ddd - - default default] HA network 4ef5c224-6361-4c41-8c52-d80c23a4180d was deleted as no HA routers are present in tenant b822e988bc3543cf912c680388f54ddd. [pid: 7|app: 0|req: 1352/2643] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:51:41 2026] DELETE /v2.0/routers/55736956-da9a-4279-8ffa-095d85c6a91d => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:51:42.725 7 INFO neutron.services.segments.plugin [-] Segment 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 resource provider aggregate not found 2026-04-28 08:51:42.736 7 INFO neutron.services.segments.plugin [-] Segment 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 resource provider aggregate not found 2026-04-28 08:51:42.744 8 INFO neutron.services.segments.plugin [-] Segment e0b3c5be-e315-4b56-a505-472a4cd3a714 resource provider aggregate not found 2026-04-28 08:51:42.746 7 INFO neutron.services.segments.plugin [-] Segment 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 found for delete ", "request_id": "req-c513d9dc-9cd7-425f-8fd6-e4f88c4f6184"}]} 2026-04-28 08:51:42.756 8 INFO neutron.services.segments.plugin [-] Segment e0b3c5be-e315-4b56-a505-472a4cd3a714 resource provider aggregate not found 2026-04-28 08:51:42.759 7 INFO neutron.services.segments.plugin [-] Segment 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63f66459-36b4-4efb-9e8b-ae94d0a1fb69 found for delete ", "request_id": "req-e53b8a1f-607c-4603-8ab5-bc0da7ee70ea"}]} 2026-04-28 08:51:42.760 8 INFO neutron.services.segments.plugin [-] Segment e0b3c5be-e315-4b56-a505-472a4cd3a714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b3c5be-e315-4b56-a505-472a4cd3a714 found for delete ", "request_id": "req-c7b3bb5c-5603-49a8-9774-c39c0b35866f"}]} 2026-04-28 08:51:42.775 8 INFO neutron.services.segments.plugin [-] Segment e0b3c5be-e315-4b56-a505-472a4cd3a714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b3c5be-e315-4b56-a505-472a4cd3a714 found for delete ", "request_id": "req-45680256-b311-45c1-800b-b79f6a005f9a"}]} [pid: 8|app: 0|req: 1292/2644] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:51:42 2026] DELETE /v2.0/networks/7b46681e-b05d-4808-b392-185eba8e2fdd => 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: 1353/2645] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:51:43 2026] GET /v2.0/security-groups?tenant_id=bba91d679f854a05aa28c7e383a4d822&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2646] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:51:43 2026] DELETE /v2.0/security-groups/7d28789b-05b1-46fa-adba-bd36b4bf6ae8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2647] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:51:43 2026] GET /v2.0/security-groups?tenant_id=b822e988bc3543cf912c680388f54ddd&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2648] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:51:43 2026] DELETE /v2.0/security-groups/4da8c8db-d489-4e0a-a224-935bc416b735 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:51:45.937 7 INFO neutron.db.segments_db [None req-06cd8f0e-5c64-4956-8476-ad9268b1ae00 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e of type vxlan for network 7bcbc89e-285c-40d2-9019-8cf4e00933a3 [pid: 7|app: 0|req: 1355/2649] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:51:45 2026] POST /v2.0/networks => generated 738 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2650] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:51:46 2026] POST /v2.0/subnets => generated 687 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:51:46.271 7 INFO neutron.db.segments_db [None req-a0f4b9c7-e277-467d-8cfc-31b8685f623c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment fbdb99af-6dac-4c2f-bb64-772316696174 of type vxlan for network cc098500-2049-43d4-bfbf-aa062d288ca1 2026-04-28 08:51:46.526 7 INFO neutron.db.l3_hamode_db [None req-a0f4b9c7-e277-467d-8cfc-31b8685f623c d60e816808844c45933653d4f61d6ea0 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-28 08:51:47.262 7 INFO neutron.db.l3_hamode_db [None req-a0f4b9c7-e277-467d-8cfc-31b8685f623c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1296/2651] 10.0.0.175 () {30 vars in 690 bytes} [Tue Apr 28 08:51:47 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: 1297/2652] 10.0.0.175 () {30 vars in 692 bytes} [Tue Apr 28 08:51:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2653] 10.0.0.175 () {30 vars in 668 bytes} [Tue Apr 28 08:51:47 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: 1299/2654] 10.0.0.175 () {30 vars in 704 bytes} [Tue Apr 28 08:51:47 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: 1300/2655] 10.0.0.175 () {28 vars in 439 bytes} [Tue Apr 28 08:51:47 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2656] 10.0.0.175 () {30 vars in 728 bytes} [Tue Apr 28 08:51:47 2026] GET /v2.0/subnets/a30c78a8-ffde-47df-b512-cef987d20426 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2657] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:51:46 2026] POST /v2.0/routers => generated 727 bytes in 1971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2658] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:48 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: 1358/2659] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:48 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: 1359/2660] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:48 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: 1360/2661] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:48 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: 1361/2662] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:48 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2663] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:48 2026] GET /v2.0/subnets/a30c78a8-ffde-47df-b512-cef987d20426 => 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: 1363/2664] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:51:48 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4097 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2665] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:51:49 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: 1365/2666] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:51:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2667] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:51:49 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: 1367/2668] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:51:49 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: 1302/2669] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:51:48 2026] PUT /v2.0/routers/cc8fdf3c-5be2-4329-b9ff-8fc61f37a60f/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2670] 199.204.45.233 () {34 vars in 717 bytes} [Tue Apr 28 08:51:49 2026] POST /v2.0/ports => generated 1328 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2671] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:51:49 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1369/2672] 10.0.0.82 () {34 vars in 906 bytes} [Tue Apr 28 08:51:49 2026] GET /v2.0/extensions => generated 21537 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2673] 199.204.45.233 () {34 vars in 1262 bytes} [Tue Apr 28 08:51:50 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2674] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:50 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:51:50.813 8 INFO neutron.db.segments_db [None req-6278fc34-71ba-40fb-b7cb-8a03c08498bf d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment 9d54735c-27c8-412f-9373-c3c3b550c0a5 of type vxlan for network 576de833-8213-43b5-ac38-48d921db571b [pid: 7|app: 0|req: 1372/2675] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:50 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 8|app: 0|req: 1304/2676] 10.0.0.124 () {34 vars in 671 bytes} [Tue Apr 28 08:51:50 2026] POST /v2.0/networks => generated 741 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2677] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:51:50 2026] POST /v2.0/subnets => generated 688 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:51:51.214 8 INFO neutron.db.segments_db [None req-e76fed65-0216-49c0-ba0e-459068bb7781 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Added segment f5935e3e-642f-46b3-9ba6-7fdcf17f478c of type vxlan for network eb6c4319-2953-4a04-a975-b2b45c1f1e97 [pid: 7|app: 0|req: 1374/2678] 199.204.45.233 () {34 vars in 975 bytes} [Tue Apr 28 08:51:51 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2679] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:51 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:51:51.527 8 INFO neutron.db.l3_hamode_db [None req-e76fed65-0216-49c0-ba0e-459068bb7781 d60e816808844c45933653d4f61d6ea0 6401861a767a4bc596e3dae71183fa18 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1376/2680] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:51:51 2026] PUT /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1518 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:51.920 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1669d5b3-4e9c-447b-80ed-7040185ee9ca'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': 'f810a09d-5d89-456a-bfdb-d7471bbd2a2f', '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, ' 2026-04-28 08:51:52.458 8 INFO neutron.db.l3_hamode_db [None req-e76fed65-0216-49c0-ba0e-459068bb7781 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1379/2683] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 5607 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2684] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => 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: 1381/2685] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.122&port_id=f810a09d-5d89-456a-bfdb-d7471bbd2a2f => 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: 1382/2686] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3d&port_id=f810a09d-5d89-456a-bfdb-d7471bbd2a2f => 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: 1383/2687] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/subnets?id=2075ef15-7235-4053-ba99-cd8353b451d1&id=a30c78a8-ffde-47df-b512-cef987d20426 => generated 1415 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2688] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2689] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&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: 1386/2690] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1387/2691] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:52 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1305/2692] 10.0.0.124 () {34 vars in 669 bytes} [Tue Apr 28 08:51:51 2026] POST /v2.0/routers => generated 728 bytes in 2394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2693] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:51:53 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 5607 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2694] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:51:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2695] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:53 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2696] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&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: 1310/2697] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2698] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2699] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1313/2700] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2701] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&device_owner=network%3Adhcp => generated 1461 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2702] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2703] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2704] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => 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: 1318/2705] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A346&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2706] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f&id=b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 1408 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2707] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2708] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&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: 8|app: 0|req: 1322/2709] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1323/2710] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 8|app: 0|req: 1324/2711] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.122&port_id=f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2712] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3d&port_id=f810a09d-5d89-456a-bfdb-d7471bbd2a2f => 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: 1326/2713] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/subnets?id=2075ef15-7235-4053-ba99-cd8353b451d1&id=a30c78a8-ffde-47df-b512-cef987d20426 => generated 1415 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2714] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2715] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:51:54 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&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: 1388/2716] 10.0.0.124 () {34 vars in 783 bytes} [Tue Apr 28 08:51:53 2026] PUT /v2.0/routers/ff6ebf93-a6a4-4492-a148-61e6a3bab120/add_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2717] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:51:55 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1389/2718] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:51:55 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2719] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:51:55 2026] POST /v2.0/security-groups => generated 1677 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2720] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2721] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2722] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2723] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:56 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) 2026-04-28 08:51:56.398 7 INFO neutron.db.securitygroups_db [None req-35ce47af-5cbc-4431-8537-c983e265e1a0 b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Project 0b38318a0cb84b258b9c861f1e0f5caf 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: 1392/2724] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-28 08:51:56.544 8 INFO neutron.db.securitygroups_db [None req-684904d5-7c37-44e2-9751-50e0aeaa7dbf b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Project 0b38318a0cb84b258b9c861f1e0f5caf 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: 1333/2725] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2726] 10.0.0.124 () {34 vars in 685 bytes} [Tue Apr 28 08:51:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2727] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2728] 10.0.0.124 () {34 vars in 695 bytes} [Tue Apr 28 08:51:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2729] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:51:57 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2730] 10.0.0.82 () {34 vars in 1099 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1526326038&fields=id&tenant_id=0b38318a0cb84b258b9c861f1e0f5caf => 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: 1336/2731] 10.0.0.82 () {34 vars in 1097 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--481480709&fields=id&tenant_id=0b38318a0cb84b258b9c861f1e0f5caf => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2732] 10.0.0.82 () {34 vars in 981 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/networks?id=7bcbc89e-285c-40d2-9019-8cf4e00933a3 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2733] 10.0.0.82 () {34 vars in 964 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/quotas/0b38318a0cb84b258b9c861f1e0f5caf => 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: 1397/2734] 10.0.0.82 () {34 vars in 1001 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/ports?tenant_id=0b38318a0cb84b258b9c861f1e0f5caf&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2735] 10.0.0.82 () {34 vars in 1007 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3?fields=segments => generated 14 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2736] 10.0.0.82 () {34 vars in 1107 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3?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: 1339/2737] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:58 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1399/2738] 10.0.0.82 () {34 vars in 970 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2739] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 796 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2740] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/subnets/a30c78a8-ffde-47df-b512-cef987d20426 => 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: 1341/2741] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/subnets/2075ef15-7235-4053-ba99-cd8353b451d1 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2742] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2743] 199.204.45.233 () {34 vars in 790 bytes} [Tue Apr 28 08:51:59 2026] PUT /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1255 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:51:59.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-611500ca-0e02-4f4e-8bf9-9306640d3bb7'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '2e73e69f-c167-4a37-bee1-4aeea004e0a6', '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: 1343/2744] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1402/2745] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2746] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:51:59 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2747] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:00 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: 1345/2748] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2749] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2750] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2751] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2752] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2753] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2754] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2755] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => 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: 1349/2756] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2757] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2758] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 5380 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2759] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2760] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => 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: 1410/2761] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2762] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2763] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1353/2764] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1412/2765] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:00 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1354/2766] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:02 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1413/2767] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:03 2026] GET /v2.0/networks?id=7bcbc89e-285c-40d2-9019-8cf4e00933a3 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2768] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:03 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1355/2769] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Apr 28 08:52:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0b38318a0cb84b258b9c861f1e0f5caf => generated 273 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2770] 199.204.45.233 () {38 vars in 955 bytes} [Tue Apr 28 08:52:03 2026] POST /v2.0/ports => generated 993 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2771] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:52:03 2026] PUT /v2.0/ports/445c2840-8fb9-4217-9705-bced64634349 => generated 1274 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:04.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80af3cdd-3c5c-49a8-90f0-8e313d9511bc'] response: {'name': 'network-changed', 'server_uuid': 'e94599af-bca9-41f8-ae43-8c49aa9b9ca3', 'tag': '445c2840-8fb9-4217-9705-bced64634349', '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: 1416/2772] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:04 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1357/2773] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:04 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2774] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:04 2026] GET /v2.0/ports?tenant_id=0b38318a0cb84b258b9c861f1e0f5caf&device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2775] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Apr 28 08:52:04 2026] GET /v2.0/networks?tenant_id=0b38318a0cb84b258b9c861f1e0f5caf&shared=False => generated 766 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2776] 199.204.45.233 () {34 vars in 930 bytes} [Tue Apr 28 08:52:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2777] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1008 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2778] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&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: 1360/2779] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/ports?tenant_id=0b38318a0cb84b258b9c861f1e0f5caf&device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2780] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=445c2840-8fb9-4217-9705-bced64634349 => 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: 1361/2781] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/subnets?id=7daadb5a-7df6-4dbb-957a-cc7ffd8217c9 => 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: 1421/2782] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/ports?network_id=7bcbc89e-285c-40d2-9019-8cf4e00933a3&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: 1362/2783] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:05 2026] GET /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2784] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:06 2026] GET /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3?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: 1363/2785] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:06 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2786] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:06 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2789] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:07 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2790] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:07 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&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: 1426/2791] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:08 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1008 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2792] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:08 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2793] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:52:09 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1367/2794] 199.204.45.233 () {34 vars in 1124 bytes} [Tue Apr 28 08:52:09 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&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: 7|app: 0|req: 1428/2795] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:10 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2796] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:10 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&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: 7|app: 0|req: 1429/2797] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:11 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2798] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:11 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2799] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:11 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:12.305 8 INFO neutron.db.l3_db [None req-f846d983-8416-454f-8366-ae607ea8cf62 b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Floating IP 57af2848-d577-4db3-bd33-5cd7e80cc28c associated. External IP: 10.96.250.217, port: 445c2840-8fb9-4217-9705-bced64634349. [pid: 8|app: 0|req: 1370/2800] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:52:11 2026] PUT /v2.0/floatingips/57af2848-d577-4db3-bd33-5cd7e80cc28c => generated 855 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:12.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93bf3274-b070-41e3-b6bb-35f41486f4fd'] response: {'name': 'network-changed', 'server_uuid': 'e94599af-bca9-41f8-ae43-8c49aa9b9ca3', 'tag': '445c2840-8fb9-4217-9705-bced64634349', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1431/2801] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:13 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: 1371/2802] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2803] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:13 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: 1373/2804] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:13 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: 1432/2805] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/ports?tenant_id=0b38318a0cb84b258b9c861f1e0f5caf&device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1279 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2806] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2807] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/networks?id=7bcbc89e-285c-40d2-9019-8cf4e00933a3 => generated 766 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2808] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 5380 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2809] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=445c2840-8fb9-4217-9705-bced64634349 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2810] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/subnets?id=7daadb5a-7df6-4dbb-957a-cc7ffd8217c9 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2811] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/ports?network_id=7bcbc89e-285c-40d2-9019-8cf4e00933a3&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: 1377/2812] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3?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: 1436/2813] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3?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: 1378/2814] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:13 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: 1437/2815] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:13 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: 1379/2816] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:13 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: 1438/2817] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2818] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:13 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1520 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2819] 199.204.45.233 () {34 vars in 790 bytes} [Tue Apr 28 08:52:13 2026] PUT /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1307 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:14.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d3e4403-502b-446b-85b3-79b77c51e04d'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': 'f810a09d-5d89-456a-bfdb-d7471bbd2a2f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1381/2820] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 796 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1440/2821] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/subnets/2075ef15-7235-4053-ba99-cd8353b451d1 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2822] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2823] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:52:14 2026] PUT /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1080 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2824] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 796 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1442/2825] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2826] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2827] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 799 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2828] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2829] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:14 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1386/2830] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:15 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4976 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:16.156 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4446634-4561-4650-9f79-babe3c47af09'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': 'f810a09d-5d89-456a-bfdb-d7471bbd2a2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1445/2831] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:16 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2832] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:16 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2833] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:16 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2834] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:16 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2835] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:16 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2836] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:17 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2837] 199.204.45.233 () {34 vars in 975 bytes} [Tue Apr 28 08:52:17 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2838] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:52:17 2026] GET /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f?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: 7|app: 0|req: 1449/2839] 199.204.45.233 () {34 vars in 1016 bytes} [Tue Apr 28 08:52:17 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2840] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:52:17 2026] PUT /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 917 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2841] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3868 bytes in 48 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-28 08:52:18.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-e41220f7-4b5f-4562-9541-e079cdd9e341 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: f810a09d-5d89-456a-bfdb-d7471bbd2a2f 2026-04-28 08:52:18.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41220f7-4b5f-4562-9541-e079cdd9e341 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: f810a09d-5d89-456a-bfdb-d7471bbd2a2f [pid: 8|app: 0|req: 1392/2842] 199.204.45.233 () {32 vars in 759 bytes} [Tue Apr 28 08:52:18 2026] DELETE /v2.0/ports/f810a09d-5d89-456a-bfdb-d7471bbd2a2f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2843] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2844] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:18 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: 1452/2845] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:18 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: 1394/2846] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:18 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: 1453/2847] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2848] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2849] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2850] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2851] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => 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: 1397/2852] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2853] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:18 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2854] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3868 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2855] 199.204.45.233 () {34 vars in 1226 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/networks?id=2629c6b1-f106-4121-a53c-a6b220eaf638&id=de506cbb-708e-429c-ab2a-afa838a2a619&id=b395dac3-151d-43e6-8e2c-837c55576f9c&id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 3096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2856] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => 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: 1458/2857] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2858] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&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: 1459/2859] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2860] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1460/2861] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1402/2862] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2863] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2864] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1462/2865] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2866] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=2e73e69f-c167-4a37-bee1-4aeea004e0a6 => 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: 1463/2867] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2868] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2869] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:19 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1406/2870] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:20 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2871] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:20 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2872] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:20 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&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: 1466/2873] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:52:20 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1279 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2874] 10.0.0.124 () {32 vars in 858 bytes} [Tue Apr 28 08:52:20 2026] GET /v2.0/floatingips?floating_network_id=eea0982c-6299-4d08-a964-b0ba16d52254&port_id=445c2840-8fb9-4217-9705-bced64634349 => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2875] 10.0.0.27 () {34 vars in 989 bytes} [Tue Apr 28 08:52:21 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1279 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2876] 10.0.0.27 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:21 2026] GET /v2.0/security-groups?id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&id=2e52ef71-cf9f-4306-b621-245d6e474df4&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: 1411/2879] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:23 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: 1469/2880] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2881] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2882] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2883] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3868 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2884] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2885] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2886] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:23 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: 1415/2887] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:23 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: 1473/2888] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2889] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:52:23 2026] PUT /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1080 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:23.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3eb88049-c78e-44d6-a917-1f6016df701c'] response: {'name': 'network-changed', 'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'tag': '2e73e69f-c167-4a37-bee1-4aeea004e0a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1474/2890] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1475/2891] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2892] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:23 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2893] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:24 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2894] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:24 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3693 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2895] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:24 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2896] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:24 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2897] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:24 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2898] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:24 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2899] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:25 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3693 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2900] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:25 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1480/2901] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:25 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2902] 199.204.45.233 () {34 vars in 975 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2903] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2904] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2905] 199.204.45.233 () {34 vars in 1016 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2906] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2907] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/security-groups?id=2e52ef71-cf9f-4306-b621-245d6e474df4&id=5cde4e18-83f4-4975-99fd-45e0db5abe8c&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2908] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:52:26 2026] PUT /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2909] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:52:26 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-28 08:52:26.712 8 INFO neutron_taas.services.taas.taas_plugin [req-240c3ccc-0c6b-42ba-8ee9-1e6d7977d37e req-52474490-d7ab-409e-9e24-4504cad163c1 b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] TaaS: Handle Delete Port: 445c2840-8fb9-4217-9705-bced64634349 2026-04-28 08:52:26.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-240c3ccc-0c6b-42ba-8ee9-1e6d7977d37e req-52474490-d7ab-409e-9e24-4504cad163c1 b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Tap Mirror: Handle Delete Port: 445c2840-8fb9-4217-9705-bced64634349 2026-04-28 08:52:26.820 8 INFO neutron.db.l3_db [req-240c3ccc-0c6b-42ba-8ee9-1e6d7977d37e req-52474490-d7ab-409e-9e24-4504cad163c1 b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Floating IP 57af2848-d577-4db3-bd33-5cd7e80cc28c disassociated. External IP: 10.96.250.217, port: 445c2840-8fb9-4217-9705-bced64634349. [pid: 8|app: 0|req: 1425/2910] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:52:26 2026] DELETE /v2.0/ports/445c2840-8fb9-4217-9705-bced64634349 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:27.220 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bb6b890-0cd7-4b31-8a1e-3e6cb52593b6'] response: {'server_uuid': 'e94599af-bca9-41f8-ae43-8c49aa9b9ca3', 'name': 'network-vif-deleted', 'tag': '445c2840-8fb9-4217-9705-bced64634349', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1486/2911] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:27.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1835f9d-1dcf-41fb-ad18-d2c6e0e3a423 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 2e73e69f-c167-4a37-bee1-4aeea004e0a6 2026-04-28 08:52:27.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1835f9d-1dcf-41fb-ad18-d2c6e0e3a423 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 2e73e69f-c167-4a37-bee1-4aeea004e0a6 [pid: 8|app: 0|req: 1426/2912] 199.204.45.233 () {32 vars in 759 bytes} [Tue Apr 28 08:52:27 2026] DELETE /v2.0/ports/2e73e69f-c167-4a37-bee1-4aeea004e0a6 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2913] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1427/2914] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2915] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2916] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:27 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: 1489/2917] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2918] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2919] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2920] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2921] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2922] 199.204.45.233 () {30 vars in 743 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2923] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2924] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:27 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2925] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2926] 199.204.45.233 () {34 vars in 1146 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/networks?id=2629c6b1-f106-4121-a53c-a6b220eaf638&id=de506cbb-708e-429c-ab2a-afa838a2a619&id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 2311 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2927] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2928] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2929] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2930] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2931] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1436/2932] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.76&port_id=4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1497/2933] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/subnets?id=7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2934] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/ports?network_id=de506cbb-708e-429c-ab2a-afa838a2a619&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2935] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1438/2936] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?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: 1499/2937] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:28 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1439/2938] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:29 2026] GET /v2.0/ports?device_id=e94599af-bca9-41f8-ae43-8c49aa9b9ca3 => 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: 1500/2939] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:30 2026] DELETE /v2.0/security-groups/5cde4e18-83f4-4975-99fd-45e0db5abe8c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:31.034 8 INFO neutron.api.v2.resource [None req-ca0677b1-68ed-461c-b972-4e5b6257612b b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1440/2940] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:52:31 2026] GET /v2.0/security-groups/5cde4e18-83f4-4975-99fd-45e0db5abe8c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:52:31.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f6f2c8-1dc8-4ff2-bae2-56f5a7130cdb b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] TaaS: Handle Delete Port: 3087156d-c45f-4051-ba27-781ca66c8a28 2026-04-28 08:52:31.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f6f2c8-1dc8-4ff2-bae2-56f5a7130cdb b9fce699bc0a451693a01a7d49419a16 0b38318a0cb84b258b9c861f1e0f5caf - - default default] Tap Mirror: Handle Delete Port: 3087156d-c45f-4051-ba27-781ca66c8a28 [pid: 7|app: 0|req: 1501/2941] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:52:31 2026] DELETE /v2.0/floatingips/57af2848-d577-4db3-bd33-5cd7e80cc28c => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2942] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:31 2026] DELETE /v2.0/security-groups/2e52ef71-cf9f-4306-b621-245d6e474df4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:31.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f84d841-0e76-4e9c-b9ec-a8f0904fa0e2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: bb93f6c0-9030-4fc2-b28d-f61e946a0a62 2026-04-28 08:52:31.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f84d841-0e76-4e9c-b9ec-a8f0904fa0e2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: bb93f6c0-9030-4fc2-b28d-f61e946a0a62 [pid: 7|app: 0|req: 1502/2943] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:52:31 2026] PUT /v2.0/routers/cc8fdf3c-5be2-4329-b9ff-8fc61f37a60f/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:32.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aef99ec-239d-4168-baa3-f40725bd9cf2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 85263c80-29b6-4bf5-aed6-c68157cf95de 2026-04-28 08:52:32.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aef99ec-239d-4168-baa3-f40725bd9cf2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 85263c80-29b6-4bf5-aed6-c68157cf95de 2026-04-28 08:52:33.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aef99ec-239d-4168-baa3-f40725bd9cf2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: d58326ba-ac56-44bb-b7d7-8b322c8b5ee1 2026-04-28 08:52:33.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aef99ec-239d-4168-baa3-f40725bd9cf2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: d58326ba-ac56-44bb-b7d7-8b322c8b5ee1 2026-04-28 08:52:33.426 8 INFO neutron.db.l3_hamode_db [None req-7aef99ec-239d-4168-baa3-f40725bd9cf2 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network cc098500-2049-43d4-bfbf-aa062d288ca1 was deleted as no HA routers are present in tenant 0b38318a0cb84b258b9c861f1e0f5caf. 2026-04-28 08:52:33.431 8 INFO neutron.services.segments.plugin [-] Segment fbdb99af-6dac-4c2f-bb64-772316696174 resource provider aggregate not found [pid: 8|app: 0|req: 1442/2944] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:52:32 2026] DELETE /v2.0/routers/cc8fdf3c-5be2-4329-b9ff-8fc61f37a60f => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:33.454 8 INFO neutron.services.segments.plugin [-] Segment fbdb99af-6dac-4c2f-bb64-772316696174 resource provider aggregate not found 2026-04-28 08:52:33.459 8 INFO neutron.services.segments.plugin [-] Segment fbdb99af-6dac-4c2f-bb64-772316696174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbdb99af-6dac-4c2f-bb64-772316696174 found for delete ", "request_id": "req-ac227837-8306-4dc6-8d94-560172fd5a15"}]} 2026-04-28 08:52:33.469 8 INFO neutron.services.segments.plugin [-] Segment fbdb99af-6dac-4c2f-bb64-772316696174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbdb99af-6dac-4c2f-bb64-772316696174 found for delete ", "request_id": "req-14162f66-4165-44d9-ac23-d207e1d1d86c"}]} [pid: 7|app: 0|req: 1503/2945] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:52:33 2026] DELETE /v2.0/subnets/7daadb5a-7df6-4dbb-957a-cc7ffd8217c9 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:33.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b81cc2f-c12c-4637-955a-626070c2006d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 83771ccd-3408-4d5b-9cb0-9b91af86a3f1 2026-04-28 08:52:33.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b81cc2f-c12c-4637-955a-626070c2006d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 83771ccd-3408-4d5b-9cb0-9b91af86a3f1 [pid: 8|app: 0|req: 1443/2946] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:33 2026] DELETE /v2.0/networks/7bcbc89e-285c-40d2-9019-8cf4e00933a3 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:34.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-7644e15d-4ba1-4e8c-b9f8-3927a9159ce9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 0649ed19-7044-478f-8aa4-82861c13cd3e 2026-04-28 08:52:34.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7644e15d-4ba1-4e8c-b9f8-3927a9159ce9 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 0649ed19-7044-478f-8aa4-82861c13cd3e [pid: 7|app: 0|req: 1504/2947] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:52:33 2026] PUT /v2.0/routers/ff6ebf93-a6a4-4492-a148-61e6a3bab120/remove_router_interface => generated 309 bytes in 1435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:35.481 8 INFO neutron.services.segments.plugin [-] Segment 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e resource provider aggregate not found 2026-04-28 08:52:35.490 8 INFO neutron.services.segments.plugin [-] Segment 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e resource provider aggregate not found 2026-04-28 08:52:35.500 8 INFO neutron.services.segments.plugin [-] Segment 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e found for delete ", "request_id": "req-998eadbb-85c3-44b7-90d1-7c3b52ff1a21"}]} 2026-04-28 08:52:35.515 8 INFO neutron.services.segments.plugin [-] Segment 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d6b6dae-b2bb-4523-b7bf-14cee307ad8e found for delete ", "request_id": "req-52df3968-ab94-4038-a8eb-8eef42e1e09b"}]} 2026-04-28 08:52:35.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-70f2936e-5af9-45ad-a00c-01348fe2239d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 586de9ce-2ffb-4d21-82e9-fc3ee320935f 2026-04-28 08:52:35.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70f2936e-5af9-45ad-a00c-01348fe2239d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 586de9ce-2ffb-4d21-82e9-fc3ee320935f 2026-04-28 08:52:35.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-70f2936e-5af9-45ad-a00c-01348fe2239d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 42b0e677-1103-4c35-aadd-a009325092dd 2026-04-28 08:52:35.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70f2936e-5af9-45ad-a00c-01348fe2239d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 42b0e677-1103-4c35-aadd-a009325092dd 2026-04-28 08:52:36.154 8 INFO neutron.db.l3_hamode_db [None req-70f2936e-5af9-45ad-a00c-01348fe2239d d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] HA network eb6c4319-2953-4a04-a975-b2b45c1f1e97 was deleted as no HA routers are present in tenant 6401861a767a4bc596e3dae71183fa18. [pid: 8|app: 0|req: 1444/2948] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:52:35 2026] DELETE /v2.0/routers/ff6ebf93-a6a4-4492-a148-61e6a3bab120 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2949] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:52:36 2026] DELETE /v2.0/subnets/c0c99617-923a-418c-a267-701ab5e3dc1a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:36.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ff34174-9842-41e8-aafe-db1d3c8ed5b6 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: d6951d46-e811-4f35-80a2-b4fc8fcee6fe 2026-04-28 08:52:36.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ff34174-9842-41e8-aafe-db1d3c8ed5b6 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: d6951d46-e811-4f35-80a2-b4fc8fcee6fe [pid: 8|app: 0|req: 1445/2950] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:36 2026] DELETE /v2.0/networks/576de833-8213-43b5-ac38-48d921db571b => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2951] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:36 2026] GET /v2.0/security-groups?tenant_id=6401861a767a4bc596e3dae71183fa18&name=default => generated 2929 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2952] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:36 2026] DELETE /v2.0/security-groups/81cf803a-2fb8-4000-bf8d-6517bb07c126 => 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: 1507/2953] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:37 2026] GET /v2.0/security-groups?tenant_id=0b38318a0cb84b258b9c861f1e0f5caf&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2956] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:37 2026] DELETE /v2.0/security-groups/598892d3-9277-4e7c-a835-fe4e0ad06c58 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:37.522 8 INFO neutron.services.segments.plugin [-] Segment f5935e3e-642f-46b3-9ba6-7fdcf17f478c resource provider aggregate not found 2026-04-28 08:52:37.539 8 INFO neutron.services.segments.plugin [-] Segment f5935e3e-642f-46b3-9ba6-7fdcf17f478c resource provider aggregate not found 2026-04-28 08:52:37.544 8 INFO neutron.services.segments.plugin [-] Segment f5935e3e-642f-46b3-9ba6-7fdcf17f478c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5935e3e-642f-46b3-9ba6-7fdcf17f478c found for delete ", "request_id": "req-023a80aa-d5b5-45a3-9615-8d296f74749d"}]} 2026-04-28 08:52:37.564 8 INFO neutron.services.segments.plugin [-] Segment f5935e3e-642f-46b3-9ba6-7fdcf17f478c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5935e3e-642f-46b3-9ba6-7fdcf17f478c found for delete ", "request_id": "req-d77fa2a0-5436-49b7-b21e-f7e7219c1aaf"}]} 2026-04-28 08:52:37.568 8 INFO neutron.services.segments.plugin [-] Segment 9d54735c-27c8-412f-9373-c3c3b550c0a5 resource provider aggregate not found 2026-04-28 08:52:37.581 8 INFO neutron.services.segments.plugin [-] Segment 9d54735c-27c8-412f-9373-c3c3b550c0a5 resource provider aggregate not found 2026-04-28 08:52:37.585 8 INFO neutron.services.segments.plugin [-] Segment 9d54735c-27c8-412f-9373-c3c3b550c0a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d54735c-27c8-412f-9373-c3c3b550c0a5 found for delete ", "request_id": "req-a7144840-ee67-4d16-82a5-2fbf31799b93"}]} 2026-04-28 08:52:37.598 8 INFO neutron.services.segments.plugin [-] Segment 9d54735c-27c8-412f-9373-c3c3b550c0a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d54735c-27c8-412f-9373-c3c3b550c0a5 found for delete ", "request_id": "req-7482c619-ebca-4740-81fe-05a69d33caca"}]} [pid: 7|app: 0|req: 1510/2957] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:39 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: 1448/2958] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2959] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:39 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: 1449/2960] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:39.380 7 INFO neutron.api.v2.resource [None req-e0ca2467-70f6-4fa5-bcc3-1caa895ae703 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/2961] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:52:39 2026] GET /v2.0/security-groups/lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => 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: 1450/2962] 199.204.45.233 () {30 vars in 785 bytes} [Tue Apr 28 08:52:39 2026] GET /v2.0/security-groups?name=lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2963] 199.204.45.233 () {30 vars in 815 bytes} [Tue Apr 28 08:52:39 2026] GET /v2.0/security-group-rules?security_group_id=29148125-defd-4958-b09e-9bcb0eb7065f => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2964] 199.204.45.233 () {32 vars in 789 bytes} [Tue Apr 28 08:52:39 2026] DELETE /v2.0/security-group-rules/022974a6-ddde-4262-98b7-dfb9616d147c => 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: 1514/2965] 199.204.45.233 () {32 vars in 789 bytes} [Tue Apr 28 08:52:39 2026] DELETE /v2.0/security-group-rules/26fcbe21-3f5e-490d-8f66-e1e7c2cf1251 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2966] 10.0.0.124 () {34 vars in 678 bytes} [Tue Apr 28 08:52:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2967] 10.0.0.124 () {34 vars in 678 bytes} [Tue Apr 28 08:52:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2968] 10.0.0.124 () {34 vars in 678 bytes} [Tue Apr 28 08:52:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2969] 10.0.0.124 () {34 vars in 678 bytes} [Tue Apr 28 08:52:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2970] 10.0.0.124 () {34 vars in 678 bytes} [Tue Apr 28 08:52:41 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: 1517/2971] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:52:41 2026] PUT /v2.0/policies/a9f1b3cc-d535-4064-b84a-eab1c92eda08/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: 1455/2972] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:52:41 2026] PUT /v2.0/policies/2d1e30da-6cce-4e19-b768-658588b24b1d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2973] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:52:41 2026] PUT /v2.0/policies/e96b751b-722d-4e3d-8ff2-fd89d21c2b66/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2974] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:52:41 2026] PUT /v2.0/policies/0c7eac76-0445-4622-a076-675c60de49b0/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2975] 10.0.0.124 () {32 vars in 674 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2976] 10.0.0.124 () {32 vars in 688 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2977] 10.0.0.124 () {32 vars in 684 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2978] 10.0.0.124 () {32 vars in 696 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2979] 10.0.0.124 () {32 vars in 682 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2980] 10.0.0.124 () {32 vars in 696 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2981] 10.0.0.124 () {32 vars in 692 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2982] 10.0.0.124 () {32 vars in 704 bytes} [Tue Apr 28 08:52:42 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2983] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:52:42 2026] DELETE /v2.0/qos/policies/a9f1b3cc-d535-4064-b84a-eab1c92eda08 => 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: 1461/2984] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:52:43 2026] DELETE /v2.0/qos/policies/2d1e30da-6cce-4e19-b768-658588b24b1d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2985] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:52:43 2026] DELETE /v2.0/qos/policies/e96b751b-722d-4e3d-8ff2-fd89d21c2b66 => 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: 1462/2986] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:52:43 2026] DELETE /v2.0/qos/policies/0c7eac76-0445-4622-a076-675c60de49b0 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2987] 10.0.0.124 () {32 vars in 734 bytes} [Tue Apr 28 08:52:43 2026] DELETE /v2.0/qos/policies/756cff1f-a8a6-4b17-b75c-5ee54b3d50a2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:43.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-89f33bd3-17e2-46f6-81aa-fe607d68cb3a 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 608e0c01-1679-4100-a07c-a3071af1d4e6 2026-04-28 08:52:43.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f33bd3-17e2-46f6-81aa-fe607d68cb3a 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 608e0c01-1679-4100-a07c-a3071af1d4e6 2026-04-28 08:52:43.514 7 INFO neutron.db.l3_db [None req-89f33bd3-17e2-46f6-81aa-fe607d68cb3a 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Floating IP e234eed2-82d3-4a09-af44-c054e11330be disassociated (deleted). External IP: 10.96.250.218, port: 1b629948-772b-4070-b8cf-406f9f6a6c69. [pid: 7|app: 0|req: 1525/2988] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:52:43 2026] DELETE /v2.0/floatingips/e234eed2-82d3-4a09-af44-c054e11330be => generated 0 bytes in 727 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:43.888 8 INFO neutron.api.v2.resource [None req-703b0eaa-7920-4704-be59-d25f826721b6 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/2989] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:52:43 2026] GET /v2.0/floatingips/e234eed2-82d3-4a09-af44-c054e11330be => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2990] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/security-groups?tenant_id=b4c464fb27624d3b88faf39fb370d08c&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2991] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:44 2026] DELETE /v2.0/security-groups/d6a35314-6912-4eca-b2e4-6ba165ce253f => 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: 1527/2992] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/security-groups?tenant_id=ad63757b6f5d4828a83ffc2e4f412980&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2993] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:44 2026] DELETE /v2.0/security-groups/a3dc22e7-927d-40ba-9e60-3771ecc2be14 => 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: 1528/2994] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:44 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: 1467/2995] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:44 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: 1529/2996] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:44 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: 1468/2997] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:44.883 7 INFO neutron.api.v2.resource [None req-ca5e4ae6-78be-43aa-9e00-1e05a8932e84 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/2998] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/security-groups/lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2999] 199.204.45.233 () {30 vars in 785 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/security-groups?name=lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => 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: 1531/3000] 199.204.45.233 () {30 vars in 815 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/security-group-rules?security_group_id=29148125-defd-4958-b09e-9bcb0eb7065f => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3001] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:45 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: 1533/3002] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:45 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: 1534/3003] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:45 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: 1535/3004] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3005] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:44 2026] GET /v2.0/security-groups?tenant_id=cab11829042247bea244dea0f66b28b0&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3006] 199.204.45.233 () {30 vars in 741 bytes} [Tue Apr 28 08:52:45 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3007] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:45 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3008] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:45 2026] DELETE /v2.0/security-groups/16badf4e-d492-466e-94b2-f3d313075453 => 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: 1538/3009] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:45 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3010] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:45 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3011] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:46 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3012] 199.204.45.233 () {34 vars in 975 bytes} [Tue Apr 28 08:52:47 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1345 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3013] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Apr 28 08:52:47 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3014] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:47 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3015] 199.204.45.233 () {34 vars in 1016 bytes} [Tue Apr 28 08:52:47 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3016] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Apr 28 08:52:47 2026] PUT /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1146 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3017] 199.204.45.233 () {30 vars in 769 bytes} [Tue Apr 28 08:52:48 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 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: 1476/3018] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:52:48 2026] PUT /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1086 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3019] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:48 2026] GET /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => generated 1086 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, ' 2026-04-28 08:52:48.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-2227efc5-c90a-41dc-9ae2-c62f372f7e19 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 4b10f478-d60a-4413-a80e-42d1497bdf6e 2026-04-28 08:52:48.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2227efc5-c90a-41dc-9ae2-c62f372f7e19 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 4b10f478-d60a-4413-a80e-42d1497bdf6e [pid: 8|app: 0|req: 1477/3020] 199.204.45.233 () {32 vars in 759 bytes} [Tue Apr 28 08:52:48 2026] DELETE /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1544/3021] 199.204.45.233 () {30 vars in 703 bytes} [Tue Apr 28 08:52:49 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: 1478/3022] 199.204.45.233 () {30 vars in 705 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3023] 199.204.45.233 () {30 vars in 681 bytes} [Tue Apr 28 08:52:49 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: 1479/3024] 199.204.45.233 () {30 vars in 717 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:49.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e667b6a-8806-45e5-9032-60fafa81807f d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3025] 199.204.45.233 () {32 vars in 759 bytes} [Tue Apr 28 08:52:49 2026] DELETE /v2.0/ports/4b10f478-d60a-4413-a80e-42d1497bdf6e => 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: 1480/3026] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:49.372 8 INFO neutron.api.v2.resource [None req-6bda9525-01ed-4235-ac2c-c3a2e39cea7c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1481/3027] 199.204.45.233 () {30 vars in 763 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/security-groups/lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => 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: 1547/3028] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/ports?tenant_id=1ea479814ed94ad79b01c693d866856d&device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3029] 199.204.45.233 () {30 vars in 785 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/security-groups?name=lb-39c575e6-e7cf-402d-800f-c496d2bf4949 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3030] 199.204.45.233 () {34 vars in 1066 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/networks?id=2629c6b1-f106-4121-a53c-a6b220eaf638&id=de506cbb-708e-429c-ab2a-afa838a2a619 => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3031] 199.204.45.233 () {30 vars in 737 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3032] 199.204.45.233 () {34 vars in 1062 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.198&port_id=9ffba7b9-e3c9-41db-9f2c-292bd314a70b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:52:49.647 7 INFO neutron.db.segments_db [None req-7ce73aa0-4ca9-496c-ad44-09bf00cf9eb0 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Added segment e0fb3587-34c4-4842-be84-59613fb954e9 of type vxlan for network 0fa94b68-8885-4dc7-8819-885847ef76e5 [pid: 7|app: 0|req: 1548/3033] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:52:49 2026] POST /v2.0/networks => generated 631 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3034] 199.204.45.233 () {34 vars in 789 bytes} [Tue Apr 28 08:52:49 2026] PUT /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 1090 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3035] 199.204.45.233 () {34 vars in 984 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/subnets?id=8e4ebdce-f0df-4fa9-a36c-3e0679d9417d => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3036] 10.0.0.82 () {34 vars in 1177 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6&device_id=13a17597-0c22-4e00-8617-c8ab37edf381&device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 4168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3037] 199.204.45.233 () {32 vars in 779 bytes} [Tue Apr 28 08:52:49 2026] DELETE /v2.0/security-groups/29148125-defd-4958-b09e-9bcb0eb7065f => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3038] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/ports?network_id=2629c6b1-f106-4121-a53c-a6b220eaf638&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3039] 10.0.0.82 () {34 vars in 1119 bytes} [Tue Apr 28 08:52:49 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id&fields=name => generated 186 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:50.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e760527-0579-4e11-bab8-7034eb3c438c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 1b629948-772b-4070-b8cf-406f9f6a6c69 2026-04-28 08:52:50.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e760527-0579-4e11-bab8-7034eb3c438c d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 1b629948-772b-4070-b8cf-406f9f6a6c69 [pid: 7|app: 0|req: 1550/3040] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:52:49 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1551/3041] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:50 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?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: 1491/3042] 199.204.45.233 () {32 vars in 759 bytes} [Tue Apr 28 08:52:49 2026] DELETE /v2.0/ports/1b629948-772b-4070-b8cf-406f9f6a6c69 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3043] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:50 2026] GET /v2.0/networks/2629c6b1-f106-4121-a53c-a6b220eaf638?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3044] 10.0.0.124 () {34 vars in 666 bytes} [Tue Apr 28 08:52:50 2026] POST /v2.0/trunks => generated 407 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3045] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:50 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3046] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:52:50 2026] GET /v2.0/security-groups?id=16af9376-b14c-472f-89cb-a294806b65e5&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:52:50.446 7 INFO neutron.db.segments_db [None req-7f619b31-02d6-46d6-bf13-f2b3a4134704 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Added segment 9536e7f6-9be0-47d8-b9da-beaf5aeade49 of type vxlan for network fb65d390-b142-4f44-ac6b-a450a99a7e22 [pid: 7|app: 0|req: 1553/3047] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:52:50 2026] POST /v2.0/networks => generated 631 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3048] 10.0.0.82 () {34 vars in 1083 bytes} [Tue Apr 28 08:52:50 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381&device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 2931 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3049] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:52:50 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3050] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:52:50 2026] POST /v2.0/ports => generated 743 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3051] 10.0.0.124 () {34 vars in 666 bytes} [Tue Apr 28 08:52:50 2026] POST /v2.0/trunks => generated 407 bytes in 193 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-28 08:52:51.216 8 INFO neutron.db.segments_db [None req-2034cab4-ffc6-4a98-9615-c6e89bdae98a 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Added segment c22e9067-51b2-4729-b806-253dd654c8cc of type vxlan for network c466c665-c430-418e-adb5-44f1cc1b8cce [pid: 8|app: 0|req: 1496/3052] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:52:51 2026] POST /v2.0/networks => generated 630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3053] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:52:51 2026] POST /v2.0/ports => generated 743 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3054] 10.0.0.124 () {34 vars in 666 bytes} [Tue Apr 28 08:52:51 2026] POST /v2.0/trunks => generated 407 bytes in 228 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-28 08:52:51.995 7 INFO neutron.db.segments_db [None req-3203c996-2876-4e47-8acd-3052cae8fa6f 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Added segment 53bc8a83-846a-49ba-9f26-fee3cf07ec83 of type vxlan for network 64fd72a0-e963-4948-bfc5-d4a4b78f8786 [pid: 7|app: 0|req: 1558/3055] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:52:51 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) [pid: 8|app: 0|req: 1498/3058] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:52:52 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3059] 10.0.0.124 () {34 vars in 666 bytes} [Tue Apr 28 08:52:52 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-28 08:52:52.643 8 INFO neutron.db.segments_db [None req-6c79e80e-7498-49b7-be34-2a17b38bb30f 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Added segment ea980020-1986-4816-b41e-eb849d954dfd of type vxlan for network dcebb6e3-ac75-4b37-9211-2d621cf963da [pid: 8|app: 0|req: 1499/3060] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:52:52 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: 7|app: 0|req: 1562/3061] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:52:52 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1500/3062] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/ports?device_id=cfb01c1e-41c7-4055-8997-c63f5922bce6 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:53.223 8 INFO neutron_taas.services.taas.taas_plugin [req-4e46c068-3204-41ce-8cf6-f3d722a62a7d req-b367bc96-723a-4371-a0cb-8497751ebef8 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] TaaS: Handle Delete Port: 9ffba7b9-e3c9-41db-9f2c-292bd314a70b 2026-04-28 08:52:53.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e46c068-3204-41ce-8cf6-f3d722a62a7d req-b367bc96-723a-4371-a0cb-8497751ebef8 d60e816808844c45933653d4f61d6ea0 1ea479814ed94ad79b01c693d866856d - - default default] Tap Mirror: Handle Delete Port: 9ffba7b9-e3c9-41db-9f2c-292bd314a70b [pid: 7|app: 0|req: 1563/3063] 10.0.0.124 () {34 vars in 666 bytes} [Tue Apr 28 08:52:53 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3064] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:52:53 2026] PUT /v2.0/trunks/dc8cf243-8c0c-4de8-b3bb-ac9542220dba/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3065] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:52:53 2026] PUT /v2.0/trunks/28d5c1ca-9cd4-46f8-a0f7-5b787287b5a8/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3066] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:52:53 2026] PUT /v2.0/trunks/f55a1f75-2bba-411c-8ac8-9afe4aaefa18/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3067] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:52:53 2026] PUT /v2.0/trunks/7eb1453c-373e-46e1-931e-3320ef80a928/tags => 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: 1501/3068] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:52:53 2026] DELETE /v2.0/ports/9ffba7b9-e3c9-41db-9f2c-292bd314a70b => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3069] 10.0.0.124 () {32 vars in 662 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:53.435 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05eabea7-5d3a-4a9e-b298-f75627a68d8f'] response: {'server_uuid': 'cfb01c1e-41c7-4055-8997-c63f5922bce6', 'name': 'network-vif-deleted', 'tag': '9ffba7b9-e3c9-41db-9f2c-292bd314a70b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1502/3070] 10.0.0.124 () {32 vars in 676 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3071] 10.0.0.124 () {32 vars in 672 bytes} [Tue Apr 28 08:52:53 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: 8|app: 0|req: 1503/3072] 10.0.0.124 () {32 vars in 684 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3073] 10.0.0.124 () {32 vars in 670 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3074] 10.0.0.124 () {32 vars in 684 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3075] 10.0.0.124 () {32 vars in 680 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3076] 10.0.0.124 () {32 vars in 692 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3077] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks/dc8cf243-8c0c-4de8-b3bb-ac9542220dba => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3078] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/ports/4eb07426-e858-42b1-a4d7-e6026ebefdc3 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3079] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:52:53 2026] DELETE /v2.0/trunks/dc8cf243-8c0c-4de8-b3bb-ac9542220dba => 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: 1507/3080] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/trunks/28d5c1ca-9cd4-46f8-a0f7-5b787287b5a8 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3081] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:52:53 2026] GET /v2.0/ports/2cd58beb-2192-480e-9d88-5e4d0fec9f94 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3082] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:52:53 2026] DELETE /v2.0/trunks/28d5c1ca-9cd4-46f8-a0f7-5b787287b5a8 => 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: 1575/3083] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/trunks/f55a1f75-2bba-411c-8ac8-9afe4aaefa18 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3084] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/ports/1e30f1ef-9f0f-4a0e-8621-6ef7a25bfdfb => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3085] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/trunks/f55a1f75-2bba-411c-8ac8-9afe4aaefa18 => 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: 1511/3086] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/trunks/7eb1453c-373e-46e1-931e-3320ef80a928 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:54.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-56fae499-1ce5-4600-9ae2-7448684e0054 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 8679c058-31ac-441d-abb4-af7fc322ec92 2026-04-28 08:52:54.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56fae499-1ce5-4600-9ae2-7448684e0054 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 8679c058-31ac-441d-abb4-af7fc322ec92 [pid: 8|app: 0|req: 1512/3087] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/ports/33fc1059-5299-4f4f-bc03-2661d50a7e2a => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3088] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/trunks/7eb1453c-373e-46e1-931e-3320ef80a928 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3089] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/trunks/fe06e2e8-922f-4c98-bc49-f5f0c50588cb => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3090] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/ports/c2a40d7a-3099-49d2-98ae-711012202429 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:52:54.444 7 INFO neutron.db.l3_db [None req-56fae499-1ce5-4600-9ae2-7448684e0054 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Floating IP 86ece65a-9b51-4bf0-8852-8e215faf761d disassociated (deleted). External IP: 10.96.250.220, port: 47051c93-b4a0-4b65-8f15-679586de1457. [pid: 8|app: 0|req: 1516/3091] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/trunks/fe06e2e8-922f-4c98-bc49-f5f0c50588cb => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:54.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-97cb62ad-93d5-4493-b5cc-87efb41818a6 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] TaaS: Handle Delete Port: 4eb07426-e858-42b1-a4d7-e6026ebefdc3 2026-04-28 08:52:54.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97cb62ad-93d5-4493-b5cc-87efb41818a6 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Tap Mirror: Handle Delete Port: 4eb07426-e858-42b1-a4d7-e6026ebefdc3 [pid: 8|app: 0|req: 1517/3092] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/ports/4eb07426-e858-42b1-a4d7-e6026ebefdc3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3093] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/floatingips/86ece65a-9b51-4bf0-8852-8e215faf761d => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:54.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1e7885e-09af-4570-96c3-d94801f03df8 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] TaaS: Handle Delete Port: 2cd58beb-2192-480e-9d88-5e4d0fec9f94 2026-04-28 08:52:54.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1e7885e-09af-4570-96c3-d94801f03df8 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Tap Mirror: Handle Delete Port: 2cd58beb-2192-480e-9d88-5e4d0fec9f94 2026-04-28 08:52:54.788 7 INFO neutron.api.v2.resource [None req-a47dc8a7-ad94-4b8b-a947-a0bb9aff9e7b 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3094] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/floatingips/86ece65a-9b51-4bf0-8852-8e215faf761d => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:52:54.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f8606be-6f9c-4a97-abf9-d38f715d5d7b'] response: {'name': 'network-changed', 'server_uuid': '13a17597-0c22-4e00-8617-c8ab37edf381', 'tag': '47051c93-b4a0-4b65-8f15-679586de1457', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1518/3095] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/ports/2cd58beb-2192-480e-9d88-5e4d0fec9f94 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:54.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ac843cd-4f7c-4d75-8a71-d3553fba2bc6 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] TaaS: Handle Delete Port: 1e30f1ef-9f0f-4a0e-8621-6ef7a25bfdfb 2026-04-28 08:52:54.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ac843cd-4f7c-4d75-8a71-d3553fba2bc6 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Tap Mirror: Handle Delete Port: 1e30f1ef-9f0f-4a0e-8621-6ef7a25bfdfb [pid: 8|app: 0|req: 1519/3096] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:52:54 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3097] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3098] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:52:54 2026] DELETE /v2.0/ports/1e30f1ef-9f0f-4a0e-8621-6ef7a25bfdfb => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:55.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-e29fa3c2-b9bf-4a3a-b17b-c553131a61d4 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] TaaS: Handle Delete Port: 33fc1059-5299-4f4f-bc03-2661d50a7e2a 2026-04-28 08:52:55.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e29fa3c2-b9bf-4a3a-b17b-c553131a61d4 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Tap Mirror: Handle Delete Port: 33fc1059-5299-4f4f-bc03-2661d50a7e2a [pid: 8|app: 0|req: 1521/3099] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:52:55 2026] DELETE /v2.0/ports/33fc1059-5299-4f4f-bc03-2661d50a7e2a => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3100] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:55.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ad8dce7-cd7e-472b-a389-b5fd9bb60f07 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] TaaS: Handle Delete Port: c2a40d7a-3099-49d2-98ae-711012202429 2026-04-28 08:52:55.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ad8dce7-cd7e-472b-a389-b5fd9bb60f07 6587eb37b4e94c57b570b433fa2cb858 ef5c3d6f31ff4380af9b3a143eb7f9e8 - - default default] Tap Mirror: Handle Delete Port: c2a40d7a-3099-49d2-98ae-711012202429 [pid: 8|app: 0|req: 1523/3101] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/networks?id=6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3102] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 1525/3103] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A378&port_id=47051c93-b4a0-4b65-8f15-679586de1457 => 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: 1579/3104] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:52:55 2026] DELETE /v2.0/ports/c2a40d7a-3099-49d2-98ae-711012202429 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3105] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/subnets?id=2075ef15-7235-4053-ba99-cd8353b451d1&id=a30c78a8-ffde-47df-b512-cef987d20426 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3106] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3107] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/ports?network_id=6fb6a373-e611-4f26-8a83-abc88c15c648&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:55.617 7 INFO neutron.services.segments.plugin [-] Segment e0fb3587-34c4-4842-be84-59613fb954e9 resource provider aggregate not found 2026-04-28 08:52:55.625 7 INFO neutron.services.segments.plugin [-] Segment e0fb3587-34c4-4842-be84-59613fb954e9 resource provider aggregate not found 2026-04-28 08:52:55.641 7 INFO neutron.services.segments.plugin [-] Segment e0fb3587-34c4-4842-be84-59613fb954e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0fb3587-34c4-4842-be84-59613fb954e9 found for delete ", "request_id": "req-2fd3b100-e8e3-492f-b2f3-0fcafe844021"}]} [pid: 8|app: 0|req: 1529/3108] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1580/3109] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:55 2026] DELETE /v2.0/networks/0fa94b68-8885-4dc7-8819-885847ef76e5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:55.654 7 INFO neutron.services.segments.plugin [-] Segment e0fb3587-34c4-4842-be84-59613fb954e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0fb3587-34c4-4842-be84-59613fb954e9 found for delete ", "request_id": "req-90cc83af-eba6-4f56-9f63-d67501113a5b"}]} [pid: 8|app: 0|req: 1530/3110] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:52:55 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648?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: 1581/3111] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:55 2026] DELETE /v2.0/networks/fb65d390-b142-4f44-ac6b-a450a99a7e22 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:55.918 8 INFO neutron.services.segments.plugin [-] Segment c22e9067-51b2-4729-b806-253dd654c8cc resource provider aggregate not found 2026-04-28 08:52:55.926 8 INFO neutron.services.segments.plugin [-] Segment c22e9067-51b2-4729-b806-253dd654c8cc resource provider aggregate not found 2026-04-28 08:52:55.942 8 INFO neutron.services.segments.plugin [-] Segment c22e9067-51b2-4729-b806-253dd654c8cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22e9067-51b2-4729-b806-253dd654c8cc found for delete ", "request_id": "req-8934e9e5-6d5e-486f-b76f-b80ba87691b0"}]} 2026-04-28 08:52:55.944 8 INFO neutron.services.segments.plugin [-] Segment c22e9067-51b2-4729-b806-253dd654c8cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22e9067-51b2-4729-b806-253dd654c8cc found for delete ", "request_id": "req-0f253bec-fa1c-4be4-9d7b-78a40cd06b64"}]} [pid: 8|app: 0|req: 1531/3112] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:55 2026] DELETE /v2.0/networks/c466c665-c430-418e-adb5-44f1cc1b8cce => 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: 1582/3113] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:55 2026] DELETE /v2.0/networks/64fd72a0-e963-4948-bfc5-d4a4b78f8786 => 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: 1532/3114] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:52:56 2026] DELETE /v2.0/networks/dcebb6e3-ac75-4b37-9211-2d621cf963da => 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: 1583/3115] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:56 2026] GET /v2.0/security-groups?tenant_id=ab5df2ecd3464687adcd613883df3289&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3116] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:57 2026] DELETE /v2.0/security-groups/eedcc1d3-87ca-4d55-b061-31a96383db0f => 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: 1584/3117] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:52:57 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => generated 1202 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:57.560 8 INFO neutron_taas.services.taas.taas_plugin [req-591bb06d-3a11-43f0-a884-c6f29574e42a req-f04a3560-2111-4d0c-99a8-cef3a7791575 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 47051c93-b4a0-4b65-8f15-679586de1457 2026-04-28 08:52:57.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-591bb06d-3a11-43f0-a884-c6f29574e42a req-f04a3560-2111-4d0c-99a8-cef3a7791575 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 47051c93-b4a0-4b65-8f15-679586de1457 [pid: 7|app: 0|req: 1585/3118] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:57 2026] GET /v2.0/security-groups?tenant_id=f488bc6cd02c400cad9cb93c4887732c&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:57.661 7 INFO neutron.services.segments.plugin [-] Segment 9536e7f6-9be0-47d8-b9da-beaf5aeade49 resource provider aggregate not found 2026-04-28 08:52:57.675 7 INFO neutron.services.segments.plugin [-] Segment 9536e7f6-9be0-47d8-b9da-beaf5aeade49 resource provider aggregate not found 2026-04-28 08:52:57.680 7 INFO neutron.services.segments.plugin [-] Segment 9536e7f6-9be0-47d8-b9da-beaf5aeade49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9536e7f6-9be0-47d8-b9da-beaf5aeade49 found for delete ", "request_id": "req-a4e3b7b0-2c13-40c5-af3c-888c8e23ce6a"}]} 2026-04-28 08:52:57.695 7 INFO neutron.services.segments.plugin [-] Segment 9536e7f6-9be0-47d8-b9da-beaf5aeade49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9536e7f6-9be0-47d8-b9da-beaf5aeade49 found for delete ", "request_id": "req-3486ad59-81dc-43d9-af0d-2ca3ca1f48d8"}]} 2026-04-28 08:52:57.703 7 INFO neutron.services.segments.plugin [-] Segment 53bc8a83-846a-49ba-9f26-fee3cf07ec83 resource provider aggregate not found [pid: 7|app: 0|req: 1586/3119] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:57 2026] DELETE /v2.0/security-groups/5ab91921-6acf-44b8-9463-d403f15f5d14 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:52:57.720 7 INFO neutron.services.segments.plugin [-] Segment 53bc8a83-846a-49ba-9f26-fee3cf07ec83 resource provider aggregate not found 2026-04-28 08:52:57.724 7 INFO neutron.services.segments.plugin [-] Segment 53bc8a83-846a-49ba-9f26-fee3cf07ec83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53bc8a83-846a-49ba-9f26-fee3cf07ec83 found for delete ", "request_id": "req-b1b3fb18-6f14-4ca2-9e21-32709af72b7a"}]} 2026-04-28 08:52:57.739 7 INFO neutron.services.segments.plugin [-] Segment 53bc8a83-846a-49ba-9f26-fee3cf07ec83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53bc8a83-846a-49ba-9f26-fee3cf07ec83 found for delete ", "request_id": "req-b0313fb6-7b0f-46ae-b8a7-bb8cb2c2ad29"}]} [pid: 8|app: 0|req: 1534/3120] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:52:57 2026] DELETE /v2.0/ports/47051c93-b4a0-4b65-8f15-679586de1457 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:52:57.808 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5b5d42e-4f94-4b12-9e13-d0d02c53afc4'] response: {'server_uuid': '13a17597-0c22-4e00-8617-c8ab37edf381', 'name': 'network-vif-deleted', 'tag': '47051c93-b4a0-4b65-8f15-679586de1457', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1587/3121] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:52:57 2026] GET /v2.0/security-groups?tenant_id=ef5c3d6f31ff4380af9b3a143eb7f9e8&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-28 08:52:57.969 8 INFO neutron.services.segments.plugin [-] Segment ea980020-1986-4816-b41e-eb849d954dfd resource provider aggregate not found 2026-04-28 08:52:57.974 8 INFO neutron.services.segments.plugin [-] Segment ea980020-1986-4816-b41e-eb849d954dfd resource provider aggregate not found 2026-04-28 08:52:57.992 8 INFO neutron.services.segments.plugin [-] Segment ea980020-1986-4816-b41e-eb849d954dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea980020-1986-4816-b41e-eb849d954dfd found for delete ", "request_id": "req-821e5756-7923-446a-b006-b84a2184398a"}]} 2026-04-28 08:52:57.994 8 INFO neutron.services.segments.plugin [-] Segment ea980020-1986-4816-b41e-eb849d954dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea980020-1986-4816-b41e-eb849d954dfd found for delete ", "request_id": "req-6609ec27-0996-4f18-a798-27e87d1da28d"}]} [pid: 8|app: 0|req: 1535/3122] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:52:57 2026] DELETE /v2.0/security-groups/cb660f56-44e5-4fac-870a-d731e460475f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3123] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:53:00 2026] GET /v2.0/ports?device_id=13a17597-0c22-4e00-8617-c8ab37edf381 => 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: 1536/3124] 10.0.0.124 () {34 vars in 676 bytes} [Tue Apr 28 08:53:01 2026] POST /v2.0/floatingips => generated 552 bytes in 673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3125] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:53:01 2026] PUT /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3126] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:01 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3127] 10.0.0.124 () {34 vars in 770 bytes} [Tue Apr 28 08:53:01 2026] PUT /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3128] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:01 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/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: 1591/3129] 10.0.0.124 () {34 vars in 766 bytes} [Tue Apr 28 08:53:02 2026] PUT /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3130] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/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: 1592/3131] 10.0.0.124 () {34 vars in 788 bytes} [Tue Apr 28 08:53:02 2026] PUT /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3132] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3133] 10.0.0.124 () {34 vars in 759 bytes} [Tue Apr 28 08:53:02 2026] PUT /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3134] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/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: 1594/3135] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:02.435 8 INFO neutron.api.v2.resource [None req-9c4095dc-76eb-468b-93ec-c27ed42aa4f1 d919c4b4fd084efea592cacb0b7b072a 4be859d669ad47aa9ed0dba1dd0d5e51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3136] 10.0.0.124 () {32 vars in 751 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/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: 1595/3137] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:02 2026] DELETE /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3138] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:53:02.581 7 INFO neutron.api.v2.resource [None req-7969b94f-4971-4e45-86e9-4b298a2942e2 d919c4b4fd084efea592cacb0b7b072a 4be859d669ad47aa9ed0dba1dd0d5e51 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3139] 10.0.0.124 () {32 vars in 754 bytes} [Tue Apr 28 08:53:02 2026] DELETE /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/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: 1544/3140] 10.0.0.124 () {32 vars in 742 bytes} [Tue Apr 28 08:53:02 2026] DELETE /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3141] 10.0.0.124 () {32 vars in 739 bytes} [Tue Apr 28 08:53:02 2026] GET /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:53:02.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-39d93cbb-e2e2-481a-b237-541eae31bf49 d919c4b4fd084efea592cacb0b7b072a 4be859d669ad47aa9ed0dba1dd0d5e51 - - default default] TaaS: Handle Delete Port: 6cb6dc21-c19c-46f6-9568-c5bb9d5c4e80 2026-04-28 08:53:02.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39d93cbb-e2e2-481a-b237-541eae31bf49 d919c4b4fd084efea592cacb0b7b072a 4be859d669ad47aa9ed0dba1dd0d5e51 - - default default] Tap Mirror: Handle Delete Port: 6cb6dc21-c19c-46f6-9568-c5bb9d5c4e80 [pid: 8|app: 0|req: 1545/3142] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:53:02 2026] DELETE /v2.0/floatingips/a7b7bf05-d9ec-46ab-b0ab-84702d81e963 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3143] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:03 2026] GET /v2.0/security-groups?tenant_id=4be859d669ad47aa9ed0dba1dd0d5e51&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3144] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:03 2026] DELETE /v2.0/security-groups/f54351d2-e672-4cda-a189-d10b71da6926 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3145] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:04 2026] GET /v2.0/security-groups?tenant_id=f92caf214d314adfb275140952994ab5&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3146] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:04 2026] DELETE /v2.0/security-groups/d6a1017c-37bd-45d2-91ee-fabdfb96a5b9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:05.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-42bf9446-952c-4155-a743-d953ca648b4d 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 4b6b1e23-998b-462c-baba-5544caa3a12e 2026-04-28 08:53:05.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42bf9446-952c-4155-a743-d953ca648b4d 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 4b6b1e23-998b-462c-baba-5544caa3a12e 2026-04-28 08:53:05.562 7 INFO neutron.db.l3_db [None req-42bf9446-952c-4155-a743-d953ca648b4d 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Floating IP 05c0339d-3b80-4c7c-ac2f-3cfc84992769 disassociated (deleted). External IP: 10.96.250.216, port: 340c9761-3bf3-4e90-8653-b6b78d75ec64. [pid: 7|app: 0|req: 1600/3147] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:53:05 2026] DELETE /v2.0/floatingips/05c0339d-3b80-4c7c-ac2f-3cfc84992769 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:05.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8cbfc5d-9668-4701-9d29-8f6e41cc157b'] response: {'name': 'network-changed', 'server_uuid': 'e7d2862e-d49c-437f-bbf6-93eb55824b54', 'tag': '340c9761-3bf3-4e90-8653-b6b78d75ec64', 'status': 'completed', 'code': 200} 2026-04-28 08:53:05.915 8 INFO neutron.api.v2.resource [None req-38ebd822-fe9b-4929-bfb6-de6f5953cd21 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3148] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:05 2026] GET /v2.0/floatingips/05c0339d-3b80-4c7c-ac2f-3cfc84992769 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3149] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3150] 10.0.0.82 () {34 vars in 1039 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/security-groups?id=bead0df4-3936-4bb9-8777-68e2f37e1911&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3151] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/ports?tenant_id=54251d35067240aea3a44569651d174f&device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3152] 199.204.45.233 () {34 vars in 986 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/networks?id=b395dac3-151d-43e6-8e2c-837c55576f9c => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3153] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=340c9761-3bf3-4e90-8653-b6b78d75ec64 => 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: 1551/3154] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A338&port_id=340c9761-3bf3-4e90-8653-b6b78d75ec64 => 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: 1604/3155] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/subnets?id=278b6542-9dc4-47a3-9efa-29b926bf1b1f&id=b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 1408 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3156] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3157] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/ports?network_id=b395dac3-151d-43e6-8e2c-837c55576f9c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3158] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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: 1606/3159] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Apr 28 08:53:06 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c?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) 2026-04-28 08:53:07.830 7 INFO neutron.db.segments_db [None req-2e7702c6-1de4-4a34-b487-10b00606b93f 232553d1067b4f15892e235b8d7609d7 9ce997aafaf3444196d0e8f17224150f - - default default] Added segment c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 of type vxlan for network f2758baf-6836-4b60-bd58-01a7c1879dd7 [pid: 7|app: 0|req: 1608/3162] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:53:07 2026] POST /v2.0/networks => generated 632 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3163] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:53:07 2026] PUT /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3164] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:07 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/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: 1556/3165] 10.0.0.124 () {34 vars in 764 bytes} [Tue Apr 28 08:53:08 2026] PUT /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3166] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3167] 10.0.0.124 () {34 vars in 760 bytes} [Tue Apr 28 08:53:08 2026] PUT /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3168] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3169] 10.0.0.124 () {34 vars in 782 bytes} [Tue Apr 28 08:53:08 2026] PUT /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3170] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/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: 1559/3171] 10.0.0.124 () {34 vars in 753 bytes} [Tue Apr 28 08:53:08 2026] PUT /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3172] 199.204.45.233 () {34 vars in 994 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3173] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3174] 10.0.0.124 () {32 vars in 741 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:08.588 7 INFO neutron_taas.services.taas.taas_plugin [req-f2232397-99af-48ab-b0ed-23acdd779213 req-4400b652-11eb-431b-8a4e-31a92e3676eb 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 340c9761-3bf3-4e90-8653-b6b78d75ec64 2026-04-28 08:53:08.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f2232397-99af-48ab-b0ed-23acdd779213 req-4400b652-11eb-431b-8a4e-31a92e3676eb 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 340c9761-3bf3-4e90-8653-b6b78d75ec64 2026-04-28 08:53:08.611 8 INFO neutron.api.v2.resource [None req-11f869fa-7239-41c5-a6de-c1eaf8d2a0db 232553d1067b4f15892e235b8d7609d7 9ce997aafaf3444196d0e8f17224150f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3175] 10.0.0.124 () {32 vars in 745 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/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: 1563/3176] 10.0.0.124 () {32 vars in 744 bytes} [Tue Apr 28 08:53:08 2026] DELETE /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3177] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3178] 199.204.45.233 () {36 vars in 997 bytes} [Tue Apr 28 08:53:08 2026] DELETE /v2.0/ports/340c9761-3bf3-4e90-8653-b6b78d75ec64 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:08.767 8 INFO neutron.api.v2.resource [None req-d9c9700f-0389-4086-9011-07373db67192 232553d1067b4f15892e235b8d7609d7 9ce997aafaf3444196d0e8f17224150f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3179] 10.0.0.124 () {32 vars in 748 bytes} [Tue Apr 28 08:53:08 2026] DELETE /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-28 08:53:08.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e5afaf9-3e73-4301-9ba1-29a0a11ef109'] response: {'server_uuid': 'e7d2862e-d49c-437f-bbf6-93eb55824b54', 'name': 'network-vif-deleted', 'tag': '340c9761-3bf3-4e90-8653-b6b78d75ec64', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1615/3180] 10.0.0.124 () {32 vars in 736 bytes} [Tue Apr 28 08:53:08 2026] DELETE /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3181] 10.0.0.124 () {32 vars in 733 bytes} [Tue Apr 28 08:53:08 2026] GET /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:53:09.009 7 INFO neutron.services.segments.plugin [-] Segment c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 resource provider aggregate not found 2026-04-28 08:53:09.014 7 INFO neutron.services.segments.plugin [-] Segment c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 resource provider aggregate not found 2026-04-28 08:53:09.029 7 INFO neutron.services.segments.plugin [-] Segment c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 found for delete ", "request_id": "req-69b039aa-5e60-4932-975c-8bf621a1155b"}]} 2026-04-28 08:53:09.032 7 INFO neutron.services.segments.plugin [-] Segment c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b3c1c8-f0d8-4db1-ac59-7c8d54304506 found for delete ", "request_id": "req-646277cb-c81c-475f-bbd6-b95b6233d6b3"}]} [pid: 7|app: 0|req: 1616/3182] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:53:08 2026] DELETE /v2.0/networks/f2758baf-6836-4b60-bd58-01a7c1879dd7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3183] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:09 2026] GET /v2.0/security-groups?tenant_id=f8c559feb22040399bb9600f86c5ce36&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3184] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:10 2026] DELETE /v2.0/security-groups/1f1145fd-ef17-4c4e-b124-425a611babb2 => 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: 1568/3185] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:10 2026] GET /v2.0/security-groups?tenant_id=9ce997aafaf3444196d0e8f17224150f&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3186] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:10 2026] DELETE /v2.0/security-groups/e73a3ecb-7647-4b9f-8f8d-a313d2cf884f => 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: 1569/3187] 10.0.0.82 () {34 vars in 989 bytes} [Tue Apr 28 08:53:11 2026] GET /v2.0/ports?device_id=e7d2862e-d49c-437f-bbf6-93eb55824b54 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:53:13.896 7 INFO neutron.db.segments_db [None req-7399b835-a139-467c-82ec-a92d308ba209 f36d80991ace41abab7d3ecdd00cbcd5 f66951b5dc284680a284c58e4fb53bd5 - - default default] Added segment 272b94f2-2e16-4d1a-8493-aa19b79fc7ba of type vxlan for network f7f23368-8dc5-4857-8ba5-f35bd23306b3 [pid: 7|app: 0|req: 1619/3188] 10.0.0.124 () {34 vars in 670 bytes} [Tue Apr 28 08:53:13 2026] POST /v2.0/networks => generated 631 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3189] 10.0.0.124 () {34 vars in 664 bytes} [Tue Apr 28 08:53:14 2026] POST /v2.0/ports => generated 743 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3190] 10.0.0.124 () {34 vars in 666 bytes} [Tue Apr 28 08:53:14 2026] POST /v2.0/trunks => generated 407 bytes in 150 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: 1571/3191] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:53:14 2026] PUT /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3192] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3193] 10.0.0.124 () {34 vars in 760 bytes} [Tue Apr 28 08:53:14 2026] PUT /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3194] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3195] 10.0.0.124 () {34 vars in 756 bytes} [Tue Apr 28 08:53:14 2026] PUT /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3196] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3197] 10.0.0.124 () {34 vars in 778 bytes} [Tue Apr 28 08:53:14 2026] PUT /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3198] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3199] 10.0.0.124 () {34 vars in 749 bytes} [Tue Apr 28 08:53:14 2026] PUT /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3200] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3201] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:14.865 7 INFO neutron.api.v2.resource [None req-67257849-52b3-4601-9657-8b1809353459 f36d80991ace41abab7d3ecdd00cbcd5 f66951b5dc284680a284c58e4fb53bd5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3202] 10.0.0.124 () {32 vars in 741 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3203] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:14 2026] DELETE /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3204] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-28 08:53:14.955 8 INFO neutron.api.v2.resource [None req-a22e319b-1d5b-4d4b-b9cd-2a40546473b1 f36d80991ace41abab7d3ecdd00cbcd5 f66951b5dc284680a284c58e4fb53bd5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3205] 10.0.0.124 () {32 vars in 744 bytes} [Tue Apr 28 08:53:14 2026] DELETE /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3206] 10.0.0.124 () {32 vars in 732 bytes} [Tue Apr 28 08:53:14 2026] DELETE /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3207] 10.0.0.124 () {32 vars in 729 bytes} [Tue Apr 28 08:53:14 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3208] 10.0.0.124 () {32 vars in 719 bytes} [Tue Apr 28 08:53:15 2026] GET /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3209] 10.0.0.124 () {32 vars in 717 bytes} [Tue Apr 28 08:53:15 2026] GET /v2.0/ports/cce37151-a871-4e9a-ba72-2fbeed6b6b1c => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3210] 10.0.0.124 () {32 vars in 722 bytes} [Tue Apr 28 08:53:15 2026] DELETE /v2.0/trunks/5488c1b1-c647-4662-a7b6-d0c786092453 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:15.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-472500c8-1faa-473c-9ffc-5e13431e7d37 f36d80991ace41abab7d3ecdd00cbcd5 f66951b5dc284680a284c58e4fb53bd5 - - default default] TaaS: Handle Delete Port: cce37151-a871-4e9a-ba72-2fbeed6b6b1c 2026-04-28 08:53:15.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-472500c8-1faa-473c-9ffc-5e13431e7d37 f36d80991ace41abab7d3ecdd00cbcd5 f66951b5dc284680a284c58e4fb53bd5 - - default default] Tap Mirror: Handle Delete Port: cce37151-a871-4e9a-ba72-2fbeed6b6b1c [pid: 8|app: 0|req: 1581/3211] 10.0.0.124 () {32 vars in 720 bytes} [Tue Apr 28 08:53:15 2026] DELETE /v2.0/ports/cce37151-a871-4e9a-ba72-2fbeed6b6b1c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:15.488 7 INFO neutron.services.segments.plugin [-] Segment 272b94f2-2e16-4d1a-8493-aa19b79fc7ba resource provider aggregate not found 2026-04-28 08:53:15.492 7 INFO neutron.services.segments.plugin [-] Segment 272b94f2-2e16-4d1a-8493-aa19b79fc7ba resource provider aggregate not found 2026-04-28 08:53:15.514 7 INFO neutron.services.segments.plugin [-] Segment 272b94f2-2e16-4d1a-8493-aa19b79fc7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272b94f2-2e16-4d1a-8493-aa19b79fc7ba found for delete ", "request_id": "req-910f0aa3-4a1c-4bfb-aceb-8d80a252fbae"}]} 2026-04-28 08:53:15.514 7 INFO neutron.services.segments.plugin [-] Segment 272b94f2-2e16-4d1a-8493-aa19b79fc7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 272b94f2-2e16-4d1a-8493-aa19b79fc7ba found for delete ", "request_id": "req-bc58c7a4-2498-4fc4-b245-36d7cb6b444a"}]} [pid: 7|app: 0|req: 1631/3212] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:53:15 2026] DELETE /v2.0/networks/f7f23368-8dc5-4857-8ba5-f35bd23306b3 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3213] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-groups?tenant_id=f66951b5dc284680a284c58e4fb53bd5&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3214] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-groups/32fa7170-7f59-407d-a076-1edbd03ae09b => 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: 1583/3215] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/3e5491a1-4614-44b0-9833-5246e88b7c04 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.412 7 INFO neutron.api.v2.resource [None req-f70cc471-f4ef-4fef-990b-e9640f534e96 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3216] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/3e5491a1-4614-44b0-9833-5246e88b7c04 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3217] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/8d5b778d-8835-491d-ae6d-5c428919d1a8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.506 8 INFO neutron.api.v2.resource [None req-8be5aed0-2c63-4172-b687-086c306a0079 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3218] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/8d5b778d-8835-491d-ae6d-5c428919d1a8 => 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: 1586/3219] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/35332dca-c987-4540-b5ca-225c40119099 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.584 8 INFO neutron.api.v2.resource [None req-999f7902-592d-490d-ae52-b7651d17ab86 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3220] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/35332dca-c987-4540-b5ca-225c40119099 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3221] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-groups?tenant_id=9a1e656567ff47b9a5cdb464ab412cc6&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3222] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/fc3e13ce-4dcb-4319-998b-ced4cc1e3846 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.672 8 INFO neutron.api.v2.resource [None req-2dbd40c6-8b86-4eaf-8302-94a4b70553af 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3223] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/fc3e13ce-4dcb-4319-998b-ced4cc1e3846 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3224] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-groups/a3d22b5f-1078-4800-ae18-489aa4c16e2f => 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: 1590/3225] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/c79847cc-ab3a-48d2-a671-699e65e02086 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.766 7 INFO neutron.api.v2.resource [None req-bd536951-cb29-43b6-8de4-5fa06dd35d81 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3226] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/c79847cc-ab3a-48d2-a671-699e65e02086 => 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: 1591/3227] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/6a1d883c-c8a7-495a-9405-8ef8f9ee0ea5 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.854 7 INFO neutron.api.v2.resource [None req-95be8d32-0571-4839-91b9-de2031a2e7e2 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3228] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/6a1d883c-c8a7-495a-9405-8ef8f9ee0ea5 => 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: 1592/3229] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/33c89331-5767-452f-afe0-36c470fa4317 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:16.932 7 INFO neutron.api.v2.resource [None req-cf7437c9-5ad2-4ce8-9e8c-9e770471ed81 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3230] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:16 2026] GET /v2.0/security-group-rules/33c89331-5767-452f-afe0-36c470fa4317 => 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: 1593/3231] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:16 2026] DELETE /v2.0/security-group-rules/43f10a34-a509-4dae-9869-317526c37e72 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:17.016 7 INFO neutron.api.v2.resource [None req-f65d501f-3bb3-40ab-86ef-9d26a982ddb8 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3232] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:17 2026] GET /v2.0/security-group-rules/43f10a34-a509-4dae-9869-317526c37e72 => 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: 1594/3233] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:17 2026] DELETE /v2.0/security-group-rules/66a8172a-0208-4046-89ab-abd82ea0be4d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:17.115 7 INFO neutron.api.v2.resource [None req-fe34aa23-1ae5-41c6-bf8f-f6b77535d25e 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3234] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:17 2026] GET /v2.0/security-group-rules/66a8172a-0208-4046-89ab-abd82ea0be4d => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3235] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:17 2026] DELETE /v2.0/security-group-rules/f70a245a-3700-4b49-83f9-39a51f3ddcc2 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:17.206 7 INFO neutron.api.v2.resource [None req-852149ba-f1c6-4d98-a9c6-7635b2091d41 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3236] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:17 2026] GET /v2.0/security-group-rules/f70a245a-3700-4b49-83f9-39a51f3ddcc2 => 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: 1596/3237] 10.0.0.124 () {32 vars in 750 bytes} [Tue Apr 28 08:53:17 2026] DELETE /v2.0/security-group-rules/b1268e89-4b92-4cae-b0bf-345776506b51 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:17.291 7 INFO neutron.api.v2.resource [None req-777b06d2-0d49-4975-bd48-3ed2f79a1668 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3238] 10.0.0.124 () {32 vars in 747 bytes} [Tue Apr 28 08:53:17 2026] GET /v2.0/security-group-rules/b1268e89-4b92-4cae-b0bf-345776506b51 => 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: 1597/3239] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:17 2026] DELETE /v2.0/security-groups/bead0df4-3936-4bb9-8777-68e2f37e1911 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:17.401 7 INFO neutron.api.v2.resource [None req-641d7f04-e87a-478b-b1ea-ebd2cdfd1773 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3240] 10.0.0.124 () {32 vars in 737 bytes} [Tue Apr 28 08:53:17 2026] GET /v2.0/security-groups/bead0df4-3936-4bb9-8777-68e2f37e1911 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:17.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d39bb5b-b55b-47ed-84ef-52be3ccefe42 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: bdc5cefc-c277-4aad-9e8d-c69d707272e9 2026-04-28 08:53:17.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d39bb5b-b55b-47ed-84ef-52be3ccefe42 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: bdc5cefc-c277-4aad-9e8d-c69d707272e9 [pid: 8|app: 0|req: 1598/3241] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:53:17 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:53:18.566 7 INFO neutron.api.v2.resource [None req-dbd58174-b854-4837-9a16-c0c0f4590149 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3242] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:53:18 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:18.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-31d5f420-b7f6-41dd-8596-ff77b62b7124 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 416d25df-1314-4175-8301-ca6136fe6c85 2026-04-28 08:53:18.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31d5f420-b7f6-41dd-8596-ff77b62b7124 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 416d25df-1314-4175-8301-ca6136fe6c85 [pid: 8|app: 0|req: 1599/3243] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:53:18 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-28 08:53:19.728 7 INFO neutron.api.v2.resource [None req-bf8744c0-e65b-4afa-9344-4074f8d8a096 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3244] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:53:19 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:20.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-28e28349-01e3-4676-9a6d-a3d75d56c854 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 7b0d5ac5-5d60-4832-a303-a22a73c9c2a0 2026-04-28 08:53:20.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28e28349-01e3-4676-9a6d-a3d75d56c854 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 7b0d5ac5-5d60-4832-a303-a22a73c9c2a0 [pid: 8|app: 0|req: 1600/3245] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:53:19 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/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-28 08:53:20.809 7 INFO neutron.api.v2.resource [None req-c779469f-40bc-4d05-a682-c1ad28bb888a 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3246] 10.0.0.124 () {34 vars in 789 bytes} [Tue Apr 28 08:53:20 2026] PUT /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:21.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-8626afe9-ecb5-4a79-954d-31db4c7b07cc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 5513610a-407a-4e30-932a-fa4c525062c1 2026-04-28 08:53:21.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8626afe9-ecb5-4a79-954d-31db4c7b07cc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 5513610a-407a-4e30-932a-fa4c525062c1 2026-04-28 08:53:21.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-8626afe9-ecb5-4a79-954d-31db4c7b07cc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: e71d7026-eb77-44b1-924d-92adb0e35c79 2026-04-28 08:53:21.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8626afe9-ecb5-4a79-954d-31db4c7b07cc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: e71d7026-eb77-44b1-924d-92adb0e35c79 2026-04-28 08:53:21.717 8 INFO neutron.services.segments.plugin [-] Segment 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 resource provider aggregate not found 2026-04-28 08:53:21.725 8 INFO neutron.services.segments.plugin [-] Segment 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 resource provider aggregate not found 2026-04-28 08:53:21.744 8 INFO neutron.services.segments.plugin [-] Segment 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 found for delete ", "request_id": "req-b30ed982-16c2-493c-8666-adbac83c124b"}]} 2026-04-28 08:53:21.745 8 INFO neutron.services.segments.plugin [-] Segment 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7b0f0c-ab4e-4d32-a7b2-6a0522a374a1 found for delete ", "request_id": "req-e6c1988a-1865-45c8-9725-df62fb46fa88"}]} 2026-04-28 08:53:21.750 8 INFO neutron.db.l3_hamode_db [None req-8626afe9-ecb5-4a79-954d-31db4c7b07cc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] HA network 6db600d6-0b66-4385-8c90-8060a654ce8c was deleted as no HA routers are present in tenant 54251d35067240aea3a44569651d174f. [pid: 8|app: 0|req: 1601/3247] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:20 2026] DELETE /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-28 08:53:21.781 7 INFO neutron.api.v2.resource [None req-e5f0b029-41c6-4107-9cc8-627ca9eb5516 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3248] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:21 2026] GET /v2.0/routers/a7823391-a1b5-401d-b065-75014f446cbc => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3249] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:21 2026] DELETE /v2.0/subnets/2075ef15-7235-4053-ba99-cd8353b451d1 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:21.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cf8921e-790c-424d-a9ac-5ecb2bfa57bd 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3250] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:21 2026] GET /v2.0/subnets/2075ef15-7235-4053-ba99-cd8353b451d1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3251] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:21 2026] DELETE /v2.0/subnets/a30c78a8-ffde-47df-b512-cef987d20426 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:22.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-016a3205-a487-4a2a-aab9-dae354325f35 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3252] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:22 2026] GET /v2.0/subnets/a30c78a8-ffde-47df-b512-cef987d20426 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:22.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-2738aba8-241d-4b13-94b2-06ea530f81dc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 710059f8-e6de-4023-886b-f35b4269339c 2026-04-28 08:53:22.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2738aba8-241d-4b13-94b2-06ea530f81dc 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 710059f8-e6de-4023-886b-f35b4269339c [pid: 8|app: 0|req: 1604/3255] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:53:22 2026] DELETE /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:22.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b1dedca-24e6-42f0-8441-0c0fbbd82d26 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3256] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:53:22 2026] GET /v2.0/networks/6fb6a373-e611-4f26-8a83-abc88c15c648 => 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: 1605/3257] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:22 2026] DELETE /v2.0/subnets/b9e54c46-938a-4252-b92c-4ac061c7c218 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:22.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a92d679-8c4b-45d7-91a1-8ffcce14d352 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3258] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:22 2026] GET /v2.0/subnets/b9e54c46-938a-4252-b92c-4ac061c7c218 => 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: 1606/3259] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:22 2026] DELETE /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:22.780 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46140630-30b9-44c7-9e09-5ae9ab0f0c6d 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3260] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:22 2026] GET /v2.0/subnets/278b6542-9dc4-47a3-9efa-29b926bf1b1f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:22.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-97fca22a-b66d-448c-aff0-dc66d3d8079c 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: 3321c1fd-842e-4c3f-982b-2b0796334e53 2026-04-28 08:53:22.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97fca22a-b66d-448c-aff0-dc66d3d8079c 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: 3321c1fd-842e-4c3f-982b-2b0796334e53 [pid: 8|app: 0|req: 1607/3261] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:53:22 2026] DELETE /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:23.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec38c0f1-f5f2-4f92-9cdb-a0fa40c32115 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3262] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:53:23 2026] GET /v2.0/networks/b395dac3-151d-43e6-8e2c-837c55576f9c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3263] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:23 2026] DELETE /v2.0/subnets/1ad113ab-8d7e-46f2-993f-a27a2696dc47 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:23.360 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec8143e5-377a-4ea0-a1b5-bb331718a89a 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3264] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:23 2026] GET /v2.0/subnets/1ad113ab-8d7e-46f2-993f-a27a2696dc47 => 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: 1609/3265] 10.0.0.124 () {32 vars in 724 bytes} [Tue Apr 28 08:53:23 2026] DELETE /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:23.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15f29460-263f-4266-a0b6-b3f853d12cf3 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3266] 10.0.0.124 () {32 vars in 721 bytes} [Tue Apr 28 08:53:23 2026] GET /v2.0/subnets/7eae5a19-146f-4da0-b901-2a5e2494e410 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:23.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4686736-a658-474a-89a8-c4c292764b5b 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] TaaS: Handle Delete Port: eea359cd-8501-4565-a50c-e13d7684c860 2026-04-28 08:53:23.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4686736-a658-474a-89a8-c4c292764b5b 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] Tap Mirror: Handle Delete Port: eea359cd-8501-4565-a50c-e13d7684c860 2026-04-28 08:53:23.771 8 INFO neutron.services.segments.plugin [-] Segment 4179474f-9f22-48d8-8dbd-eff4be1ecf3e resource provider aggregate not found 2026-04-28 08:53:23.772 8 INFO neutron.services.segments.plugin [-] Segment 4179474f-9f22-48d8-8dbd-eff4be1ecf3e resource provider aggregate not found 2026-04-28 08:53:23.797 8 INFO neutron.services.segments.plugin [-] Segment 4179474f-9f22-48d8-8dbd-eff4be1ecf3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4179474f-9f22-48d8-8dbd-eff4be1ecf3e found for delete ", "request_id": "req-112e0394-a7e8-44c9-85ad-c1e55cc5ca2f"}]} 2026-04-28 08:53:23.806 8 INFO neutron.services.segments.plugin [-] Segment 4179474f-9f22-48d8-8dbd-eff4be1ecf3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4179474f-9f22-48d8-8dbd-eff4be1ecf3e found for delete ", "request_id": "req-baa4f660-612e-4193-b80a-05231ba132fa"}]} 2026-04-28 08:53:23.819 8 INFO neutron.services.segments.plugin [-] Segment 94f8e48a-41a9-4bed-b24b-94d24320fead resource provider aggregate not found 2026-04-28 08:53:23.828 8 INFO neutron.services.segments.plugin [-] Segment 94f8e48a-41a9-4bed-b24b-94d24320fead resource provider aggregate not found 2026-04-28 08:53:23.845 8 INFO neutron.services.segments.plugin [-] Segment 94f8e48a-41a9-4bed-b24b-94d24320fead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94f8e48a-41a9-4bed-b24b-94d24320fead found for delete ", "request_id": "req-1084d801-75e2-4419-8bdd-8e982d061e60"}]} 2026-04-28 08:53:23.854 8 INFO neutron.services.segments.plugin [-] Segment 94f8e48a-41a9-4bed-b24b-94d24320fead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94f8e48a-41a9-4bed-b24b-94d24320fead found for delete ", "request_id": "req-8d65a9b5-df7a-41b7-b12c-9c179b428050"}]} [pid: 8|app: 0|req: 1610/3267] 10.0.0.124 () {32 vars in 726 bytes} [Tue Apr 28 08:53:23 2026] DELETE /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-28 08:53:23.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1a5eaf5-c998-4d82-a898-f7e8bf309286 0af1571e6b7e4849806df2919ed7b595 54251d35067240aea3a44569651d174f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3268] 10.0.0.124 () {32 vars in 723 bytes} [Tue Apr 28 08:53:23 2026] GET /v2.0/networks/de506cbb-708e-429c-ab2a-afa838a2a619 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-28 08:53:25.864 8 INFO neutron.services.segments.plugin [-] Segment ed631458-3edd-4fc9-a3cd-8de637f07675 resource provider aggregate not found 2026-04-28 08:53:25.879 8 INFO neutron.services.segments.plugin [-] Segment ed631458-3edd-4fc9-a3cd-8de637f07675 resource provider aggregate not found 2026-04-28 08:53:25.884 8 INFO neutron.services.segments.plugin [-] Segment ed631458-3edd-4fc9-a3cd-8de637f07675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed631458-3edd-4fc9-a3cd-8de637f07675 found for delete ", "request_id": "req-c7fe23e7-c28b-4e9f-99aa-7070325aa39e"}]} 2026-04-28 08:53:25.899 8 INFO neutron.services.segments.plugin [-] Segment ed631458-3edd-4fc9-a3cd-8de637f07675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed631458-3edd-4fc9-a3cd-8de637f07675 found for delete ", "request_id": "req-937d3bbb-f6d6-4ea1-bebb-be53d12d5ed3"}]} [pid: 8|app: 0|req: 1611/3269] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:26 2026] GET /v2.0/security-groups?tenant_id=d2d4f26fbb5c40e4ac32d20df1e06170&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3270] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:26 2026] DELETE /v2.0/security-groups/3a75e76e-db2e-477c-b24a-f88079a0d2e2 => 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: 1612/3271] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:26 2026] GET /v2.0/security-groups?tenant_id=2baad85d337645f2b2a776536e70c67f&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3272] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:26 2026] DELETE /v2.0/security-groups/49b2d07e-65b0-493d-b1a2-91f615bbc1e6 => 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: 1613/3273] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:26 2026] GET /v2.0/security-groups?tenant_id=75fd30852c84416298d6b6516715349e&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3274] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:27 2026] DELETE /v2.0/security-groups/6308db6c-7778-4886-b21e-f9769369194e => 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: 1614/3275] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:27 2026] GET /v2.0/security-groups?tenant_id=54251d35067240aea3a44569651d174f&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3276] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:27 2026] DELETE /v2.0/security-groups/cf8e030c-9795-42db-97b1-5d55dd741eab => 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: 1615/3277] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:27 2026] GET /v2.0/security-groups?tenant_id=6100c970259d45d2934f96792eff0ee9&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3278] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:27 2026] DELETE /v2.0/security-groups/5581df8a-9fc6-4c1e-96cd-c021746b66de => 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: 1616/3279] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:27 2026] GET /v2.0/security-groups?tenant_id=9a8e1be14a4b4bdbbc7747d1ed05b6e8&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3280] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:28 2026] DELETE /v2.0/security-groups/1b31ae2b-4b5c-4761-9dee-9ae229449767 => 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: 1617/3281] 10.0.0.124 () {32 vars in 774 bytes} [Tue Apr 28 08:53:28 2026] GET /v2.0/security-groups?tenant_id=7a88636391db4dfb9008d3516e3ead53&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3282] 10.0.0.124 () {32 vars in 740 bytes} [Tue Apr 28 08:53:28 2026] DELETE /v2.0/security-groups/32a1fc16-4861-43b6-8e5a-b0e533973617 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3283] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:53:30 2026] GET /v2.0/networks => generated 2168 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3284] 10.0.0.124 () {32 vars in 655 bytes} [Tue Apr 28 08:53:32 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3285] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:53:32 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3286] 10.0.0.124 () {32 vars in 643 bytes} [Tue Apr 28 08:53:32 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3287] 10.0.0.124 () {32 vars in 647 bytes} [Tue Apr 28 08:53:32 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: 1668/3288] 10.0.0.124 () {32 vars in 649 bytes} [Tue Apr 28 08:53:32 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3289] 10.0.0.124 () {32 vars in 663 bytes} [Tue Apr 28 08:53:32 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3290] 10.0.0.124 () {32 vars in 655 bytes} [Tue Apr 28 08:53:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)