+ 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 May 12 06:22:50 2026] *** compiled with version: 13.3.0 on 12 May 2026 01:40:25 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-c9cddf74c-vrj5m 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 0x7f0d75ff9668 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-05-12 06:22:54.174 7 INFO neutron.common.config [-] Logging enabled! 2026-05-12 06:22:54.174 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev7 2026-05-12 06:22:54.297 8 INFO neutron.common.config [-] Logging enabled! 2026-05-12 06:22:54.298 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev7 2026-05-12 06:22:55.229 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-12 06:22:55.393 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-12 06:22:56.624 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-12 06:22:56.628 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-12 06:22:56.633 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-12 06:22:56.635 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-12 06:22:56.635 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-12 06:22:56.635 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-12 06:22:56.636 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 06:22:56.647 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 06:22:56.647 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 06:22:56.647 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-12 06:22:56.679 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-12 06:22:56.680 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-12 06:22:56.681 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-12 06:22:56.732 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-12 06:22:56.732 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-12 06:22:56.732 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-12 06:22:56.732 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-12 06:22:56.839 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-12 06:22:56.842 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-12 06:22:56.846 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-12 06:22:56.847 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-12 06:22:56.847 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-12 06:22:56.847 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-12 06:22:56.848 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 06:22:56.856 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 06:22:56.856 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-12 06:22:56.856 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-12 06:22:56.888 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-12 06:22:56.890 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-12 06:22:56.890 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-12 06:22:56.940 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-12 06:22:56.940 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-12 06:22:56.940 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-12 06:22:56.941 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-12 06:22:57.025 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing driver for type 'vlan' 2026-05-12 06:22:57.224 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing driver for type 'vlan' 2026-05-12 06:22:57.309 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] VlanTypeDriver initialization complete 2026-05-12 06:22:57.310 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing driver for type 'vxlan' 2026-05-12 06:22:57.310 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-12 06:22:57.323 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-12 06:22:57.323 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-12 06:22:57.323 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing extension driver 'port_security' 2026-05-12 06:22:57.324 7 INFO neutron.plugins.ml2.extensions.port_security [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-12 06:22:57.324 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing extension driver 'qos' 2026-05-12 06:22:57.324 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-12 06:22:57.324 7 INFO neutron.plugins.ml2.managers [None req-5b6b476c-cc76-4ba2-8f98-044919afb224 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-12 06:22:57.338 7 INFO neutron.quota [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded quota_driver: . 2026-05-12 06:22:57.339 7 INFO neutron.plugins.ml2.plugin [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-12 06:22:57.339 7 INFO neutron.plugins.ml2.managers [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-12 06:22:57.339 7 INFO neutron.plugins.ml2.managers [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-12 06:22:57.340 7 INFO neutron.plugins.ml2.managers [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-12 06:22:57.340 7 INFO neutron.extensions.vlantransparent [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Disabled vlantransparent extension. 2026-05-12 06:22:57.340 7 INFO neutron.extensions.qinq [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Disabled VLAN QinQ extension. 2026-05-12 06:22:57.340 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: qos 2026-05-12 06:22:57.353 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: router 2026-05-12 06:22:57.398 7 INFO neutron.services.service_base [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-12 06:22:57.398 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: segments 2026-05-12 06:22:57.494 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] VlanTypeDriver initialization complete 2026-05-12 06:22:57.494 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing driver for type 'vxlan' 2026-05-12 06:22:57.494 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-12 06:22:57.497 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: trunk 2026-05-12 06:22:57.507 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-12 06:22:57.507 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-12 06:22:57.507 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing extension driver 'port_security' 2026-05-12 06:22:57.508 8 INFO neutron.plugins.ml2.extensions.port_security [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-12 06:22:57.508 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing extension driver 'qos' 2026-05-12 06:22:57.508 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-12 06:22:57.508 8 INFO neutron.plugins.ml2.managers [None req-07d37273-3afe-4b5d-8f83-bd88941dcea5 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-12 06:22:57.511 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: vpnaas 2026-05-12 06:22:57.522 8 INFO neutron.quota [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded quota_driver: . 2026-05-12 06:22:57.523 8 INFO neutron.plugins.ml2.plugin [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Modular L2 Plugin initialization complete 2026-05-12 06:22:57.523 8 INFO neutron.plugins.ml2.managers [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-12 06:22:57.523 8 INFO neutron.plugins.ml2.managers [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-12 06:22:57.523 8 INFO neutron.plugins.ml2.managers [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-12 06:22:57.523 8 INFO neutron.extensions.vlantransparent [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Disabled vlantransparent extension. 2026-05-12 06:22:57.524 8 INFO neutron.extensions.qinq [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Disabled VLAN QinQ extension. 2026-05-12 06:22:57.524 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: qos 2026-05-12 06:22:57.536 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: router 2026-05-12 06:22:57.551 7 WARNING stevedore.named [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-12 06:22:57.551 7 WARNING stevedore.named [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 06:22:57.582 8 INFO neutron.services.service_base [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-12 06:22:57.582 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: segments 2026-05-12 06:22:57.639 7 INFO neutron_vpnaas.services.vpn.plugin [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-12 06:22:57.640 7 INFO neutron.common.utils [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-12 06:22:57.640 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: taas 2026-05-12 06:22:57.675 7 WARNING stevedore.named [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 06:22:57.704 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: trunk 2026-05-12 06:22:57.718 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: vpnaas 2026-05-12 06:22:57.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-12 06:22:57.732 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: tapmirror 2026-05-12 06:22:57.744 7 WARNING stevedore.named [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 06:22:57.761 8 WARNING stevedore.named [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-12 06:22:57.761 8 WARNING stevedore.named [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 06:22:57.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-12 06:22:57.763 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: auto_allocate 2026-05-12 06:22:57.770 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: tag 2026-05-12 06:22:57.778 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: timestamp 2026-05-12 06:22:57.781 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-12 06:22:57.785 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: flavors 2026-05-12 06:22:57.794 7 INFO neutron.manager [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loading Plugin: revisions 2026-05-12 06:22:57.798 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Initializing extension manager. 2026-05-12 06:22:57.799 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: address-group 2026-05-12 06:22:57.800 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: address-scope 2026-05-12 06:22:57.801 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-12 06:22:57.801 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: agent 2026-05-12 06:22:57.802 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-12 06:22:57.803 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-12 06:22:57.804 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-12 06:22:57.805 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: availability_zone 2026-05-12 06:22:57.806 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-12 06:22:57.807 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-12 06:22:57.807 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: default-subnetpools 2026-05-12 06:22:57.809 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-12 06:22:57.810 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: dns-integration 2026-05-12 06:22:57.810 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-12 06:22:57.811 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-12 06:22:57.811 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: dvr 2026-05-12 06:22:57.812 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-12 06:22:57.812 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-12 06:22:57.813 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-12 06:22:57.813 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-12 06:22:57.814 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: external-net 2026-05-12 06:22:57.815 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-12 06:22:57.815 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: extraroute 2026-05-12 06:22:57.816 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-12 06:22:57.816 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-12 06:22:57.817 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-12 06:22:57.817 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-12 06:22:57.818 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-12 06:22:57.818 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: fip-port-details 2026-05-12 06:22:57.819 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: flavors 2026-05-12 06:22:57.820 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-12 06:22:57.821 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: floatingip-pools 2026-05-12 06:22:57.822 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: ip_allocation 2026-05-12 06:22:57.822 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-12 06:22:57.823 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: l2_adjacency 2026-05-12 06:22:57.824 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: router 2026-05-12 06:22:57.825 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-12 06:22:57.826 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-12 06:22:57.827 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-12 06:22:57.827 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-12 06:22:57.828 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: l3-ha 2026-05-12 06:22:57.828 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-12 06:22:57.829 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-12 06:22:57.829 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: l3-flavors 2026-05-12 06:22:57.830 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-12 06:22:57.831 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-12 06:22:57.833 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-12 06:22:57.834 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-12 06:22:57.835 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-12 06:22:57.836 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-12 06:22:57.837 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-12 06:22:57.838 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: multi-provider 2026-05-12 06:22:57.838 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: net-mtu 2026-05-12 06:22:57.839 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-12 06:22:57.839 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: network_availability_zone 2026-05-12 06:22:57.840 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: network_ha 2026-05-12 06:22:57.840 8 INFO neutron_vpnaas.services.vpn.plugin [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-12 06:22:57.840 8 INFO neutron.common.utils [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-12 06:22:57.840 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: taas 2026-05-12 06:22:57.841 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: network-ip-availability 2026-05-12 06:22:57.842 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-12 06:22:57.843 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: pagination 2026-05-12 06:22:57.843 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-device-profile 2026-05-12 06:22:57.844 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-12 06:22:57.844 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-12 06:22:57.845 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-12 06:22:57.845 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-mac-override 2026-05-12 06:22:57.846 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-12 06:22:57.847 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-12 06:22:57.847 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-12 06:22:57.848 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-resource-request 2026-05-12 06:22:57.848 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-12 06:22:57.849 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-12 06:22:57.849 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: binding 2026-05-12 06:22:57.850 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: binding-extended 2026-05-12 06:22:57.850 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-security 2026-05-12 06:22:57.851 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: project-id 2026-05-12 06:22:57.851 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: provider 2026-05-12 06:22:57.852 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-12 06:22:57.854 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos 2026-05-12 06:22:57.855 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-12 06:22:57.856 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-12 06:22:57.856 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-default 2026-05-12 06:22:57.857 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-fip 2026-05-12 06:22:57.857 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-12 06:22:57.858 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-12 06:22:57.858 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-12 06:22:57.859 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-12 06:22:57.860 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-12 06:22:57.860 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-pps 2026-05-12 06:22:57.861 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-12 06:22:57.861 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-12 06:22:57.862 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-12 06:22:57.862 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: quota-check-limit 2026-05-12 06:22:57.863 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-12 06:22:57.865 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: quotas 2026-05-12 06:22:57.866 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: quota_details 2026-05-12 06:22:57.867 8 WARNING stevedore.named [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 06:22:57.868 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: rbac-policies 2026-05-12 06:22:57.868 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: rbac-address-group 2026-05-12 06:22:57.869 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-12 06:22:57.870 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-12 06:22:57.870 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-12 06:22:57.871 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: revision-if-match 2026-05-12 06:22:57.872 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-12 06:22:57.872 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: router_availability_zone 2026-05-12 06:22:57.873 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-12 06:22:57.874 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-12 06:22:57.877 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-12 06:22:57.877 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-12 06:22:57.878 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-12 06:22:57.878 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-12 06:22:57.879 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-12 06:22:57.883 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: security-group 2026-05-12 06:22:57.885 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: segment 2026-05-12 06:22:57.885 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-12 06:22:57.886 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: service-type 2026-05-12 06:22:57.886 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: sorting 2026-05-12 06:22:57.887 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-12 06:22:57.888 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: standard-attr-description 2026-05-12 06:22:57.888 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: stateful-security-group 2026-05-12 06:22:57.889 7 WARNING neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-12 06:22:57.889 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-12 06:22:57.890 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: subnet-external-network 2026-05-12 06:22:57.890 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: subnet_onboard 2026-05-12 06:22:57.891 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-12 06:22:57.891 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: subnet-service-types 2026-05-12 06:22:57.892 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: subnet_allocation 2026-05-12 06:22:57.893 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-12 06:22:57.893 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: tag-creation 2026-05-12 06:22:57.894 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-12 06:22:57.898 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-12 06:22:57.899 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-12 06:22:57.899 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: trunk 2026-05-12 06:22:57.900 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: trunk-details 2026-05-12 06:22:57.901 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-12 06:22:57.901 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-12 06:22:57.902 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-12 06:22:57.902 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-12 06:22:57.904 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-12 06:22:57.905 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-12 06:22:57.906 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: vpn-flavors 2026-05-12 06:22:57.908 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: vpnaas 2026-05-12 06:22:57.909 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: taas 2026-05-12 06:22:57.910 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: tap-mirror 2026-05-12 06:22:57.911 7 INFO neutron.api.extensions [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-12 06:22:57.913 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-12 06:22:57.914 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-12 06:22:57.914 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:57.914 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-12 06:22:57.918 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-12 06:22:57.919 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-12 06:22:57.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-12 06:22:57.924 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: tapmirror 2026-05-12 06:22:57.924 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-12 06:22:57.924 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-12 06:22:57.925 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-12 06:22:57.926 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:57.926 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] subnetpool is already registered 2026-05-12 06:22:57.926 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:57.927 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] subnetpool is already registered 2026-05-12 06:22:57.927 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-12 06:22:57.927 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:57.928 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:57.928 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-12 06:22:57.929 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-12 06:22:57.929 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-12 06:22:57.929 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:57.930 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ipsecpolicy is already registered 2026-05-12 06:22:57.930 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:57.930 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ikepolicy is already registered 2026-05-12 06:22:57.935 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-12 06:22:57.935 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] router is already registered 2026-05-12 06:22:57.935 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-12 06:22:57.936 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] floatingip is already registered 2026-05-12 06:22:57.937 8 WARNING stevedore.named [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-12 06:22:57.939 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-12 06:22:57.939 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] rbac_policy is already registered 2026-05-12 06:22:57.940 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-12 06:22:57.940 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] security_group is already registered 2026-05-12 06:22:57.940 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-12 06:22:57.941 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] security_group_rule is already registered 2026-05-12 06:22:57.941 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:57.942 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] subnetpool is already registered 2026-05-12 06:22:57.942 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:57.942 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] subnetpool is already registered 2026-05-12 06:22:57.942 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-12 06:22:57.943 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] trunk is already registered 2026-05-12 06:22:57.943 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:57.943 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ikepolicy is already registered 2026-05-12 06:22:57.944 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:57.944 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ipsecpolicy is already registered 2026-05-12 06:22:57.944 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-12 06:22:57.945 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] endpoint_group is already registered 2026-05-12 06:22:57.945 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-12 06:22:57.945 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] vpnservice is already registered 2026-05-12 06:22:57.945 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-12 06:22:57.946 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ipsec_site_connection is already registered 2026-05-12 06:22:57.946 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:57.946 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ipsecpolicy is already registered 2026-05-12 06:22:57.946 7 INFO neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:57.947 7 WARNING neutron.quota.resource_registry [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] ikepolicy is already registered 2026-05-12 06:22:57.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-12 06:22:57.956 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: auto_allocate 2026-05-12 06:22:57.964 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: tag 2026-05-12 06:22:57.974 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: timestamp 2026-05-12 06:22:57.978 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: network_ip_availability 2026-05-12 06:22:57.982 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: flavors 2026-05-12 06:22:57.986 7 WARNING keystonemiddleware._common.config [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-12 06:22:57.987 8 INFO neutron.manager [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loading Plugin: revisions 2026-05-12 06:22:57.991 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Initializing extension manager. 2026-05-12 06:22:57.993 7 WARNING oslo_config.cfg [None req-74b232ae-1f5c-4f36-a1ca-cee9fa534bc4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-12 06:22:57.993 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: address-group 2026-05-12 06:22:57.994 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: address-scope 2026-05-12 06:22:57.994 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-12 06:22:57.995 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: agent WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f0d75ff9668 pid: 7 (default app) 2026-05-12 06:22:57.996 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: agent-resources-synced 2026-05-12 06:22:57.997 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-12 06:22:57.997 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-12 06:22:57.998 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: availability_zone 2026-05-12 06:22:57.999 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: availability_zone_filter 2026-05-12 06:22:57.999 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-12 06:22:58.000 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: default-subnetpools 2026-05-12 06:22:58.002 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-12 06:22:58.002 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: dns-integration 2026-05-12 06:22:58.003 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: dns-domain-ports 2026-05-12 06:22:58.003 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-12 06:22:58.004 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: dvr 2026-05-12 06:22:58.004 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-12 06:22:58.005 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: empty-string-filtering 2026-05-12 06:22:58.005 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-12 06:22:58.006 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-12 06:22:58.006 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: external-net 2026-05-12 06:22:58.007 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-12 06:22:58.007 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: extraroute 2026-05-12 06:22:58.009 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: extraroute-atomic 2026-05-12 06:22:58.010 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-12 06:22:58.010 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-12 06:22:58.011 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-12 06:22:58.011 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-12 06:22:58.012 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: fip-port-details 2026-05-12 06:22:58.012 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: flavors 2026-05-12 06:22:58.013 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-12 06:22:58.014 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: floatingip-pools 2026-05-12 06:22:58.015 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: ip_allocation 2026-05-12 06:22:58.015 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-12 06:22:58.016 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: l2_adjacency 2026-05-12 06:22:58.017 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: router 2026-05-12 06:22:58.019 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-12 06:22:58.019 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-12 06:22:58.020 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-12 06:22:58.020 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: ext-gw-mode 2026-05-12 06:22:58.021 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: l3-ha 2026-05-12 06:22:58.021 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-12 06:22:58.022 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-12 06:22:58.022 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: l3-flavors 2026-05-12 06:22:58.023 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-12 06:22:58.024 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-12 06:22:58.026 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-12 06:22:58.027 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-12 06:22:58.028 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-12 06:22:58.029 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-12 06:22:58.030 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-12 06:22:58.031 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: multi-provider 2026-05-12 06:22:58.031 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: net-mtu 2026-05-12 06:22:58.032 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: net-mtu-writable 2026-05-12 06:22:58.032 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: network_availability_zone 2026-05-12 06:22:58.033 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: network_ha 2026-05-12 06:22:58.033 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: network-ip-availability 2026-05-12 06:22:58.034 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-12 06:22:58.035 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: pagination 2026-05-12 06:22:58.035 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-device-profile 2026-05-12 06:22:58.036 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-12 06:22:58.036 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-12 06:22:58.037 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-12 06:22:58.037 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-mac-override 2026-05-12 06:22:58.038 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-12 06:22:58.039 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-12 06:22:58.039 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-12 06:22:58.040 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-resource-request 2026-05-12 06:22:58.040 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-12 06:22:58.041 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-12 06:22:58.041 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: binding 2026-05-12 06:22:58.043 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: binding-extended 2026-05-12 06:22:58.043 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-security 2026-05-12 06:22:58.043 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: project-id 2026-05-12 06:22:58.044 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: provider 2026-05-12 06:22:58.045 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-12 06:22:58.047 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos 2026-05-12 06:22:58.048 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-12 06:22:58.048 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-12 06:22:58.049 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-default 2026-05-12 06:22:58.049 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-fip 2026-05-12 06:22:58.050 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-12 06:22:58.050 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-12 06:22:58.051 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-12 06:22:58.051 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-12 06:22:58.052 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-12 06:22:58.053 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-pps 2026-05-12 06:22:58.053 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-12 06:22:58.054 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-12 06:22:58.054 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: qos-rules-alias 2026-05-12 06:22:58.055 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: quota-check-limit 2026-05-12 06:22:58.056 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-12 06:22:58.058 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: quotas 2026-05-12 06:22:58.059 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: quota_details 2026-05-12 06:22:58.060 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: rbac-policies 2026-05-12 06:22:58.061 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: rbac-address-group 2026-05-12 06:22:58.061 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: rbac-address-scope 2026-05-12 06:22:58.062 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: rbac-security-groups 2026-05-12 06:22:58.062 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-12 06:22:58.063 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: revision-if-match 2026-05-12 06:22:58.063 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-12 06:22:58.064 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: router_availability_zone 2026-05-12 06:22:58.064 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-12 06:22:58.067 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-12 06:22:58.068 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-12 06:22:58.068 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-12 06:22:58.069 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-12 06:22:58.069 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-12 06:22:58.070 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-12 06:22:58.076 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: security-group 2026-05-12 06:22:58.077 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: segment 2026-05-12 06:22:58.077 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-12 06:22:58.078 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: service-type 2026-05-12 06:22:58.078 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: sorting 2026-05-12 06:22:58.079 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: standard-attr-segment 2026-05-12 06:22:58.080 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: standard-attr-description 2026-05-12 06:22:58.080 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: stateful-security-group 2026-05-12 06:22:58.081 8 WARNING neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-12 06:22:58.081 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-12 06:22:58.082 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: subnet-external-network 2026-05-12 06:22:58.083 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: subnet_onboard 2026-05-12 06:22:58.083 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-12 06:22:58.084 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: subnet-service-types 2026-05-12 06:22:58.084 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: subnet_allocation 2026-05-12 06:22:58.085 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-12 06:22:58.086 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: tag-creation 2026-05-12 06:22:58.086 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-12 06:22:58.090 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: standard-attr-tag 2026-05-12 06:22:58.091 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-12 06:22:58.091 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: trunk 2026-05-12 06:22:58.092 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: trunk-details 2026-05-12 06:22:58.092 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-12 06:22:58.093 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-12 06:22:58.094 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-12 06:22:58.094 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-12 06:22:58.097 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-12 06:22:58.098 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-12 06:22:58.099 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: vpn-flavors 2026-05-12 06:22:58.101 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: vpnaas 2026-05-12 06:22:58.102 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: taas 2026-05-12 06:22:58.103 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: tap-mirror 2026-05-12 06:22:58.103 8 INFO neutron.api.extensions [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-12 06:22:58.106 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-12 06:22:58.106 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-12 06:22:58.107 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:58.107 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-12 06:22:58.112 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-12 06:22:58.112 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-12 06:22:58.117 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-12 06:22:58.118 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-12 06:22:58.118 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-12 06:22:58.119 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:58.119 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] subnetpool is already registered 2026-05-12 06:22:58.119 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:58.120 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] subnetpool is already registered 2026-05-12 06:22:58.120 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-12 06:22:58.120 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:58.121 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:58.121 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-12 06:22:58.122 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-12 06:22:58.122 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-12 06:22:58.122 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:58.123 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ipsecpolicy is already registered 2026-05-12 06:22:58.123 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:58.123 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ikepolicy is already registered 2026-05-12 06:22:58.128 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-12 06:22:58.128 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] router is already registered 2026-05-12 06:22:58.128 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-12 06:22:58.128 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] floatingip is already registered 2026-05-12 06:22:58.132 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-12 06:22:58.132 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] rbac_policy is already registered 2026-05-12 06:22:58.133 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-12 06:22:58.133 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] security_group is already registered 2026-05-12 06:22:58.134 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-12 06:22:58.134 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] security_group_rule is already registered 2026-05-12 06:22:58.134 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:58.135 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] subnetpool is already registered 2026-05-12 06:22:58.135 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-12 06:22:58.135 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] subnetpool is already registered 2026-05-12 06:22:58.136 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-12 06:22:58.136 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] trunk is already registered 2026-05-12 06:22:58.136 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:58.136 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ikepolicy is already registered 2026-05-12 06:22:58.137 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:58.137 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ipsecpolicy is already registered 2026-05-12 06:22:58.137 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-12 06:22:58.138 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] endpoint_group is already registered 2026-05-12 06:22:58.138 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-12 06:22:58.138 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] vpnservice is already registered 2026-05-12 06:22:58.138 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-12 06:22:58.139 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ipsec_site_connection is already registered 2026-05-12 06:22:58.139 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-12 06:22:58.139 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ipsecpolicy is already registered 2026-05-12 06:22:58.139 8 INFO neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-12 06:22:58.140 8 WARNING neutron.quota.resource_registry [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] ikepolicy is already registered 2026-05-12 06:22:58.177 8 WARNING keystonemiddleware._common.config [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-12 06:22:58.184 8 WARNING oslo_config.cfg [None req-041f8b32-deba-4106-896a-4ca0b720cb30 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f0d75ff9668 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-05-12 06:23:02.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-549dadb7-70c3-4bcb-bd91-ef3a715099f2 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:23:01 2026] GET /v2.0/networks/public => generated 108 bytes in 871 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:23:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:23:03.122 7 WARNING neutron.services.revisions.revision_plugin [None req-6eb83280-02c3-47fa-a67d-ebf527d9f8d1 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Could not find related network for resource to bump revision. 2026-05-12 06:23:03.152 7 INFO neutron.db.segments_db [None req-6eb83280-02c3-47fa-a67d-ebf527d9f8d1 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 5df8abdf-22b1-433d-bbab-aae13a5117e3 of type flat for network 66e8a164-a941-4b5a-8423-2808bedb38f4 2026-05-12 06:23:03.216 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6eb83280-02c3-47fa-a67d-ebf527d9f8d1 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.19.213.181 () {48 vars in 966 bytes} [Tue May 12 06:23:02 2026] POST /v2.0/networks => generated 124 bytes in 516 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:23:09.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c31c445b-abe1-4c40-b614-492a59cea96e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:23:09 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: 8|app: 0|req: 3/8] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:23:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:23:09.218 7 WARNING neutron.services.revisions.revision_plugin [None req-91919460-3c03-462f-88af-6286a619d4a7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Could not find related network for resource to bump revision. 2026-05-12 06:23:09.232 7 INFO neutron.db.segments_db [None req-91919460-3c03-462f-88af-6286a619d4a7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment e9a5e7fc-1fbb-4ae0-ad9a-af239dbabc1c of type flat for network cbe4676d-d6d1-44c4-9bb3-132cdb060791 2026-05-12 06:23:09.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91919460-3c03-462f-88af-6286a619d4a7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.19.213.181 () {48 vars in 966 bytes} [Tue May 12 06:23:09 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:23:15.499 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89822807-8357-4cb8-8173-3689c4f99426 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:23:15 2026] GET /v2.0/networks/public => generated 108 bytes in 384 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:23:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:23:15.813 8 WARNING neutron.services.revisions.revision_plugin [None req-f7fc26ad-9e2c-4e42-87ef-d020e1dde0ed abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Could not find related network for resource to bump revision. 2026-05-12 06:23:15.840 8 INFO neutron.db.segments_db [None req-f7fc26ad-9e2c-4e42-87ef-d020e1dde0ed abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment a13f92ec-dce9-4739-b4cb-cf5167bd61a7 of type flat for network 0a1b0215-4781-4de9-9688-b948d608853e 2026-05-12 06:23:15.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7fc26ad-9e2c-4e42-87ef-d020e1dde0ed abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.19.213.181 () {48 vars in 966 bytes} [Tue May 12 06:23:15 2026] POST /v2.0/networks => generated 124 bytes in 352 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:23:21.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-510b73da-3fa9-4ffa-872e-f3200fdd3972 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:23:21 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:23:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:23:21.876 8 WARNING neutron.services.revisions.revision_plugin [None req-99de582c-562b-4dc3-a1a1-70817d477da4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Could not find related network for resource to bump revision. 2026-05-12 06:23:21.894 8 INFO neutron.db.segments_db [None req-99de582c-562b-4dc3-a1a1-70817d477da4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 28d424fa-fb59-4a10-b295-26548c661c50 of type flat for network b0014f25-45ec-4c1f-8111-4addfee9c443 2026-05-12 06:23:21.914 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99de582c-562b-4dc3-a1a1-70817d477da4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.19.213.181 () {48 vars in 966 bytes} [Tue May 12 06:23:21 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:23:27.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55cd58f2-17ee-4d1a-ae19-d4f8d24ac4eb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:23:27 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:23:27 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-05-12 06:23:27.855 7 WARNING neutron.services.revisions.revision_plugin [None req-4ae412d4-b6c6-4ae0-8405-561ee2ac036a abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Could not find related network for resource to bump revision. 2026-05-12 06:23:27.878 7 INFO neutron.db.segments_db [None req-4ae412d4-b6c6-4ae0-8405-561ee2ac036a abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment b787b1ab-f25a-4121-9409-0aa6dba0dbde of type flat for network a3a77a3b-96aa-43ab-9638-1ef8db6851e3 [pid: 7|app: 0|req: 11/19] 199.19.213.181 () {48 vars in 966 bytes} [Tue May 12 06:23:27 2026] POST /v2.0/networks => generated 706 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:23:29.238 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bf2b4db-3deb-4573-96e1-569863cf0ff5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:23:29 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:23:29 2026] GET /v2.0/networks?name=public => generated 709 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:23:29.340 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42744cfd-191e-42e8-abd1-2c5eac0f116d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.19.213.181 () {44 vars in 1033 bytes} [Tue May 12 06:23:29 2026] GET /v2.0/subnets/public-subnet?network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.19.213.181 () {44 vars in 1056 bytes} [Tue May 12 06:23:29 2026] GET /v2.0/subnets?name=public-subnet&network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.19.213.181 () {48 vars in 964 bytes} [Tue May 12 06:23:29 2026] POST /v2.0/subnets => generated 664 bytes in 1264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:28:12.455 7 INFO neutron.pecan_wsgi.hooks.translation [None req-090fc8fa-91da-4e5f-8620-d6371bd8bafe abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/62] 199.19.213.181 () {44 vars in 936 bytes} [Tue May 12 06:28:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.19.213.181 () {44 vars in 958 bytes} [Tue May 12 06:28:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:28:12.543 7 INFO neutron.db.segments_db [None req-5ff11436-e240-4cc2-b426-77f5f45c51f6 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment e45bf341-96a9-4df0-8528-aed3d25faae2 of type vxlan for network 4b70f9ca-17d9-4215-aedc-708dcf9e16b2 [pid: 7|app: 0|req: 34/64] 199.19.213.181 () {48 vars in 965 bytes} [Tue May 12 06:28:12 2026] POST /v2.0/networks => generated 707 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:28:13.552 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba415cf1-184e-4118-9650-b7a90c1fb189 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/65] 199.19.213.181 () {44 vars in 936 bytes} [Tue May 12 06:28:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.19.213.181 () {44 vars in 958 bytes} [Tue May 12 06:28:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:28:13.609 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9581dfd6-b687-4696-9a4c-47943e83c97b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.19.213.181 () {44 vars in 1035 bytes} [Tue May 12 06:28:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.19.213.181 () {44 vars in 1058 bytes} [Tue May 12 06:28:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.19.213.181 () {48 vars in 964 bytes} [Tue May 12 06:28:13 2026] POST /v2.0/subnets => generated 651 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:28:14.926 7 INFO neutron.api.v2.resource [None req-b454264e-1a32-4940-a523-9749fef7ebb0 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.19.213.181 () {44 vars in 970 bytes} [Tue May 12 06:28:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.19.213.181 () {44 vars in 992 bytes} [Tue May 12 06:28:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.19.213.181 () {48 vars in 979 bytes} [Tue May 12 06:28:14 2026] POST /v2.0/security-groups => generated 1616 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:16 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 1616 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:16 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:16 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:17 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:17 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:17 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:18 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:18 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:18 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:19 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:19 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:19 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:20 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:20 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:20 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => 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: 48/92] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.181 () {44 vars in 986 bytes} [Tue May 12 06:28:21 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 732 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:28:21.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa0a9f5a-b9d1-4119-b127-d35cfc4850a2 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/96] 199.19.213.181 () {44 vars in 1075 bytes} [Tue May 12 06:28:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.181 () {44 vars in 1098 bytes} [Tue May 12 06:28:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:21 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.181 () {48 vars in 960 bytes} [Tue May 12 06:28:21 2026] POST /v2.0/ports => generated 1096 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-12 06:28:29.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88f3d36c-9968-40f3-9e71-a99c1a9b93cc abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.19.213.181 () {44 vars in 978 bytes} [Tue May 12 06:28:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 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: 49/101] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.19.213.181 () {48 vars in 1030 bytes} [Tue May 12 06:28:29 2026] PUT /v2.0/ports/e690a624-055d-41bd-9564-5158d9a7ee4c => generated 1245 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.19.213.181 () {44 vars in 919 bytes} [Tue May 12 06:28:31 2026] GET /v2.0/ports => generated 3726 bytes in 85 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-05-12 06:28:32.470 7 INFO neutron.api.v2.resource [None req-bdf83f7b-e896-434f-9ae9-74ebc81b17de abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.19.213.181 () {44 vars in 958 bytes} [Tue May 12 06:28:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.19.213.181 () {44 vars in 980 bytes} [Tue May 12 06:28:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.19.213.181 () {48 vars in 979 bytes} [Tue May 12 06:28:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:33 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:33 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:33 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:33 2026] POST /v2.0/security-group-rules => generated 621 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:34 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 2244 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:34 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:28:34 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:28:34 2026] POST /v2.0/security-group-rules => generated 625 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/125] 199.19.213.181 () {44 vars in 974 bytes} [Tue May 12 06:29:44 2026] GET /v2.0/quotas/7624c0289b704f06ab36293bf69805ee => 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: 65/126] 199.19.213.181 () {48 vars in 1026 bytes} [Tue May 12 06:29:44 2026] PUT /v2.0/quotas/7624c0289b704f06ab36293bf69805ee => generated 291 bytes in 50 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-05-12 06:32:04.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43a90b66-e487-4abf-a807-c8870ac01791 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/145] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 06:32:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 172 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: 71/146] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 06:32:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:32:06.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-197c4948-1251-420b-8dd7-5e907b0faff4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/149] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 06:32:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/150] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 06:32:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:41:08.515 8 INFO neutron.api.v2.resource [None req-77191a36-c434-40ae-bb81-14337c0e44d5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 110/223] 199.19.213.181 () {44 vars in 1073 bytes} [Tue May 12 06:41:08 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=21184b9c64054e60a253d93c443036ac => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/224] 199.19.213.181 () {44 vars in 1096 bytes} [Tue May 12 06:41:08 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=21184b9c64054e60a253d93c443036ac => generated 23 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.19.213.181 () {48 vars in 980 bytes} [Tue May 12 06:41:08 2026] POST /v2.0/security-groups => generated 1624 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:09 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:41:09 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/228] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:10 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/229] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:41:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/230] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:11 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/231] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:41:11 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/232] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:11 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/233] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:41:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/234] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:12 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/235] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:41:12 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/236] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:12 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/237] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:41:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/238] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:13 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 3460 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/239] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:41:13 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/240] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:41:13 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/241] 199.19.213.181 () {48 vars in 990 bytes} [Tue May 12 06:41:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/260] 199.19.213.181 () {30 vars in 739 bytes} [Tue May 12 06:43:31 2026] GET /v2.0/networks?tenant_id=21184b9c64054e60a253d93c443036ac&shared=False => generated 15 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:43:31.523 8 INFO neutron.db.segments_db [None req-9e162c00-0dd7-4426-a74a-d2e60dba25dd f3e09186adcc42199ec1887020c295b6 21184b9c64054e60a253d93c443036ac - - feddd73fd6484c8ca66123e3875db383 feddd73fd6484c8ca66123e3875db383] Added segment a73345f9-08be-418a-8080-ac50ead6b9a7 of type vxlan for network 8922fdfb-f1b3-4f54-9cd7-830a5c594912 [pid: 8|app: 0|req: 129/261] 199.19.213.181 () {34 vars in 681 bytes} [Tue May 12 06:43:31 2026] POST /v2.0/networks => generated 717 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 199.19.213.181 () {30 vars in 721 bytes} [Tue May 12 06:43:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.19.213.181 () {30 vars in 632 bytes} [Tue May 12 06:43:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/264] 199.19.213.181 () {34 vars in 676 bytes} [Tue May 12 06:43:31 2026] POST /v2.0/ports => generated 999 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 06:43:32 2026] GET /v2.0/networks/8922fdfb-f1b3-4f54-9cd7-830a5c594912 => generated 704 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/266] 199.19.213.181 () {30 vars in 721 bytes} [Tue May 12 06:43:34 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 06:43:34 2026] GET /v2.0/networks/8922fdfb-f1b3-4f54-9cd7-830a5c594912 => generated 704 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/272] 199.19.213.181 () {44 vars in 974 bytes} [Tue May 12 06:43:59 2026] GET /v2.0/quotas/21184b9c64054e60a253d93c443036ac => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/273] 199.19.213.181 () {48 vars in 1026 bytes} [Tue May 12 06:44:00 2026] PUT /v2.0/quotas/21184b9c64054e60a253d93c443036ac => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:54:49.606 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd48ff37-66ef-4a13-b9ba-094f1e20fcba abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/360] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:54:49 2026] GET /v2.0/networks/public => generated 108 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:54:49 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:54:50.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47e58ba7-3b5f-44a9-929d-6422ae2ef776 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/362] 199.19.213.181 () {44 vars in 926 bytes} [Tue May 12 06:54:50 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:54:50 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-05-12 06:54:50.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51c39192-e828-4263-9cf9-a90e070ab21f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/364] 199.19.213.181 () {44 vars in 1033 bytes} [Tue May 12 06:54:50 2026] GET /v2.0/subnets/public-subnet?network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.19.213.181 () {44 vars in 1056 bytes} [Tue May 12 06:54:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:55:17.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-870fda7c-97c3-44bc-8bda-d97e9476b999 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/370] 199.19.213.181 () {44 vars in 936 bytes} [Tue May 12 06:55:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 199.19.213.181 () {44 vars in 958 bytes} [Tue May 12 06:55:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:55:18.498 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18895133-cffc-40ae-86ec-a2ed609f6fba abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/372] 199.19.213.181 () {44 vars in 936 bytes} [Tue May 12 06:55:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 199.19.213.181 () {44 vars in 958 bytes} [Tue May 12 06:55:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:55:18.557 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bec96a9-1c4d-4b4b-930c-77d1406226c7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/374] 199.19.213.181 () {44 vars in 1035 bytes} [Tue May 12 06:55:18 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.19.213.181 () {44 vars in 1058 bytes} [Tue May 12 06:55:18 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:55:19.722 7 INFO neutron.api.v2.resource [None req-c9bef044-f76a-4721-9b74-c4558fb714a2 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.19.213.181 () {44 vars in 970 bytes} [Tue May 12 06:55:19 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.19.213.181 () {44 vars in 992 bytes} [Tue May 12 06:55:19 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:20 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:20 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => 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: 192/380] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:20 2026] GET /v2.0/security-group-rules/09ebbc39-b3ba-4198-b6d1-c37c834dfab2 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:21 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:21 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:21 2026] GET /v2.0/security-group-rules/48923d2a-fda3-469c-a422-8e2f6d0ab0bf => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:22 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/387] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:22 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:22 2026] GET /v2.0/security-group-rules/f8950746-416e-4d73-8dfc-7d78c60228d4 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:23 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => 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: 193/390] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:23 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:23 2026] GET /v2.0/security-group-rules/1dd3be6e-4954-4adf-966a-2ac343f086db => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:24 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:24 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:24 2026] GET /v2.0/security-group-rules/8503590c-3521-4ffe-b44d-06ff7b834c5f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 199.19.213.181 () {44 vars in 986 bytes} [Tue May 12 06:55:25 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:55:25.921 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5edb5fbe-ab26-4fa1-aab4-0ec79eeacde3 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/396] 199.19.213.181 () {44 vars in 1075 bytes} [Tue May 12 06:55:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => 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: 201/397] 199.19.213.181 () {44 vars in 1098 bytes} [Tue May 12 06:55:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:25 2026] GET /v2.0/security-groups/eeecdaf8-dfbf-4bab-89a6-0f7c06692f2d => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:55:33.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07be0662-b3ef-49c3-9dd9-d55c21aea1fb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/399] 199.19.213.181 () {44 vars in 978 bytes} [Tue May 12 06:55:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.19.213.181 () {44 vars in 919 bytes} [Tue May 12 06:55:34 2026] GET /v2.0/ports => generated 4721 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:55:35.811 8 INFO neutron.api.v2.resource [None req-90e5b570-0747-4773-8ad5-8536be340786 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/402] 199.19.213.181 () {44 vars in 958 bytes} [Tue May 12 06:55:35 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.19.213.181 () {44 vars in 980 bytes} [Tue May 12 06:55:35 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/406] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:36 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/407] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:36 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => 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: 207/408] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:36 2026] GET /v2.0/security-group-rules/5de67f35-99e7-4f4c-a400-3bec2a4cd896 => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/409] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:37 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 2882 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/410] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:55:37 2026] GET /v2.0/security-groups/e5e473ee-ba06-4186-a3d1-c52df6a15c5f => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/411] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:55:37 2026] GET /v2.0/security-group-rules/eda4ebd0-c81d-4370-aef0-631c5ecb636c => generated 625 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/412] 199.19.213.181 () {44 vars in 974 bytes} [Tue May 12 06:55:48 2026] GET /v2.0/quotas/7624c0289b704f06ab36293bf69805ee => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:56:39.094 7 INFO neutron.api.v2.resource [None req-736962a2-25bd-42ac-8bd7-3ac62f2d55b1 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/421] 199.19.213.181 () {44 vars in 1073 bytes} [Tue May 12 06:56:39 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=21184b9c64054e60a253d93c443036ac => generated 139 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/422] 199.19.213.181 () {44 vars in 1096 bytes} [Tue May 12 06:56:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=21184b9c64054e60a253d93c443036ac => generated 4072 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/423] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:56:40 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => 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: 209/424] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:56:40 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/425] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:56:40 2026] GET /v2.0/security-group-rules/b1ceaadf-4702-49bb-8038-d13c029b125e => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/426] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:56:41 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/427] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:56:41 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/428] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:56:41 2026] GET /v2.0/security-group-rules/d90bdabe-92b6-477e-8bc4-2856f13c0cbe => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/429] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:56:42 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => 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: 212/430] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:56:42 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/431] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:56:42 2026] GET /v2.0/security-group-rules/54000a9a-1625-4b4f-843a-66d8335666ce => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/432] 199.19.213.181 () {44 vars in 1087 bytes} [Tue May 12 06:56:43 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b?project_id=21184b9c64054e60a253d93c443036ac => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/433] 199.19.213.181 () {44 vars in 1000 bytes} [Tue May 12 06:56:43 2026] GET /v2.0/security-groups/1dc5db91-76a6-43dc-8248-68817393141b => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/434] 199.19.213.181 () {44 vars in 1010 bytes} [Tue May 12 06:56:43 2026] GET /v2.0/security-group-rules/fa1a312c-d12a-400c-a8e5-c9fab5373381 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/435] 199.19.213.181 () {44 vars in 974 bytes} [Tue May 12 06:56:50 2026] GET /v2.0/quotas/21184b9c64054e60a253d93c443036ac => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/444] 199.19.213.181 () {44 vars in 948 bytes} [Tue May 12 06:57:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/451] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 06:58:20 2026] GET /v2.0/networks => generated 2167 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/452] 10.0.0.46 () {32 vars in 653 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/453] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/454] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/455] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/456] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/networks => generated 2167 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/457] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/458] 10.0.0.46 () {32 vars in 653 bytes} [Tue May 12 06:58:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:33.225 8 INFO neutron.db.segments_db [None req-1b8ea0aa-fc45-4625-9787-92f0d8a557b4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 2050c8c3-dab8-4b09-9f3b-19de1fd12436 of type vxlan for network 36f2528b-518d-4c73-9dbb-e82840428b29 2026-05-12 06:58:33.292 7 INFO neutron.db.segments_db [None req-ffbb3ca5-bfb7-4be3-b871-9c3f5c88b165 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 1141451a-cc5e-4bad-936a-0b9466768919 of type vxlan for network 9057e857-b182-4342-8f9c-bbcbfa02be8d [pid: 8|app: 0|req: 225/459] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:58:32 2026] POST /v2.0/networks => generated 749 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/460] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:58:33 2026] POST /v2.0/networks => generated 750 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:33.492 8 INFO neutron.db.segments_db [None req-6cfcf5de-b1ed-4474-a072-ca7768460f23 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 3a08c112-fc6c-45d8-aa06-611c9d35f76b of type vxlan for network 41fd98ff-5185-4d8d-8259-cc7fc52379b3 [pid: 7|app: 0|req: 236/461] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:33 2026] POST /v2.0/subnets => generated 696 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/462] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:58:33 2026] POST /v2.0/networks => generated 745 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:33.650 8 INFO neutron.db.segments_db [None req-284f0a94-0019-4e80-98b2-d7a6f9878ccd abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 94bd58c4-3805-4aff-8007-ed16fde2063a of type vxlan for network a77ce8b5-5d73-48d0-bcf2-911793499620 [pid: 7|app: 0|req: 237/463] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:33 2026] POST /v2.0/subnets => generated 699 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:33.915 8 INFO neutron.db.l3_hamode_db [None req-284f0a94-0019-4e80-98b2-d7a6f9878ccd abdb70ce27e64439b2dcee73f3d5f1eb 2ef68ee9be4a4cd087d610081b3f7c42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/464] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:33 2026] POST /v2.0/subnets => generated 692 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/465] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:58:33 2026] GET /v2.0/security-groups?tenant_id=3e78e1d066fb4c0fa061adae9faa3912&name=default => generated 2921 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:58:34.155 7 INFO neutron.db.segments_db [None req-118c278d-a66c-4aa6-a156-9fa88933bda0 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af of type vxlan for network cbfc9928-5ae6-464c-b0d3-ac9eaf807349 2026-05-12 06:58:34.344 7 INFO neutron.db.l3_hamode_db [None req-118c278d-a66c-4aa6-a156-9fa88933bda0 abdb70ce27e64439b2dcee73f3d5f1eb d95eb0fd2db748d49912d874a26448fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 06:58:34.634 8 INFO neutron.db.l3_hamode_db [None req-284f0a94-0019-4e80-98b2-d7a6f9878ccd abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 06:58:35.187 7 INFO neutron.db.l3_hamode_db [None req-118c278d-a66c-4aa6-a156-9fa88933bda0 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/466] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:33 2026] POST /v2.0/routers => generated 736 bytes in 2215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:35.850 8 INFO neutron.db.segments_db [None req-697d1b47-0529-4bb9-ac06-b0fff0fdd7eb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a of type vxlan for network 4b563f33-2adc-4fd9-a7df-7f17e83a217c 2026-05-12 06:58:36.091 8 INFO neutron.db.l3_hamode_db [None req-697d1b47-0529-4bb9-ac06-b0fff0fdd7eb abdb70ce27e64439b2dcee73f3d5f1eb df4a19fb3b7247d9add28cdfbb04307c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/467] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:34 2026] POST /v2.0/routers => generated 739 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/468] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:58:36 2026] DELETE /v2.0/security-groups/df0a1279-e1bb-4ec8-8987-6acee643ab5e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:58:36.880 8 INFO neutron.db.l3_hamode_db [None req-697d1b47-0529-4bb9-ac06-b0fff0fdd7eb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/469] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:58:36 2026] PUT /v2.0/routers/2fb42805-cffb-4bff-ab4b-b27edfa9f293/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/472] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:35 2026] POST /v2.0/routers => generated 732 bytes in 2019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/473] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:58:37 2026] PUT /v2.0/routers/cfe39c37-92f5-4a4e-a346-b1a6bc09c8f4/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:58:38.670 7 INFO neutron.db.segments_db [None req-fc0a3295-e7fb-4642-8af8-25fb484762a4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment d76b2816-26bd-4f7a-921c-7116e908969d of type vxlan for network 532343ed-111c-4543-b037-b0c184cdf509 [pid: 7|app: 0|req: 246/474] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:58:38 2026] POST /v2.0/networks => generated 738 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/475] 10.0.0.24 () {38 vars in 969 bytes} [Tue May 12 06:58:38 2026] POST /v2.0/security-groups => generated 1686 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/476] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:58:37 2026] PUT /v2.0/routers/49e58fb9-9a91-43b2-b077-89d31e03d3a7/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/477] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:38 2026] POST /v2.0/subnets => generated 685 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:39.098 7 INFO neutron.db.segments_db [None req-3d38e820-35c5-4812-9b4c-3128934e9636 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 4454744d-2b67-4d65-bc34-1c7056b070f7 of type vxlan for network e816b5be-7022-4c12-889f-1cf3543ad4dc [pid: 8|app: 0|req: 230/478] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/479] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:39.272 7 INFO neutron.db.l3_hamode_db [None req-3d38e820-35c5-4812-9b4c-3128934e9636 abdb70ce27e64439b2dcee73f3d5f1eb 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/480] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:39 2026] GET /v2.0/security-groups/e1427224-f16c-4488-aea1-7a784dc1889d => generated 1686 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/481] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/482] 10.0.0.24 () {38 vars in 979 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:39.804 7 INFO neutron.db.l3_hamode_db [None req-3d38e820-35c5-4812-9b4c-3128934e9636 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/483] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/floatingips => generated 552 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/484] 10.0.0.24 () {38 vars in 969 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/security-groups => generated 1682 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/485] 10.0.0.24 () {38 vars in 969 bytes} [Tue May 12 06:58:40 2026] POST /v2.0/security-groups => generated 1686 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/486] 10.0.0.24 () {38 vars in 969 bytes} [Tue May 12 06:58:40 2026] POST /v2.0/security-groups => generated 1680 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/487] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/security-groups/876984b7-4200-473f-99cf-11348719b809 => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/488] 10.0.0.24 () {38 vars in 979 bytes} [Tue May 12 06:58:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/489] 10.0.0.24 () {34 vars in 1098 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1579958991&fields=id&tenant_id=d95eb0fd2db748d49912d874a26448fc => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/490] 10.0.0.24 () {38 vars in 969 bytes} [Tue May 12 06:58:40 2026] POST /v2.0/security-groups => generated 1680 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/491] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/492] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/security-groups/876984b7-4200-473f-99cf-11348719b809 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/493] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:39 2026] POST /v2.0/routers => generated 725 bytes in 1713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/494] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/quotas/d95eb0fd2db748d49912d874a26448fc => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 10.0.0.24 () {38 vars in 979 bytes} [Tue May 12 06:58:40 2026] POST /v2.0/security-group-rules => generated 619 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/496] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/497] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:58:40 2026] GET /v2.0/security-groups?tenant_id=df4a19fb3b7247d9add28cdfbb04307c => generated 7903 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/498] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/a4b5ef61-0369-4853-b674-cdddd82d91fd => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/499] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/a4b5ef61-0369-4853-b674-cdddd82d91fd => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/500] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/876984b7-4200-473f-99cf-11348719b809 => generated 2941 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/501] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/1bf26162-dcd8-40f6-b390-90c9b0a6230c => generated 1682 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/502] 10.0.0.24 () {36 vars in 1011 bytes} [Tue May 12 06:58:41 2026] DELETE /v2.0/security-groups/1bf26162-dcd8-40f6-b390-90c9b0a6230c => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/503] 10.0.0.24 () {34 vars in 905 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/extensions => generated 21537 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/504] 10.0.0.24 () {34 vars in 999 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-group-rules/30ca6bf5-1193-4a48-82ec-6625f1ef2fd2 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/505] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:58:40 2026] PUT /v2.0/routers/e88d2249-581c-4351-8b75-22ad7c2b88f7/add_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/506] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/876984b7-4200-473f-99cf-11348719b809 => generated 2941 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/507] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 257/508] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/509] 10.0.0.24 () {36 vars in 1021 bytes} [Tue May 12 06:58:41 2026] DELETE /v2.0/security-group-rules/30ca6bf5-1193-4a48-82ec-6625f1ef2fd2 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:58:41.733 8 INFO neutron.api.v2.resource [req-dec819d4-0f96-4f39-9222-0923bc9831ea req-e3c4af63-663d-47f6-80ca-fccbb0093239 d2313e7b1e984317b10c426edb661214 df4a19fb3b7247d9add28cdfbb04307c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/510] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/1bf26162-dcd8-40f6-b390-90c9b0a6230c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/876984b7-4200-473f-99cf-11348719b809 => generated 2311 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/512] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/e50665b0-a190-469d-ae39-2a0dc09aa143 => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/513] 10.0.0.24 () {36 vars in 1011 bytes} [Tue May 12 06:58:41 2026] DELETE /v2.0/security-groups/876984b7-4200-473f-99cf-11348719b809 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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/515] 10.0.0.24 () {36 vars in 1011 bytes} [Tue May 12 06:58:41 2026] DELETE /v2.0/security-groups/e50665b0-a190-469d-ae39-2a0dc09aa143 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:58:41.976 7 INFO neutron.api.v2.resource [req-e3dc9101-418e-4bb8-8b87-568c7c7fd0e6 req-7d05d476-6acf-488d-bbae-e0565cf7f7b9 d2313e7b1e984317b10c426edb661214 df4a19fb3b7247d9add28cdfbb04307c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/516] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/e50665b0-a190-469d-ae39-2a0dc09aa143 => 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: 261/517] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:41 2026] GET /v2.0/security-groups/e1427224-f16c-4488-aea1-7a784dc1889d => generated 2311 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/518] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:42 2026] GET /v2.0/security-groups/554fa159-b105-4e22-a05a-fd2f6cb33956 => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/519] 10.0.0.24 () {36 vars in 1011 bytes} [Tue May 12 06:58:42 2026] DELETE /v2.0/security-groups/e1427224-f16c-4488-aea1-7a784dc1889d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/520] 10.0.0.24 () {36 vars in 1011 bytes} [Tue May 12 06:58:42 2026] DELETE /v2.0/security-groups/554fa159-b105-4e22-a05a-fd2f6cb33956 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:58:42.145 7 INFO neutron.api.v2.resource [req-614fc01a-d427-4dfe-bcd4-8f4ceb8059dd req-94403d73-7a42-4a2a-8040-2e80e645a02a d2313e7b1e984317b10c426edb661214 df4a19fb3b7247d9add28cdfbb04307c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/521] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:42 2026] GET /v2.0/security-groups/554fa159-b105-4e22-a05a-fd2f6cb33956 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/522] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 06:58:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/523] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:58:42 2026] GET /v2.0/security-groups?tenant_id=df4a19fb3b7247d9add28cdfbb04307c => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/524] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:58:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/525] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:42 2026] GET /v2.0/security-groups/a4b5ef61-0369-4853-b674-cdddd82d91fd => generated 2918 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/526] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:58:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/527] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:42 2026] GET /v2.0/security-groups/a4b5ef61-0369-4853-b674-cdddd82d91fd => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:58:42.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-de0c0339-610b-4d4e-ad84-db6b0e9f7bdf abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: ef000e31-c24c-4bb9-89c1-24eefb32aa65 2026-05-12 06:58:42.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de0c0339-610b-4d4e-ad84-db6b0e9f7bdf abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: ef000e31-c24c-4bb9-89c1-24eefb32aa65 [pid: 7|app: 0|req: 266/528] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 06:58:42 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:43.039 7 INFO neutron.api.v2.resource [req-706a1fc7-7132-4aad-a598-64e756dcd981 req-c5df2364-a3fc-4016-b12b-133435433aef d2313e7b1e984317b10c426edb661214 df4a19fb3b7247d9add28cdfbb04307c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 267/529] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:43 2026] GET /v2.0/security-groups/554fa159-b105-4e22-a05a-fd2f6cb33956 => 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: 268/530] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:43 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:43.077 7 INFO neutron.api.v2.resource [req-e739d1c6-1c86-488e-9432-61e002c7b104 req-1c5a95d8-b9b1-48c3-aa6c-e17b6609fb54 d2313e7b1e984317b10c426edb661214 df4a19fb3b7247d9add28cdfbb04307c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/531] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:43 2026] GET /v2.0/security-groups/e50665b0-a190-469d-ae39-2a0dc09aa143 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/532] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:58:42 2026] PUT /v2.0/routers/2fb42805-cffb-4bff-ab4b-b27edfa9f293/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:58:43.106 8 INFO neutron.api.v2.resource [req-baadd434-f1fb-4e77-a559-f52a1eb215e4 req-e1e88152-c904-4d19-b890-7e4acb253747 d2313e7b1e984317b10c426edb661214 df4a19fb3b7247d9add28cdfbb04307c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/533] 10.0.0.24 () {34 vars in 989 bytes} [Tue May 12 06:58:43 2026] GET /v2.0/security-groups/1bf26162-dcd8-40f6-b390-90c9b0a6230c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:58:43.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcc19b62-6a3f-4080-97fd-00e8767feb82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: c515da8d-bc8b-405b-becc-22ecd95023ae 2026-05-12 06:58:43.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc19b62-6a3f-4080-97fd-00e8767feb82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: c515da8d-bc8b-405b-becc-22ecd95023ae 2026-05-12 06:58:43.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f632f5c-e94f-45b4-9cc1-c14424133907 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: eaa52069-d65b-403c-8e53-4dabfdabdd2c 2026-05-12 06:58:43.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f632f5c-e94f-45b4-9cc1-c14424133907 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: eaa52069-d65b-403c-8e53-4dabfdabdd2c 2026-05-12 06:58:43.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcc19b62-6a3f-4080-97fd-00e8767feb82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 91e2964f-6087-48d9-bdb3-a2b59c8ff99b 2026-05-12 06:58:43.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcc19b62-6a3f-4080-97fd-00e8767feb82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 91e2964f-6087-48d9-bdb3-a2b59c8ff99b 2026-05-12 06:58:43.626 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-fcc19b62-6a3f-4080-97fd-00e8767feb82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - 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-05-12 06:58:43.956 7 INFO neutron.db.l3_hamode_db [None req-fcc19b62-6a3f-4080-97fd-00e8767feb82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network a77ce8b5-5d73-48d0-bcf2-911793499620 was deleted as no HA routers are present in tenant 2ef68ee9be4a4cd087d610081b3f7c42. [pid: 7|app: 0|req: 270/534] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:58:43 2026] DELETE /v2.0/routers/2fb42805-cffb-4bff-ab4b-b27edfa9f293 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/535] 10.0.0.24 () {34 vars in 1098 bytes} [Tue May 12 06:58:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1656461824&fields=id&tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/536] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:58:43 2026] PUT /v2.0/routers/49e58fb9-9a91-43b2-b077-89d31e03d3a7/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/537] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/networks?id=532343ed-111c-4543-b037-b0c184cdf509 => generated 670 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/538] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:58:43 2026] DELETE /v2.0/subnets/41cba4a3-5831-44b3-a825-1fa72d94bbd9 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/539] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/quotas/57df4b0fe95845cc8f6aa08acb1b06d4 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/540] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:44.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-52acd73b-9c26-4a00-83d1-10d800b38a35 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 83a13e56-65cf-4421-bc0b-43d283966242 2026-05-12 06:58:44.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52acd73b-9c26-4a00-83d1-10d800b38a35 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 83a13e56-65cf-4421-bc0b-43d283966242 2026-05-12 06:58:44.277 7 INFO neutron.services.segments.plugin [-] Segment 94bd58c4-3805-4aff-8007-ed16fde2063a resource provider aggregate not found 2026-05-12 06:58:44.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-90180620-929c-466a-8e30-86794675a6be abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 6f8c635c-e8b7-48f9-82ae-1765df748e75 2026-05-12 06:58:44.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90180620-929c-466a-8e30-86794675a6be abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 6f8c635c-e8b7-48f9-82ae-1765df748e75 2026-05-12 06:58:44.295 7 INFO neutron.services.segments.plugin [-] Segment 94bd58c4-3805-4aff-8007-ed16fde2063a resource provider aggregate not found 2026-05-12 06:58:44.302 7 INFO neutron.services.segments.plugin [-] Segment 94bd58c4-3805-4aff-8007-ed16fde2063a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94bd58c4-3805-4aff-8007-ed16fde2063a found for delete ", "request_id": "req-ca869999-9d97-4710-826f-9627e2b25aca"}]} 2026-05-12 06:58:44.322 7 INFO neutron.services.segments.plugin [-] Segment 94bd58c4-3805-4aff-8007-ed16fde2063a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94bd58c4-3805-4aff-8007-ed16fde2063a found for delete ", "request_id": "req-0c0e0f6d-148e-42be-a734-3f126c528926"}]} 2026-05-12 06:58:44.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-52acd73b-9c26-4a00-83d1-10d800b38a35 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 37b940bc-2b8b-4d9c-b9e6-c134949d9eba 2026-05-12 06:58:44.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52acd73b-9c26-4a00-83d1-10d800b38a35 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 37b940bc-2b8b-4d9c-b9e6-c134949d9eba [pid: 7|app: 0|req: 275/541] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:58:44 2026] DELETE /v2.0/networks/36f2528b-518d-4c73-9dbb-e82840428b29 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:58:44.502 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-52acd73b-9c26-4a00-83d1-10d800b38a35 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 276/542] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/ports?tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/543] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/544] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/security-groups?tenant_id=2ef68ee9be4a4cd087d610081b3f7c42&name=default => generated 2921 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/545] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509?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: 280/546] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:58:44 2026] DELETE /v2.0/security-groups/f4e35041-2480-410f-abda-316c15728b2a => 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: 281/547] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:44 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:44.906 8 INFO neutron.db.l3_hamode_db [None req-52acd73b-9c26-4a00-83d1-10d800b38a35 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network 4b563f33-2adc-4fd9-a7df-7f17e83a217c was deleted as no HA routers are present in tenant df4a19fb3b7247d9add28cdfbb04307c. [pid: 8|app: 0|req: 267/548] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:58:44 2026] DELETE /v2.0/routers/49e58fb9-9a91-43b2-b077-89d31e03d3a7 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/549] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:58:44 2026] DELETE /v2.0/subnets/e548634c-335c-463f-8c3c-4126c2f3cd91 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:58:45.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-21c8dda5-d39e-4392-9502-e598eb3c21d6 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 5bc05259-9500-4677-9032-69cb85c4aee6 2026-05-12 06:58:45.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21c8dda5-d39e-4392-9502-e598eb3c21d6 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 5bc05259-9500-4677-9032-69cb85c4aee6 [pid: 7|app: 0|req: 283/550] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:45 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/551] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:58:45 2026] DELETE /v2.0/networks/41fd98ff-5185-4d8d-8259-cc7fc52379b3 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:58:45.412 8 INFO neutron.services.segments.plugin [-] Segment 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a resource provider aggregate not found 2026-05-12 06:58:45.432 8 INFO neutron.services.segments.plugin [-] Segment 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a found for delete ", "request_id": "req-df2f12ad-9e56-4d9e-b95f-236abe2f54b3"}]} 2026-05-12 06:58:45.449 8 INFO neutron.services.segments.plugin [-] Segment 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a resource provider aggregate not found 2026-05-12 06:58:45.466 8 INFO neutron.services.segments.plugin [-] Segment 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a5f4569-e2b6-4ddf-aa14-72fcac02f85a found for delete ", "request_id": "req-b300eab1-b0d4-40b9-affd-4877902acc32"}]} [pid: 7|app: 0|req: 284/552] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:58:45 2026] GET /v2.0/security-groups?tenant_id=df4a19fb3b7247d9add28cdfbb04307c&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/553] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:58:45 2026] DELETE /v2.0/security-groups/a4b5ef61-0369-4853-b674-cdddd82d91fd => 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: 285/554] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:45 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:46.319 7 INFO neutron.services.segments.plugin [-] Segment 2050c8c3-dab8-4b09-9f3b-19de1fd12436 resource provider aggregate not found 2026-05-12 06:58:46.335 7 INFO neutron.services.segments.plugin [-] Segment 2050c8c3-dab8-4b09-9f3b-19de1fd12436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2050c8c3-dab8-4b09-9f3b-19de1fd12436 found for delete ", "request_id": "req-60544929-a662-4643-8575-e820d9f62eed"}]} 2026-05-12 06:58:46.337 7 INFO neutron.services.segments.plugin [-] Segment 2050c8c3-dab8-4b09-9f3b-19de1fd12436 resource provider aggregate not found 2026-05-12 06:58:46.350 7 INFO neutron.services.segments.plugin [-] Segment 2050c8c3-dab8-4b09-9f3b-19de1fd12436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2050c8c3-dab8-4b09-9f3b-19de1fd12436 found for delete ", "request_id": "req-f9c7c28f-56f1-41cb-b733-437782729d9b"}]} [pid: 8|app: 0|req: 270/555] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:46 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 271/556] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:58:46 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 684 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/557] 199.19.213.181 () {34 vars in 910 bytes} [Tue May 12 06:58:46 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-12 06:58:46.942 7 INFO neutron.db.segments_db [None req-3ce9e674-ccc1-4e90-980f-f76e9a474d2c abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment fbbfb9f8-f320-449d-85aa-e517ea06adc6 of type vxlan for network 96d19bf7-caae-46b3-84a8-ea1999375f8a [pid: 8|app: 0|req: 273/558] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 06:58:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d95eb0fd2db748d49912d874a26448fc => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/559] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:46 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 286/560] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:58:46 2026] POST /v2.0/networks => generated 746 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/561] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:47 2026] POST /v2.0/subnets => generated 693 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:47.238 7 INFO neutron.db.segments_db [None req-60099427-76d0-4097-9e36-251379a92b4a abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment c560c735-4d81-44d3-b574-c471a8d98ad9 of type vxlan for network ba70c87d-b0e6-49fb-ac84-e1e150561ec7 [pid: 8|app: 0|req: 275/562] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 06:58:46 2026] POST /v2.0/ports => generated 954 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:47.456 8 INFO neutron.services.segments.plugin [-] Segment 3a08c112-fc6c-45d8-aa06-611c9d35f76b resource provider aggregate not found 2026-05-12 06:58:47.471 8 INFO neutron.services.segments.plugin [-] Segment 3a08c112-fc6c-45d8-aa06-611c9d35f76b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a08c112-fc6c-45d8-aa06-611c9d35f76b found for delete ", "request_id": "req-b5c56d4d-08d2-4a1a-8e3b-d8d9c5099386"}]} 2026-05-12 06:58:47.482 8 INFO neutron.services.segments.plugin [-] Segment 3a08c112-fc6c-45d8-aa06-611c9d35f76b resource provider aggregate not found 2026-05-12 06:58:47.500 8 INFO neutron.services.segments.plugin [-] Segment 3a08c112-fc6c-45d8-aa06-611c9d35f76b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a08c112-fc6c-45d8-aa06-611c9d35f76b found for delete ", "request_id": "req-1b44ef03-d286-4b22-a13b-b13e0f2769bd"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-05-12 06:58:47.517 7 INFO neutron.db.l3_hamode_db [None req-60099427-76d0-4097-9e36-251379a92b4a abdb70ce27e64439b2dcee73f3d5f1eb d562b773e45646ae9d33c81d02231a51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 06:58:47.669 8 INFO neutron.db.segments_db [None req-23a5e1a9-b2e3-4903-87ae-25dc13682c51 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 11d4417a-29a1-49e1-a7fd-68db313ad315 of type vxlan for network 93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a [pid: 8|app: 0|req: 276/563] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:58:47 2026] POST /v2.0/networks => generated 747 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/564] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:47 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:58:48.145 7 INFO neutron.db.l3_hamode_db [None req-60099427-76d0-4097-9e36-251379a92b4a abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 278/565] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:58:47 2026] PUT /v2.0/ports/5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 1235 bytes in 423 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: 279/566] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:48 2026] POST /v2.0/subnets => generated 695 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/567] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:48 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/568] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:48 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:48.467 8 INFO neutron.db.segments_db [None req-cb7704ca-9bb9-4b60-9bbd-8ef80052d61b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 181874df-55d3-4387-b373-f98718011be7 of type vxlan for network 02c28b80-7aa1-4834-bf96-0274250757ad 2026-05-12 06:58:48.711 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2624494-ad9c-4d46-afcf-443df12029dc'] response: {'name': 'network-changed', 'server_uuid': '35b9f7c7-07cc-4198-8b32-48ea48d3863e', 'tag': '5810b8b4-99d6-49fd-b59c-40a6ab33d8ac', 'status': 'completed', 'code': 200} 2026-05-12 06:58:48.752 8 INFO neutron.db.l3_hamode_db [None req-cb7704ca-9bb9-4b60-9bbd-8ef80052d61b abdb70ce27e64439b2dcee73f3d5f1eb 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 288/569] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:47 2026] POST /v2.0/routers => generated 733 bytes in 1871 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:58:49.578 8 INFO neutron.db.l3_hamode_db [None req-cb7704ca-9bb9-4b60-9bbd-8ef80052d61b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 289/570] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:58:49 2026] PUT /v2.0/routers/148ed966-3552-401c-951a-5d246de68167/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/571] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/572] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/networks?id=532343ed-111c-4543-b037-b0c184cdf509 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/573] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 294/575] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/networks?tenant_id=d95eb0fd2db748d49912d874a26448fc&shared=False => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/576] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4 => generated 181 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/577] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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: 297/578] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 06:58:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/579] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:58:48 2026] POST /v2.0/routers => generated 735 bytes in 2333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/580] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 06:58:50 2026] POST /v2.0/ports => generated 954 bytes in 849 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: 301/583] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 06:58:51 2026] GET /v2.0/networks?id=96d19bf7-caae-46b3-84a8-ea1999375f8a => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/584] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:58:51 2026] PUT /v2.0/ports/7b1dad3b-ed7f-4110-9ae3-78066bec6eb6 => generated 1235 bytes in 423 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: 303/585] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 06:58:51 2026] GET /v2.0/quotas/d562b773e45646ae9d33c81d02231a51 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/586] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:51 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/587] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:58:51 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/588] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:58:51 2026] GET /v2.0/ports?tenant_id=d562b773e45646ae9d33c81d02231a51&fields=id => generated 57 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/589] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&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: 308/590] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => 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: 309/591] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/592] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:58:50 2026] PUT /v2.0/routers/3b0e9354-7460-4829-b496-0f874a2f93d4/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/593] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/594] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/subnets?id=03b51857-2259-419a-a5bb-d332ce8445d8 => generated 702 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/595] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/ports?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d&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: 7|app: 0|req: 311/596] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:58:52.334 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-019718ea-13df-449f-a642-9b2efd4062c6'] response: {'name': 'network-changed', 'server_uuid': '373a7804-94e1-49fb-8788-5406c011cf77', 'tag': '7b1dad3b-ed7f-4110-9ae3-78066bec6eb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 286/597] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 312/598] 10.0.0.24 () {34 vars in 905 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/extensions => generated 21537 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/599] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/networks/96d19bf7-caae-46b3-84a8-ea1999375f8a?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/600] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/networks/96d19bf7-caae-46b3-84a8-ea1999375f8a?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: 314/601] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/602] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 06:58:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/603] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/ports?tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4&device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 1238 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/604] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:58:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/605] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/networks?tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4&shared=False => generated 766 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/606] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 06:58:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/607] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:58:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/608] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:53 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/609] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:53 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&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: 319/610] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:53 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/611] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:53 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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: 292/612] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 06:58:53 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/613] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:53 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 293/614] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/ports?tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4&device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/615] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7b1dad3b-ed7f-4110-9ae3-78066bec6eb6 => 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: 294/616] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/subnets?id=ea70a1b8-2e01-4365-ab22-32568e53916d => generated 688 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/617] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/ports?network_id=532343ed-111c-4543-b037-b0c184cdf509&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: 324/618] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509?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: 295/619] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/620] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/621] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&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: 326/622] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 297/623] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/624] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:54 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 298/625] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:55 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/626] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:55 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/627] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:55 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/628] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:55 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/629] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:56 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 330/630] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:56 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/631] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:56 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/632] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:56 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/633] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:56 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/634] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:57 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 332/635] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:58:57 2026] GET /v2.0/networks?id=96d19bf7-caae-46b3-84a8-ea1999375f8a => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/636] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 06:58:57 2026] POST /v2.0/ports => generated 954 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, ' [pid: 8|app: 0|req: 305/637] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:57 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/638] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:57 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&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: 307/639] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:57 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/640] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:57 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/641] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:58:57 2026] PUT /v2.0/ports/63dc3941-cfbd-4f89-92b2-a49fa0f54de5 => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:58:58.104 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-397aec87-836e-4ee9-94ad-196a14257b56'] response: {'name': 'network-changed', 'server_uuid': 'edb989f6-388f-4f05-b9aa-dae78d3daaf7', 'tag': '63dc3941-cfbd-4f89-92b2-a49fa0f54de5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 309/642] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 334/643] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/644] 10.0.0.24 () {34 vars in 1096 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--208347330&fields=id&tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f => 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: 335/645] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/networks?id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a => generated 680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/646] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/quotas/9980c8eaeb824c4cbde1ee66bf4c445f => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/647] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/ports?tenant_id=d562b773e45646ae9d33c81d02231a51&device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/648] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/ports?tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f&fields=id => generated 57 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/649] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/networks?tenant_id=d562b773e45646ae9d33c81d02231a51&shared=False => generated 774 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/650] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 06:58:58 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: 7|app: 0|req: 337/651] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/652] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?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: 338/653] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/654] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:58 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/655] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 317/656] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/657] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/658] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/659] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/660] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/ports?tenant_id=d562b773e45646ae9d33c81d02231a51&device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/661] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=63dc3941-cfbd-4f89-92b2-a49fa0f54de5 => 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: 320/662] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/subnets?id=b0845610-8c86-4c33-83c4-bc7eb9c3d3b5 => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/663] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/ports?network_id=96d19bf7-caae-46b3-84a8-ea1999375f8a&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: 321/664] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:58:59 2026] GET /v2.0/networks/96d19bf7-caae-46b3-84a8-ea1999375f8a?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: 344/665] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/networks/96d19bf7-caae-46b3-84a8-ea1999375f8a?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: 322/666] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 345/667] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/668] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/669] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/670] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/671] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/672] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:00 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/673] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/674] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 326/675] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/676] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 327/677] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/678] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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: 352/679] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/680] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:01 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&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-05-12 06:59:02.036 8 INFO neutron.db.l3_db [None req-2eaf7738-612f-4ebf-bd9d-51d47346d3e7 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] Floating IP dcf25443-569b-4bbf-b2b0-1920c42cf2f7 associated. External IP: 10.96.250.212, port: 7b1dad3b-ed7f-4110-9ae3-78066bec6eb6. [pid: 8|app: 0|req: 328/681] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 06:59:01 2026] PUT /v2.0/floatingips/dcf25443-569b-4bbf-b2b0-1920c42cf2f7 => generated 855 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:02.385 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae621873-3a61-414f-8de4-afc690d59318'] response: {'name': 'network-changed', 'server_uuid': '373a7804-94e1-49fb-8788-5406c011cf77', 'tag': '7b1dad3b-ed7f-4110-9ae3-78066bec6eb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/682] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 354/683] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/684] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/685] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/686] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/687] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/688] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4&device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/689] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 359/690] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:02 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/691] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/networks?id=532343ed-111c-4543-b037-b0c184cdf509 => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/692] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/693] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/694] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7b1dad3b-ed7f-4110-9ae3-78066bec6eb6 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/695] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/subnets?id=ea70a1b8-2e01-4365-ab22-32568e53916d => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:03.219 8 INFO neutron.db.l3_db [None req-957136ae-f313-4c5f-853a-d0cd559d561e 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] Floating IP 0f1664ab-21a4-44bb-80f2-0d2b31be1f36 associated. External IP: 10.96.250.209, port: 5810b8b4-99d6-49fd-b59c-40a6ab33d8ac. [pid: 7|app: 0|req: 365/696] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/ports?network_id=532343ed-111c-4543-b037-b0c184cdf509&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/697] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509?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: 367/698] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509?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: 368/699] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/networks?id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/700] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/701] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 06:59:02 2026] PUT /v2.0/floatingips/0f1664ab-21a4-44bb-80f2-0d2b31be1f36 => generated 855 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/702] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 334/703] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/704] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:03 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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/705] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 06:59:03 2026] POST /v2.0/ports => generated 958 bytes in 402 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: 371/706] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/707] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 373/708] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&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: 374/709] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/710] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:59:03 2026] PUT /v2.0/ports/69545e72-26b4-437b-b0ee-3e71ff65ffe9 => generated 1239 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:59:04.424 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bf74d06-a483-4bc8-a949-07fa802c2273'] response: {'name': 'network-changed', 'server_uuid': '35b9f7c7-07cc-4198-8b32-48ea48d3863e', 'tag': '5810b8b4-99d6-49fd-b59c-40a6ab33d8ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/711] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 337/712] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/713] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:04 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 338/714] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 778 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/715] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => 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: 339/716] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/subnets?id=03b51857-2259-419a-a5bb-d332ce8445d8 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/717] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/718] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/719] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 380/720] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/721] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/722] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/723] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f&device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 343/724] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/security-groups?id=c120dc4e-b7de-470f-8089-80e7ea197b8b&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: 382/725] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=69545e72-26b4-437b-b0ee-3e71ff65ffe9 => 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: 344/726] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/subnets?id=7a2b87f9-f05c-438e-9057-e51aa53e4dc3 => generated 698 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/727] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?network_id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a&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: 345/728] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/729] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/730] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:05.767 7 INFO neutron_taas.services.taas.taas_plugin [req-b6a39933-7121-46b0-b84d-d1f7b6787284 req-6754c777-3b35-408a-a19f-18e220846600 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] TaaS: Handle Delete Port: 7b1dad3b-ed7f-4110-9ae3-78066bec6eb6 2026-05-12 06:59:05.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6a39933-7121-46b0-b84d-d1f7b6787284 req-6754c777-3b35-408a-a19f-18e220846600 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] Tap Mirror: Handle Delete Port: 7b1dad3b-ed7f-4110-9ae3-78066bec6eb6 [pid: 8|app: 0|req: 347/731] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/732] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:05 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:06.009 7 INFO neutron.db.l3_db [req-b6a39933-7121-46b0-b84d-d1f7b6787284 req-6754c777-3b35-408a-a19f-18e220846600 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] Floating IP dcf25443-569b-4bbf-b2b0-1920c42cf2f7 disassociated. External IP: 10.96.250.212, port: 7b1dad3b-ed7f-4110-9ae3-78066bec6eb6. [pid: 7|app: 0|req: 385/735] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 06:59:05 2026] DELETE /v2.0/ports/7b1dad3b-ed7f-4110-9ae3-78066bec6eb6 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:06.427 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-080a74b0-f16c-4d93-9abb-d6b2fd0fb70d'] response: {'server_uuid': '373a7804-94e1-49fb-8788-5406c011cf77', 'name': 'network-vif-deleted', 'tag': '7b1dad3b-ed7f-4110-9ae3-78066bec6eb6', 'status': 'completed', 'code': 200} 2026-05-12 06:59:06.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bb31e77-c37b-4717-87a3-0847adb416d7'] response: {'name': 'network-changed', 'server_uuid': '50b833ab-1e74-4031-8046-618a321b9b9b', 'tag': '69545e72-26b4-437b-b0ee-3e71ff65ffe9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/736] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:06 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 351/737] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:06 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 387/738] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:06 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/739] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:06 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/740] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:06 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/741] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:06 2026] GET /v2.0/ports?tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f&device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/742] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/743] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/networks?id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a => generated 775 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/744] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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: 390/745] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=69545e72-26b4-437b-b0ee-3e71ff65ffe9 => 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: 356/746] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/subnets?id=7a2b87f9-f05c-438e-9057-e51aa53e4dc3 => generated 698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/747] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/ports?network_id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a&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: 357/748] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?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: 392/749] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/750] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:07 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 393/751] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:08 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 359/752] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:08 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 394/753] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:08 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/754] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:08 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/755] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:08 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 361/756] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:09 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/757] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:09 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/758] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:09 2026] GET /v2.0/security-groups?id=93f72b31-f218-4ce0-a668-15124c2fa881&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/759] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 06:59:09 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/760] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:09 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:09.548 7 INFO neutron_taas.services.taas.taas_plugin [req-4a6e73c2-5296-4f74-91b4-9bd28d7166df req-99f1896f-d3d6-42bf-8caf-768d39884482 3c34e16ae8ad4dbb8a12a1a72569cc96 d562b773e45646ae9d33c81d02231a51 - - default default] TaaS: Handle Delete Port: 63dc3941-cfbd-4f89-92b2-a49fa0f54de5 2026-05-12 06:59:09.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4a6e73c2-5296-4f74-91b4-9bd28d7166df req-99f1896f-d3d6-42bf-8caf-768d39884482 3c34e16ae8ad4dbb8a12a1a72569cc96 d562b773e45646ae9d33c81d02231a51 - - default default] Tap Mirror: Handle Delete Port: 63dc3941-cfbd-4f89-92b2-a49fa0f54de5 [pid: 7|app: 0|req: 398/761] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 06:59:09 2026] DELETE /v2.0/ports/63dc3941-cfbd-4f89-92b2-a49fa0f54de5 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:09.733 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f99e1524-20c9-4cf9-8292-d5f80bd0ae3c'] response: {'server_uuid': 'edb989f6-388f-4f05-b9aa-dae78d3daaf7', 'name': 'network-vif-deleted', 'tag': '63dc3941-cfbd-4f89-92b2-a49fa0f54de5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 364/762] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:09 2026] GET /v2.0/ports?device_id=373a7804-94e1-49fb-8788-5406c011cf77 => 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: 399/763] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:10 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 365/764] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:10 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/765] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:10 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/766] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:10 2026] DELETE /v2.0/security-groups/c120dc4e-b7de-470f-8089-80e7ea197b8b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:11.061 7 INFO neutron.api.v2.resource [None req-2fd589e6-56f9-461f-bec3-126aa9ccc31b 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/767] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 06:59:11 2026] GET /v2.0/security-groups/c120dc4e-b7de-470f-8089-80e7ea197b8b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:59:11.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-53771fa0-6f38-43c4-9125-e025924661b0 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] TaaS: Handle Delete Port: cfa572f7-b625-463e-b907-e612e3a13867 2026-05-12 06:59:11.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53771fa0-6f38-43c4-9125-e025924661b0 52452145cf484a448c3154bf8b76fb5e 57df4b0fe95845cc8f6aa08acb1b06d4 - - default default] Tap Mirror: Handle Delete Port: cfa572f7-b625-463e-b907-e612e3a13867 [pid: 8|app: 0|req: 367/768] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 06:59:11 2026] DELETE /v2.0/floatingips/dcf25443-569b-4bbf-b2b0-1920c42cf2f7 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/769] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:11 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => 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: 369/770] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:11 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/771] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:11 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:11.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-996118fe-b018-485d-9666-9fba2a5a6f2e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 3754362f-3743-4f4a-b6b8-9d65fec3512c 2026-05-12 06:59:11.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-996118fe-b018-485d-9666-9fba2a5a6f2e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 3754362f-3743-4f4a-b6b8-9d65fec3512c [pid: 7|app: 0|req: 402/772] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:59:11 2026] PUT /v2.0/routers/e88d2249-581c-4351-8b75-22ad7c2b88f7/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:12.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-752abd25-2d37-4a12-a0fb-123c5876a2ac abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 9cd32f82-844d-41e6-9b7a-0828c00a15bd 2026-05-12 06:59:12.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752abd25-2d37-4a12-a0fb-123c5876a2ac abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 9cd32f82-844d-41e6-9b7a-0828c00a15bd [pid: 7|app: 0|req: 403/773] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:12 2026] GET /v2.0/ports?device_id=edb989f6-388f-4f05-b9aa-dae78d3daaf7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:12.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-752abd25-2d37-4a12-a0fb-123c5876a2ac abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: e50f6d35-155f-4218-b2d1-1a438a68be51 2026-05-12 06:59:12.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752abd25-2d37-4a12-a0fb-123c5876a2ac abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: e50f6d35-155f-4218-b2d1-1a438a68be51 [pid: 7|app: 0|req: 404/774] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:12 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/775] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:12 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:13.280 8 INFO neutron.services.segments.plugin [-] Segment 4454744d-2b67-4d65-bc34-1c7056b070f7 resource provider aggregate not found 2026-05-12 06:59:13.292 8 INFO neutron.services.segments.plugin [-] Segment 4454744d-2b67-4d65-bc34-1c7056b070f7 resource provider aggregate not found 2026-05-12 06:59:13.308 8 INFO neutron.services.segments.plugin [-] Segment 4454744d-2b67-4d65-bc34-1c7056b070f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4454744d-2b67-4d65-bc34-1c7056b070f7 found for delete ", "request_id": "req-0b32d1bb-1e60-4ef5-962d-7cb39f16d629"}]} 2026-05-12 06:59:13.311 8 INFO neutron.services.segments.plugin [-] Segment 4454744d-2b67-4d65-bc34-1c7056b070f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4454744d-2b67-4d65-bc34-1c7056b070f7 found for delete ", "request_id": "req-b1aae2a1-cfb2-488e-be52-bd1b109cf0b6"}]} 2026-05-12 06:59:13.318 8 INFO neutron.db.l3_hamode_db [None req-752abd25-2d37-4a12-a0fb-123c5876a2ac abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network e816b5be-7022-4c12-889f-1cf3543ad4dc was deleted as no HA routers are present in tenant 57df4b0fe95845cc8f6aa08acb1b06d4. [pid: 8|app: 0|req: 371/776] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:12 2026] DELETE /v2.0/routers/e88d2249-581c-4351-8b75-22ad7c2b88f7 => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/777] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:13 2026] DELETE /v2.0/subnets/ea70a1b8-2e01-4365-ab22-32568e53916d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:13.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-de8f98b7-5365-4fe0-b372-3467119e3aff abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 025307e3-31ca-48b8-b890-6a71e3d647c0 2026-05-12 06:59:13.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de8f98b7-5365-4fe0-b372-3467119e3aff abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 025307e3-31ca-48b8-b890-6a71e3d647c0 [pid: 8|app: 0|req: 372/778] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:13 2026] DELETE /v2.0/networks/532343ed-111c-4543-b037-b0c184cdf509 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/779] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:13 2026] GET /v2.0/security-groups?tenant_id=57df4b0fe95845cc8f6aa08acb1b06d4&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: 374/780] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:13 2026] DELETE /v2.0/security-groups/86069737-004f-426d-ba98-bf94e0cc8a37 => 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: 375/781] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:14 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:14.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8291002-aa77-457e-8e74-96201d8e6ac0 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: b0387fc5-321f-4021-9303-fb2ffc8ba420 [pid: 8|app: 0|req: 376/782] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:14 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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-05-12 06:59:14.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8291002-aa77-457e-8e74-96201d8e6ac0 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: b0387fc5-321f-4021-9303-fb2ffc8ba420 [pid: 7|app: 0|req: 407/783] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:59:13 2026] PUT /v2.0/routers/148ed966-3552-401c-951a-5d246de68167/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:14.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2b44d15-7839-4884-89ac-876dbba059f5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 79dde32f-cc29-4238-998c-063ea7e92c81 2026-05-12 06:59:14.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b44d15-7839-4884-89ac-876dbba059f5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 79dde32f-cc29-4238-998c-063ea7e92c81 2026-05-12 06:59:15.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2b44d15-7839-4884-89ac-876dbba059f5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 23c016ce-63db-4b3a-a1a7-08ad3ee432a8 2026-05-12 06:59:15.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b44d15-7839-4884-89ac-876dbba059f5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 23c016ce-63db-4b3a-a1a7-08ad3ee432a8 2026-05-12 06:59:15.345 8 INFO neutron.services.segments.plugin [-] Segment d76b2816-26bd-4f7a-921c-7116e908969d resource provider aggregate not found 2026-05-12 06:59:15.352 8 INFO neutron.services.segments.plugin [-] Segment d76b2816-26bd-4f7a-921c-7116e908969d resource provider aggregate not found [pid: 7|app: 0|req: 408/784] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:15 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:15.380 8 INFO neutron.services.segments.plugin [-] Segment d76b2816-26bd-4f7a-921c-7116e908969d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76b2816-26bd-4f7a-921c-7116e908969d found for delete ", "request_id": "req-b46d7183-8d20-42c5-9d4e-575135d2f989"}]} 2026-05-12 06:59:15.386 8 INFO neutron.services.segments.plugin [-] Segment d76b2816-26bd-4f7a-921c-7116e908969d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76b2816-26bd-4f7a-921c-7116e908969d found for delete ", "request_id": "req-e998b081-1213-44b5-a500-1680baf5b767"}]} [pid: 7|app: 0|req: 409/785] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:15 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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: 410/786] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:15 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:15.607 8 INFO neutron.db.l3_hamode_db [None req-f2b44d15-7839-4884-89ac-876dbba059f5 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network ba70c87d-b0e6-49fb-ac84-e1e150561ec7 was deleted as no HA routers are present in tenant d562b773e45646ae9d33c81d02231a51. [pid: 8|app: 0|req: 377/787] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:14 2026] DELETE /v2.0/routers/148ed966-3552-401c-951a-5d246de68167 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/788] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:15 2026] DELETE /v2.0/subnets/b0845610-8c86-4c33-83c4-bc7eb9c3d3b5 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:15.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-d892e748-0f58-4931-a5ee-f4d22839c1be abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 990bc6e1-b00e-4160-9dde-0638611cc280 2026-05-12 06:59:15.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d892e748-0f58-4931-a5ee-f4d22839c1be abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 990bc6e1-b00e-4160-9dde-0638611cc280 [pid: 8|app: 0|req: 379/789] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:15 2026] DELETE /v2.0/networks/96d19bf7-caae-46b3-84a8-ea1999375f8a => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:16.313 7 INFO neutron.db.l3_db [None req-faf06361-0123-4627-ac5d-ccb4f5ef549f ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] Floating IP 78f07591-5294-40f7-b6ba-af7aed1ad95c associated. External IP: 10.96.250.210, port: 69545e72-26b4-437b-b0ee-3e71ff65ffe9. 2026-05-12 06:59:16.702 8 INFO neutron.db.segments_db [None req-cbb08252-b9d7-4a29-9bba-8510cc75b170 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment f988a699-7a76-4fde-8b7a-db72b84c6274 of type vxlan for network 8820c44d-803c-4585-b66c-593a9651c031 [pid: 7|app: 0|req: 411/790] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 06:59:15 2026] PUT /v2.0/floatingips/78f07591-5294-40f7-b6ba-af7aed1ad95c => generated 856 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:16.747 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-604e45f0-effd-40a5-8757-26e8149a29b1'] response: {'name': 'network-changed', 'server_uuid': '50b833ab-1e74-4031-8046-618a321b9b9b', 'tag': '69545e72-26b4-437b-b0ee-3e71ff65ffe9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 412/791] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:16 2026] GET /v2.0/security-groups?tenant_id=d562b773e45646ae9d33c81d02231a51&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/792] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:16 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 380/793] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:59:16 2026] POST /v2.0/networks => generated 743 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/794] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:16 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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: 414/795] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:16 2026] DELETE /v2.0/security-groups/93f72b31-f218-4ce0-a668-15124c2fa881 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/796] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:59:16 2026] POST /v2.0/subnets => generated 690 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:17.175 7 INFO neutron.db.segments_db [None req-3f7b469f-d8ae-4906-85a0-e09d3720bd86 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment b0e8857c-5828-454d-842d-78623700b5b0 of type vxlan for network 7da73dac-7acc-415a-be75-cdcfe0d690de [pid: 8|app: 0|req: 383/797] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/798] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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: 385/799] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/ports?tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f&device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 386/800] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/networks?id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a => generated 775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:17.422 8 INFO neutron.services.segments.plugin [-] Segment c560c735-4d81-44d3-b574-c471a8d98ad9 resource provider aggregate not found 2026-05-12 06:59:17.422 8 INFO neutron.services.segments.plugin [-] Segment c560c735-4d81-44d3-b574-c471a8d98ad9 resource provider aggregate not found 2026-05-12 06:59:17.452 7 INFO neutron.db.l3_hamode_db [None req-3f7b469f-d8ae-4906-85a0-e09d3720bd86 abdb70ce27e64439b2dcee73f3d5f1eb 6de6efc55b0d433697d42d8a6e57cca0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 06:59:17.457 8 INFO neutron.services.segments.plugin [-] Segment c560c735-4d81-44d3-b574-c471a8d98ad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c560c735-4d81-44d3-b574-c471a8d98ad9 found for delete ", "request_id": "req-1f0437ca-964f-4120-82fc-07cf40c490d2"}]} 2026-05-12 06:59:17.474 8 INFO neutron.services.segments.plugin [-] Segment fbbfb9f8-f320-449d-85aa-e517ea06adc6 resource provider aggregate not found 2026-05-12 06:59:17.483 8 INFO neutron.services.segments.plugin [-] Segment c560c735-4d81-44d3-b574-c471a8d98ad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c560c735-4d81-44d3-b574-c471a8d98ad9 found for delete ", "request_id": "req-ce6f32fd-8254-45bf-a2ac-5b037ad67d50"}]} [pid: 8|app: 0|req: 387/801] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=69545e72-26b4-437b-b0ee-3e71ff65ffe9 => generated 859 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:17.499 8 INFO neutron.services.segments.plugin [-] Segment fbbfb9f8-f320-449d-85aa-e517ea06adc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbbfb9f8-f320-449d-85aa-e517ea06adc6 found for delete ", "request_id": "req-79d36c4d-66d8-48b9-be0d-578e70a3fe4a"}]} 2026-05-12 06:59:17.501 8 INFO neutron.services.segments.plugin [-] Segment fbbfb9f8-f320-449d-85aa-e517ea06adc6 resource provider aggregate not found 2026-05-12 06:59:17.515 8 INFO neutron.services.segments.plugin [-] Segment fbbfb9f8-f320-449d-85aa-e517ea06adc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbbfb9f8-f320-449d-85aa-e517ea06adc6 found for delete ", "request_id": "req-ab32faaf-ce4b-4570-ac00-453e6f63a868"}]} [pid: 8|app: 0|req: 388/802] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/subnets?id=7a2b87f9-f05c-438e-9057-e51aa53e4dc3 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/803] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/ports?network_id=93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/804] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?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: 391/805] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:17 2026] GET /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:18.181 7 INFO neutron.db.l3_hamode_db [None req-3f7b469f-d8ae-4906-85a0-e09d3720bd86 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 392/806] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:18 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/807] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:18 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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: 415/808] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:59:17 2026] POST /v2.0/routers => generated 730 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/809] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:19 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 417/810] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:19 2026] GET /v2.0/security-groups?id=b6cd2744-12d7-4d03-8e92-e7d46ce6b175&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: 418/811] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 06:59:19 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:19.881 7 INFO neutron_taas.services.taas.taas_plugin [req-30280b8e-6cab-42b7-a007-8b035c331925 req-1cc3de21-4476-43f6-8434-9b2d3bc7a4c2 ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] TaaS: Handle Delete Port: 69545e72-26b4-437b-b0ee-3e71ff65ffe9 2026-05-12 06:59:19.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-30280b8e-6cab-42b7-a007-8b035c331925 req-1cc3de21-4476-43f6-8434-9b2d3bc7a4c2 ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] Tap Mirror: Handle Delete Port: 69545e72-26b4-437b-b0ee-3e71ff65ffe9 2026-05-12 06:59:19.999 7 INFO neutron.db.l3_db [req-30280b8e-6cab-42b7-a007-8b035c331925 req-1cc3de21-4476-43f6-8434-9b2d3bc7a4c2 ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] Floating IP 78f07591-5294-40f7-b6ba-af7aed1ad95c disassociated. External IP: 10.96.250.210, port: 69545e72-26b4-437b-b0ee-3e71ff65ffe9. [pid: 8|app: 0|req: 394/812] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:59:19 2026] PUT /v2.0/routers/3caef157-398c-4df3-bc20-6f649dd66b58/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/813] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 06:59:19 2026] DELETE /v2.0/ports/69545e72-26b4-437b-b0ee-3e71ff65ffe9 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:20.360 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d94bbc40-a8e6-4662-91a8-297a1c95a1d4'] response: {'server_uuid': '50b833ab-1e74-4031-8046-618a321b9b9b', 'name': 'network-vif-deleted', 'tag': '69545e72-26b4-437b-b0ee-3e71ff65ffe9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 395/814] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:20 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 420/817] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 06:59:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/818] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:59:21 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: 8|app: 0|req: 399/819] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:59:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/820] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:21 2026] GET /v2.0/security-groups?tenant_id=a6047310324346128911d25da818bbbe&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/821] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:21 2026] DELETE /v2.0/security-groups/6427d452-5cf2-4aa7-83f3-4bdacf0d7a6f => 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: 423/822] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:21 2026] GET /v2.0/security-groups?tenant_id=95d18425a49646d199b1717deddbde1f&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: 424/823] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:21 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 425/824] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:21 2026] DELETE /v2.0/security-groups/a2cf5230-158a-4e7c-891f-e28d21ea836a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/825] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 06:59:21 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/826] 10.0.0.24 () {34 vars in 1096 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--174389953&fields=id&tenant_id=6de6efc55b0d433697d42d8a6e57cca0 => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/827] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/networks?id=8820c44d-803c-4585-b66c-593a9651c031 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/828] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/quotas/6de6efc55b0d433697d42d8a6e57cca0 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/829] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/ports?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/830] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?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: 403/831] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?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: 429/832] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 404/833] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:22 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 430/834] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:23 2026] GET /v2.0/ports?device_id=50b833ab-1e74-4031-8046-618a321b9b9b => 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: 405/835] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:24 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/836] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:25 2026] DELETE /v2.0/security-groups/b6cd2744-12d7-4d03-8e92-e7d46ce6b175 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:25.171 7 INFO neutron.api.v2.resource [None req-a094a2ef-c117-431a-bff0-6f53e7e72b18 ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/837] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 06:59:25 2026] GET /v2.0/security-groups/b6cd2744-12d7-4d03-8e92-e7d46ce6b175 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/838] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:25 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:25.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-7333d8fb-e515-4eaf-8fd5-b052ec2849ef ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] TaaS: Handle Delete Port: 1a89e834-2ce8-4355-a536-07bacdda66d9 2026-05-12 06:59:25.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7333d8fb-e515-4eaf-8fd5-b052ec2849ef ca6a7de648924b0597664cb03f4208c3 9980c8eaeb824c4cbde1ee66bf4c445f - - default default] Tap Mirror: Handle Delete Port: 1a89e834-2ce8-4355-a536-07bacdda66d9 [pid: 7|app: 0|req: 433/839] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 06:59:25 2026] DELETE /v2.0/floatingips/78f07591-5294-40f7-b6ba-af7aed1ad95c => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:26.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a09660d-af8b-4c8f-b0e2-7fc35e600e68 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 56ca37fa-e4c5-4031-a9f8-f1decbdbaed0 2026-05-12 06:59:26.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a09660d-af8b-4c8f-b0e2-7fc35e600e68 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 56ca37fa-e4c5-4031-a9f8-f1decbdbaed0 [pid: 7|app: 0|req: 434/840] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 06:59:26 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1240 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/841] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:26 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/842] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:59:25 2026] PUT /v2.0/routers/3b0e9354-7460-4829-b496-0f874a2f93d4/remove_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/843] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 06:59:26 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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-05-12 06:59:26.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-581d3f24-cadc-4259-a306-c5b2e646601f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: bb6480d1-a7f5-46e1-87b6-18a05848d068 2026-05-12 06:59:26.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-581d3f24-cadc-4259-a306-c5b2e646601f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: bb6480d1-a7f5-46e1-87b6-18a05848d068 2026-05-12 06:59:27.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-581d3f24-cadc-4259-a306-c5b2e646601f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 2e49fa48-585d-4698-8215-6ef898c00657 2026-05-12 06:59:27.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-581d3f24-cadc-4259-a306-c5b2e646601f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 2e49fa48-585d-4698-8215-6ef898c00657 [pid: 7|app: 0|req: 437/844] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:27 2026] GET /v2.0/networks?id=8820c44d-803c-4585-b66c-593a9651c031 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/845] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 06:59:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6de6efc55b0d433697d42d8a6e57cca0 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:27.476 8 INFO neutron.services.segments.plugin [-] Segment 181874df-55d3-4387-b373-f98718011be7 resource provider aggregate not found 2026-05-12 06:59:27.491 8 INFO neutron.services.segments.plugin [-] Segment 181874df-55d3-4387-b373-f98718011be7 resource provider aggregate not found 2026-05-12 06:59:27.508 8 INFO neutron.services.segments.plugin [-] Segment 181874df-55d3-4387-b373-f98718011be7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181874df-55d3-4387-b373-f98718011be7 found for delete ", "request_id": "req-0c5ee1d1-66b2-446e-852b-de4e54bdf49a"}]} 2026-05-12 06:59:27.514 8 INFO neutron.db.l3_hamode_db [None req-581d3f24-cadc-4259-a306-c5b2e646601f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network 02c28b80-7aa1-4834-bf96-0274250757ad was deleted as no HA routers are present in tenant 9980c8eaeb824c4cbde1ee66bf4c445f. [pid: 8|app: 0|req: 408/846] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:26 2026] DELETE /v2.0/routers/3b0e9354-7460-4829-b496-0f874a2f93d4 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:27.527 8 INFO neutron.services.segments.plugin [-] Segment 181874df-55d3-4387-b373-f98718011be7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181874df-55d3-4387-b373-f98718011be7 found for delete ", "request_id": "req-aaab941c-de61-4c45-8e86-9eabdb26c020"}]} [pid: 8|app: 0|req: 409/847] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:27 2026] DELETE /v2.0/subnets/7a2b87f9-f05c-438e-9057-e51aa53e4dc3 => 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: 410/848] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:27 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/849] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 06:59:27 2026] POST /v2.0/ports => generated 954 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:27.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-35df553e-29fb-45b8-9484-edafd9f18b52 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: d40b8253-7a2b-45cd-8bdf-fd597451d2d6 2026-05-12 06:59:27.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35df553e-29fb-45b8-9484-edafd9f18b52 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: d40b8253-7a2b-45cd-8bdf-fd597451d2d6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 411/850] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:27 2026] DELETE /v2.0/networks/93ea94b1-0c46-4540-b21f-cb3fe8fbaf6a => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/851] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:27 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/852] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:27 2026] GET /v2.0/security-groups?tenant_id=6799a30e932143e0a7e7c2e807c2c531&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/853] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:28 2026] DELETE /v2.0/security-groups/cb671fef-7472-4781-b6b3-996623f19979 => 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: 442/854] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:28 2026] GET /v2.0/security-groups?tenant_id=9980c8eaeb824c4cbde1ee66bf4c445f&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/855] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:28 2026] DELETE /v2.0/security-groups/c7b75a2c-58da-4690-a2d8-371477d09eac => 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: 444/856] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:28 2026] GET /v2.0/security-groups?tenant_id=8faf2617ce034fad8214024f9fb251e4&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/857] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:59:28 2026] PUT /v2.0/ports/fd9eaaf0-294d-4f9f-9fed-e8bbde971750 => generated 1235 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:59:28.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26be3f89-09c3-41eb-baa0-a800026a16cf'] response: {'name': 'network-changed', 'server_uuid': '5c00dd2a-5556-4187-ba96-18d2dd0401b5', 'tag': 'fd9eaaf0-294d-4f9f-9fed-e8bbde971750', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 445/858] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:28 2026] DELETE /v2.0/security-groups/f707f113-c872-4e35-a418-1eae933d9abf => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 414/859] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:28 2026] GET /v2.0/ports?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/860] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 06:59:28 2026] GET /v2.0/networks?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&shared=False => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/861] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 06:59:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/862] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:29 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/863] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:29 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:29.528 8 INFO neutron.services.segments.plugin [-] Segment 11d4417a-29a1-49e1-a7fd-68db313ad315 resource provider aggregate not found 2026-05-12 06:59:29.544 8 INFO neutron.services.segments.plugin [-] Segment 11d4417a-29a1-49e1-a7fd-68db313ad315 resource provider aggregate not found 2026-05-12 06:59:29.554 8 INFO neutron.services.segments.plugin [-] Segment 11d4417a-29a1-49e1-a7fd-68db313ad315 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11d4417a-29a1-49e1-a7fd-68db313ad315 found for delete ", "request_id": "req-4a225a2e-2cbe-4ac3-a16d-d6c522749fa9"}]} 2026-05-12 06:59:29.561 8 INFO neutron.services.segments.plugin [-] Segment 11d4417a-29a1-49e1-a7fd-68db313ad315 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11d4417a-29a1-49e1-a7fd-68db313ad315 found for delete ", "request_id": "req-d77badac-aeed-4250-88cf-179a8fbe1ba6"}]} [pid: 8|app: 0|req: 417/864] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/ports?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 418/865] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fd9eaaf0-294d-4f9f-9fed-e8bbde971750 => 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: 419/866] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/subnets?id=fe590a9f-a6b3-4b7e-b4cd-7f2f24c4da71 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/867] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/ports?network_id=8820c44d-803c-4585-b66c-593a9651c031&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: 421/868] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/869] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 423/870] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?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: 424/871] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:30 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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-05-12 06:59:30.414 7 INFO neutron.db.segments_db [None req-37c80485-175e-45f1-ab26-a190bc8f0d8d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment c533030f-6794-4ea9-b944-30ae95b78941 of type vxlan for network 3c4b9e76-65d8-4906-af38-3934c3ba5a5a [pid: 7|app: 0|req: 448/872] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 06:59:29 2026] POST /v2.0/networks => generated 744 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/873] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:59:30 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:30.777 7 INFO neutron.db.segments_db [None req-2a973d92-6c74-47e4-b055-f2d80797ff6e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 16920dc3-3666-41ef-b337-14610d5dabe4 of type vxlan for network 63072462-3b1c-49b7-a9f9-937819619d76 2026-05-12 06:59:31.026 7 INFO neutron.db.l3_hamode_db [None req-2a973d92-6c74-47e4-b055-f2d80797ff6e abdb70ce27e64439b2dcee73f3d5f1eb 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/874] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:31 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 427/875] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:31 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:31.843 7 INFO neutron.db.l3_hamode_db [None req-2a973d92-6c74-47e4-b055-f2d80797ff6e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 428/876] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:32 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/877] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:32 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 449/878] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:59:30 2026] POST /v2.0/routers => generated 731 bytes in 2086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/879] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:33 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 451/880] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:33 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/881] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 06:59:32 2026] PUT /v2.0/routers/58243622-5136-4d5c-a9a3-bffd46a6d6ba/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/882] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:34 2026] GET /v2.0/security-groups?tenant_id=6ff9fa3cd6a342d2a7f8933e4cafa992&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/883] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 06:59:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/884] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:59:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/885] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:34 2026] DELETE /v2.0/security-groups/25287b0a-bee4-4892-836e-a79917a5c383 => 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: 454/886] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:35 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 433/887] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 06:59:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/888] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:35 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/889] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:35 2026] GET /v2.0/security-groups?tenant_id=7b18d00ee41243049afb810a54dc2a08&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/890] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:35 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/891] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:35 2026] DELETE /v2.0/security-groups/102c2c4b-c031-4e2e-a2cb-bd61ed20a3c3 => 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: 434/892] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 06:59:35 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:35.729 7 INFO neutron.db.l3_db [None req-0873eb50-4a50-44fe-82e9-806c7a2dfbeb d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] Floating IP ff98f789-b6ed-46d3-a64a-66267b17874d associated. External IP: 10.96.250.215, port: fd9eaaf0-294d-4f9f-9fed-e8bbde971750. [pid: 7|app: 0|req: 459/895] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 06:59:35 2026] PUT /v2.0/floatingips/ff98f789-b6ed-46d3-a64a-66267b17874d => generated 855 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:36.067 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31f4e12c-dde2-4538-bc7f-75a1e5a5b846'] response: {'name': 'network-changed', 'server_uuid': '5c00dd2a-5556-4187-ba96-18d2dd0401b5', 'tag': 'fd9eaaf0-294d-4f9f-9fed-e8bbde971750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 437/896] 10.0.0.24 () {34 vars in 1098 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1642003711&fields=id&tenant_id=8ac214b0ed174ebf8882f3eef46a0e56 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/897] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/networks?id=3c4b9e76-65d8-4906-af38-3934c3ba5a5a => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/898] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/quotas/8ac214b0ed174ebf8882f3eef46a0e56 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/899] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/ports?tenant_id=8ac214b0ed174ebf8882f3eef46a0e56&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/900] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a?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: 462/901] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a?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: 440/902] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/ports?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/903] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/networks?id=8820c44d-803c-4585-b66c-593a9651c031 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/904] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 464/905] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fd9eaaf0-294d-4f9f-9fed-e8bbde971750 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/906] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/subnets?id=fe590a9f-a6b3-4b7e-b4cd-7f2f24c4da71 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/907] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/ports?network_id=8820c44d-803c-4585-b66c-593a9651c031&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/908] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/909] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:36 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?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: 444/910] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:37 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 467/911] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:37 2026] GET /v2.0/security-groups?tenant_id=7b35416d27564e789fd73739b72cdb0a&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/912] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:38 2026] DELETE /v2.0/security-groups/ca6ccdf0-98b4-4c09-8fe2-4f9c486f2938 => 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: 468/913] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:38 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/914] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:38 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 446/915] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 06:59:38 2026] GET /v2.0/ports/5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 968 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/916] 199.19.213.181 () {34 vars in 999 bytes} [Tue May 12 06:59:39 2026] GET /v2.0/subnets?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/917] 199.19.213.181 () {34 vars in 1145 bytes} [Tue May 12 06:59:39 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e&device_owner=compute%3Anova&network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/918] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:39 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 471/919] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:59:39 2026] PUT /v2.0/ports/5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 1145 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:59:40.011 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2041c310-adff-4c74-91a5-7f03c02c5e7d'] response: {'name': 'network-changed', 'server_uuid': '35b9f7c7-07cc-4198-8b32-48ea48d3863e', 'tag': '5810b8b4-99d6-49fd-b59c-40a6ab33d8ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 449/920] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1417 bytes in 27 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: 472/921] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/922] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => 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: 473/923] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => 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: 451/924] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/subnets?id=03b51857-2259-419a-a5bb-d332ce8445d8 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/925] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/ports?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d&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: 452/926] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/927] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 453/928] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:40 2026] GET /v2.0/networks?id=3c4b9e76-65d8-4906-af38-3934c3ba5a5a => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/929] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 454/930] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ac214b0ed174ebf8882f3eef46a0e56 => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/931] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1148 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/932] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/933] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 06:59:41 2026] POST /v2.0/ports => generated 958 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/934] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:59:41 2026] PUT /v2.0/ports/f5051c7d-d4bb-4e68-bb84-c88d90441bc6 => generated 1239 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:59:41.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac80d133-dc46-47d0-92e6-23ec10715603'] response: {'name': 'network-changed', 'server_uuid': 'ce357f16-9280-40c7-9860-c477f7d4217d', 'tag': 'f5051c7d-d4bb-4e68-bb84-c88d90441bc6', '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: 478/935] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1417 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: 458/936] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/937] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/938] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => 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: 480/939] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/subnets?id=03b51857-2259-419a-a5bb-d332ce8445d8 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/940] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/ports?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d&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: 481/941] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/942] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 482/943] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/944] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 483/945] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/ports?tenant_id=8ac214b0ed174ebf8882f3eef46a0e56&device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/946] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/networks?tenant_id=8ac214b0ed174ebf8882f3eef46a0e56&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/947] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/948] 199.19.213.181 () {34 vars in 1117 bytes} [Tue May 12 06:59:42 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/949] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 06:59:42 2026] PUT /v2.0/ports/5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 968 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:43.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc0a73df-e7cf-4e94-9a9c-c5cd9ff6f53b'] response: {'name': 'network-changed', 'server_uuid': '35b9f7c7-07cc-4198-8b32-48ea48d3863e', 'tag': '5810b8b4-99d6-49fd-b59c-40a6ab33d8ac', '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: 486/950] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/951] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/952] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/security-groups?tenant_id=e8538d69751e4453997e1bfa9ca831de&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: 466/953] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/ports?tenant_id=8ac214b0ed174ebf8882f3eef46a0e56&device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/954] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f5051c7d-d4bb-4e68-bb84-c88d90441bc6 => 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: 488/955] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:43 2026] DELETE /v2.0/security-groups/d4b90bba-0d01-4e86-90ef-0382ce7a2401 => 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: 468/956] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/subnets?id=49e8c011-d3b9-4479-8663-f05f3c271b32 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/957] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/958] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/ports?network_id=3c4b9e76-65d8-4906-af38-3934c3ba5a5a&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: 490/959] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/960] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a?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: 471/961] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/962] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/963] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/subnets?id=03b51857-2259-419a-a5bb-d332ce8445d8 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/964] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/ports?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/965] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 493/966] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:43 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/967] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/968] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/969] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 495/970] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/971] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/ports?tenant_id=d95eb0fd2db748d49912d874a26448fc&device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/972] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/networks?id=9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/973] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 06:59:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/974] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/subnets?id=03b51857-2259-419a-a5bb-d332ce8445d8 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/975] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/ports?network_id=9057e857-b182-4342-8f9c-bbcbfa02be8d&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/976] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?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: 479/977] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:45.543 7 INFO neutron.db.segments_db [None req-f1c8b91c-6245-4bf3-9dbb-bcfbf19b7716 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Added segment e3340f4e-5157-49fd-a80b-5c10dfae629b of type vxlan for network 3e6a59e8-688c-4416-b984-f1612b054f1b [pid: 8|app: 0|req: 480/978] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/979] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:45.630 7 INFO neutron.db.segments_db [None req-f1c8b91c-6245-4bf3-9dbb-bcfbf19b7716 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Added segment 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d of type vxlan for network 6f33a529-62d1-4e42-af96-53bf8c941bb5 [pid: 7|app: 0|req: 499/980] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:45 2026] POST /v2.0/networks => generated 1244 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/981] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/networks => generated 1843 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/982] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/983] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:45 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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-05-12 06:59:45.925 8 INFO neutron.services.segments.plugin [-] Segment e3340f4e-5157-49fd-a80b-5c10dfae629b resource provider aggregate not found 2026-05-12 06:59:45.930 8 INFO neutron.services.segments.plugin [-] Segment e3340f4e-5157-49fd-a80b-5c10dfae629b resource provider aggregate not found 2026-05-12 06:59:45.939 8 INFO neutron.services.segments.plugin [-] Segment e3340f4e-5157-49fd-a80b-5c10dfae629b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3340f4e-5157-49fd-a80b-5c10dfae629b found for delete ", "request_id": "req-378b2e7c-9361-46b7-a5e5-0f0ffc6e5807"}]} 2026-05-12 06:59:45.956 8 INFO neutron.services.segments.plugin [-] Segment e3340f4e-5157-49fd-a80b-5c10dfae629b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3340f4e-5157-49fd-a80b-5c10dfae629b found for delete ", "request_id": "req-540c39b9-c684-4b3a-bf72-235ba31121d5"}]} [pid: 8|app: 0|req: 483/984] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:45 2026] DELETE /v2.0/networks/3e6a59e8-688c-4416-b984-f1612b054f1b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:46.087 7 INFO neutron.services.segments.plugin [-] Segment 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d resource provider aggregate not found 2026-05-12 06:59:46.091 7 INFO neutron.services.segments.plugin [-] Segment 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d resource provider aggregate not found 2026-05-12 06:59:46.111 7 INFO neutron.services.segments.plugin [-] Segment 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d found for delete ", "request_id": "req-6f6aa52e-3501-4008-b46c-11e3e0bd16e3"}]} 2026-05-12 06:59:46.112 7 INFO neutron.services.segments.plugin [-] Segment 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5725fae5-a7c2-44c3-86d8-cea0a7a7c61d found for delete ", "request_id": "req-8174bef7-6fb0-459f-a472-b8cf9faa6b58"}]} [pid: 7|app: 0|req: 502/985] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:45 2026] DELETE /v2.0/networks/6f33a529-62d1-4e42-af96-53bf8c941bb5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/986] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 06:59:46 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:46.215 7 INFO neutron.db.segments_db [None req-c25c6398-a960-4486-801d-d12d03f9663f 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Added segment b00296a5-255c-4c8f-b7d6-c98ca2003cef of type vxlan for network 70168950-29b6-4565-9fd7-32b7c866446b [pid: 7|app: 0|req: 503/987] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:46 2026] POST /v2.0/networks => generated 653 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:46.364 8 INFO neutron.db.segments_db [None req-014553c3-7b8c-4481-8091-9d4e5a425408 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Added segment e1a7c40f-c759-4374-8808-1ca333520e83 of type vxlan for network e3f14036-5045-435e-98e2-ab02d498610b [pid: 8|app: 0|req: 485/988] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:46 2026] POST /v2.0/networks => generated 654 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/989] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:46 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/990] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:46 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/991] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:46 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/992] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:46 2026] GET /v2.0/security-groups?id=fdfa9767-75f5-447c-8775-39fc8935d9bd&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: 504/993] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 06:59:46 2026] POST /v2.0/ports => generated 1506 bytes in 536 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: 490/994] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 06:59:46 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/995] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 06:59:47 2026] GET /v2.0/ports => generated 1506 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:59:47.128 8 INFO neutron_taas.services.taas.taas_plugin [req-bef8c56b-b874-4b18-98a3-ec1c6f291c1a req-9ed5f06a-c0fa-4a9c-bd6c-6fd491f93404 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] TaaS: Handle Delete Port: 5810b8b4-99d6-49fd-b59c-40a6ab33d8ac 2026-05-12 06:59:47.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bef8c56b-b874-4b18-98a3-ec1c6f291c1a req-9ed5f06a-c0fa-4a9c-bd6c-6fd491f93404 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] Tap Mirror: Handle Delete Port: 5810b8b4-99d6-49fd-b59c-40a6ab33d8ac 2026-05-12 06:59:47.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-689ce0d4-504e-475b-822e-98db2840a530 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] TaaS: Handle Delete Port: 715095cd-530c-47aa-967f-2ee9f2407ef6 2026-05-12 06:59:47.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-689ce0d4-504e-475b-822e-98db2840a530 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Tap Mirror: Handle Delete Port: 715095cd-530c-47aa-967f-2ee9f2407ef6 [pid: 7|app: 0|req: 506/996] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 06:59:47 2026] DELETE /v2.0/ports/715095cd-530c-47aa-967f-2ee9f2407ef6 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:47.275 8 INFO neutron.db.l3_db [req-bef8c56b-b874-4b18-98a3-ec1c6f291c1a req-9ed5f06a-c0fa-4a9c-bd6c-6fd491f93404 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] Floating IP 0f1664ab-21a4-44bb-80f2-0d2b31be1f36 disassociated. External IP: 10.96.250.209, port: 5810b8b4-99d6-49fd-b59c-40a6ab33d8ac. 2026-05-12 06:59:47.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b8c763f-fb96-48f5-b9b7-bb54263dac49 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] TaaS: Handle Delete Port: 5026d5fd-07ed-4ffb-a007-481f428e9f44 2026-05-12 06:59:47.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b8c763f-fb96-48f5-b9b7-bb54263dac49 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Tap Mirror: Handle Delete Port: 5026d5fd-07ed-4ffb-a007-481f428e9f44 [pid: 7|app: 0|req: 507/997] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 06:59:47 2026] DELETE /v2.0/ports/5026d5fd-07ed-4ffb-a007-481f428e9f44 => 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: 508/998] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 06:59:47 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:47.481 7 INFO neutron.db.segments_db [None req-050a0e75-9d55-4ff8-ba80-ad21c9a8edbc 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Added segment 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd of type vxlan for network f5e4259e-10c5-4bc5-a527-97ffcc8cd931 [pid: 8|app: 0|req: 491/999] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 06:59:47 2026] DELETE /v2.0/ports/5810b8b4-99d6-49fd-b59c-40a6ab33d8ac => generated 0 bytes in 551 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1000] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:47 2026] POST /v2.0/networks => generated 653 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:47.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44ac4ede-f17e-4cdc-9048-1a15536f097d'] response: {'server_uuid': '35b9f7c7-07cc-4198-8b32-48ea48d3863e', 'name': 'network-vif-deleted', 'tag': '5810b8b4-99d6-49fd-b59c-40a6ab33d8ac', 'status': 'completed', 'code': 200} 2026-05-12 06:59:47.656 8 INFO neutron.db.segments_db [None req-08b80b2a-ff7f-4578-85b6-9c66609c11b9 83e64cf8e46d4dbf89f557948395e018 b85316f3d8f7456da3aef63b92457d13 - - default default] Added segment 33c434e5-daae-4e14-975c-be4fb98f5e1f of type vxlan for network 69c1efde-1f3b-41a0-b15c-ca2ad76587c6 [pid: 8|app: 0|req: 492/1001] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:47 2026] POST /v2.0/networks => generated 654 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1002] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:47 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1003] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:47 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&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: 511/1004] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:48 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 512/1005] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 06:59:48 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1006] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 06:59:48 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 494/1007] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:59:48 2026] POST /v2.0/subnets => generated 1324 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1008] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 06:59:48 2026] GET /v2.0/subnets => generated 1960 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1009] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:48 2026] DELETE /v2.0/subnets/e5d99a74-ffbf-406c-9624-c28520a02565 => 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: 496/1010] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:48 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1011] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:48 2026] DELETE /v2.0/subnets/b6a14334-6dff-43a4-abe7-e81ee7b61310 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1012] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:49 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&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: 516/1013] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 06:59:49 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1014] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:49 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:49.221 8 INFO neutron.services.segments.plugin [-] Segment 33c434e5-daae-4e14-975c-be4fb98f5e1f resource provider aggregate not found 2026-05-12 06:59:49.225 8 INFO neutron.services.segments.plugin [-] Segment 33c434e5-daae-4e14-975c-be4fb98f5e1f resource provider aggregate not found 2026-05-12 06:59:49.244 8 INFO neutron.services.segments.plugin [-] Segment 33c434e5-daae-4e14-975c-be4fb98f5e1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33c434e5-daae-4e14-975c-be4fb98f5e1f found for delete ", "request_id": "req-4e34a156-40a0-46a5-91cc-d2c7bfb75021"}]} 2026-05-12 06:59:49.247 8 INFO neutron.services.segments.plugin [-] Segment 33c434e5-daae-4e14-975c-be4fb98f5e1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33c434e5-daae-4e14-975c-be4fb98f5e1f found for delete ", "request_id": "req-78c5664e-e5fb-4c2b-9c87-b4cda9c38e00"}]} [pid: 8|app: 0|req: 498/1015] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:49 2026] DELETE /v2.0/networks/69c1efde-1f3b-41a0-b15c-ca2ad76587c6 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1016] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:49 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 500/1017] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:49 2026] DELETE /v2.0/networks/f5e4259e-10c5-4bc5-a527-97ffcc8cd931 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:49.459 7 INFO neutron.db.l3_db [None req-5c0f19d4-281f-45a5-ac1c-fd0d1e27e68c f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] Floating IP c8b60b01-ff20-4a76-94ad-0306f929aab7 associated. External IP: 10.96.250.210, port: f5051c7d-d4bb-4e68-bb84-c88d90441bc6. [pid: 8|app: 0|req: 501/1018] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:49 2026] DELETE /v2.0/networks/e3f14036-5045-435e-98e2-ab02d498610b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1019] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:49 2026] DELETE /v2.0/networks/70168950-29b6-4565-9fd7-32b7c866446b => 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: 518/1020] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 06:59:49 2026] PUT /v2.0/floatingips/c8b60b01-ff20-4a76-94ad-0306f929aab7 => generated 856 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:49.818 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04ca9bb0-84ae-44ec-ad6d-d1efeb947800'] response: {'name': 'network-changed', 'server_uuid': 'ce357f16-9280-40c7-9860-c477f7d4217d', 'tag': 'f5051c7d-d4bb-4e68-bb84-c88d90441bc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 503/1021] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:49 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1022] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:49 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1023] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 521/1024] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&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: 522/1025] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/ports?tenant_id=8ac214b0ed174ebf8882f3eef46a0e56&device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1026] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/security-groups?tenant_id=b85316f3d8f7456da3aef63b92457d13&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: 523/1027] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/ports?device_id=35b9f7c7-07cc-4198-8b32-48ea48d3863e => 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: 505/1028] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/networks?id=3c4b9e76-65d8-4906-af38-3934c3ba5a5a => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1029] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f5051c7d-d4bb-4e68-bb84-c88d90441bc6 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1030] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/subnets?id=49e8c011-d3b9-4479-8663-f05f3c271b32 => generated 694 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1031] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:50 2026] DELETE /v2.0/security-groups/0e7a9743-1edf-4178-ace5-bc9cc051155e => 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: 508/1032] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/ports?network_id=3c4b9e76-65d8-4906-af38-3934c3ba5a5a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1033] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1034] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 06:59:50 2026] GET /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a?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) 2026-05-12 06:59:51.267 8 INFO neutron.services.segments.plugin [-] Segment 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd resource provider aggregate not found 2026-05-12 06:59:51.272 8 INFO neutron.services.segments.plugin [-] Segment 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd resource provider aggregate not found 2026-05-12 06:59:51.293 8 INFO neutron.services.segments.plugin [-] Segment 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd found for delete ", "request_id": "req-26ed3ce0-2d30-4d78-aac0-52669964a230"}]} 2026-05-12 06:59:51.296 8 INFO neutron.services.segments.plugin [-] Segment 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15cf1b0b-bcc2-4eb0-b9cb-936370dc91fd found for delete ", "request_id": "req-2949f587-71a0-4520-8067-590a5a0f26fc"}]} 2026-05-12 06:59:51.313 8 INFO neutron.services.segments.plugin [-] Segment e1a7c40f-c759-4374-8808-1ca333520e83 resource provider aggregate not found 2026-05-12 06:59:51.316 8 INFO neutron.services.segments.plugin [-] Segment e1a7c40f-c759-4374-8808-1ca333520e83 resource provider aggregate not found 2026-05-12 06:59:51.327 8 INFO neutron.services.segments.plugin [-] Segment e1a7c40f-c759-4374-8808-1ca333520e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a7c40f-c759-4374-8808-1ca333520e83 found for delete ", "request_id": "req-70e4a888-0064-4736-83d9-4c0948f5941f"}]} 2026-05-12 06:59:51.334 8 INFO neutron.services.segments.plugin [-] Segment e1a7c40f-c759-4374-8808-1ca333520e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a7c40f-c759-4374-8808-1ca333520e83 found for delete ", "request_id": "req-f9b4b29d-eaa7-42be-92c6-a6140559b511"}]} 2026-05-12 06:59:51.348 8 INFO neutron.services.segments.plugin [-] Segment b00296a5-255c-4c8f-b7d6-c98ca2003cef resource provider aggregate not found 2026-05-12 06:59:51.352 8 INFO neutron.services.segments.plugin [-] Segment b00296a5-255c-4c8f-b7d6-c98ca2003cef resource provider aggregate not found 2026-05-12 06:59:51.366 8 INFO neutron.services.segments.plugin [-] Segment b00296a5-255c-4c8f-b7d6-c98ca2003cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b00296a5-255c-4c8f-b7d6-c98ca2003cef found for delete ", "request_id": "req-59c4f3a2-6ad9-4e23-97c2-9d8168441168"}]} 2026-05-12 06:59:51.369 8 INFO neutron.services.segments.plugin [-] Segment b00296a5-255c-4c8f-b7d6-c98ca2003cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b00296a5-255c-4c8f-b7d6-c98ca2003cef found for delete ", "request_id": "req-87c0c71e-30fe-431f-b209-332acec04eb9"}]} [pid: 7|app: 0|req: 527/1037] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:51 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1038] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:51 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1039] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:51 2026] DELETE /v2.0/security-groups/fdfa9767-75f5-447c-8775-39fc8935d9bd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:51.619 8 INFO neutron.api.v2.resource [None req-9f75d709-2467-4ced-8559-88fd8d0787ce 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/1040] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 06:59:51 2026] GET /v2.0/security-groups/fdfa9767-75f5-447c-8775-39fc8935d9bd => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 06:59:51.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ca56bdd-7463-42f6-88b3-00d5e45bbf4a 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] TaaS: Handle Delete Port: 50053137-93f7-4deb-bcee-1e99d09dfcb8 2026-05-12 06:59:51.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca56bdd-7463-42f6-88b3-00d5e45bbf4a 78cfd421774b4920ae3fb460279110ec d95eb0fd2db748d49912d874a26448fc - - default default] Tap Mirror: Handle Delete Port: 50053137-93f7-4deb-bcee-1e99d09dfcb8 [pid: 7|app: 0|req: 529/1041] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 06:59:51 2026] DELETE /v2.0/floatingips/0f1664ab-21a4-44bb-80f2-0d2b31be1f36 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:52.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf29ff3d-ab7a-4a8b-bc82-13ae88a1ec82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: ae62e5d7-65c6-42d9-8b42-b6b8c2fef775 2026-05-12 06:59:52.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf29ff3d-ab7a-4a8b-bc82-13ae88a1ec82 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: ae62e5d7-65c6-42d9-8b42-b6b8c2fef775 2026-05-12 06:59:52.450 7 INFO neutron.db.segments_db [None req-5907a33e-f3ba-4314-af4b-1db6754b451d 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Added segment 10e33194-8548-4f6f-b1dc-04151b2d0e6d of type vxlan for network 069e2eca-bdaf-43ee-af62-f8ac6391509d 2026-05-12 06:59:52.505 7 INFO neutron.db.segments_db [None req-5907a33e-f3ba-4314-af4b-1db6754b451d 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Added segment 29eb1da4-31d9-4cbb-80fb-25783de4b924 of type vxlan for network 4f650e53-32fa-4137-8317-88eeb432518a [pid: 7|app: 0|req: 530/1042] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:52 2026] POST /v2.0/networks => generated 1244 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1043] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:52 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1044] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 06:59:52 2026] GET /v2.0/networks => generated 1843 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1045] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 06:59:52 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 513/1046] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:59:51 2026] PUT /v2.0/routers/cfe39c37-92f5-4a4e-a346-b1a6bc09c8f4/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1047] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:52 2026] GET /v2.0/security-groups?id=ad22eb78-c1db-4e33-859b-14100a0eed4f&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1048] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:52 2026] DELETE /v2.0/networks/069e2eca-bdaf-43ee-af62-f8ac6391509d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:53.000 7 INFO neutron_taas.services.taas.taas_plugin [req-2ad94c90-4319-4732-986c-049fbb8b8fb9 req-fbe826a5-c6eb-4a8c-b202-2cd7379ec933 f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] TaaS: Handle Delete Port: f5051c7d-d4bb-4e68-bb84-c88d90441bc6 2026-05-12 06:59:53.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ad94c90-4319-4732-986c-049fbb8b8fb9 req-fbe826a5-c6eb-4a8c-b202-2cd7379ec933 f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] Tap Mirror: Handle Delete Port: f5051c7d-d4bb-4e68-bb84-c88d90441bc6 2026-05-12 06:59:53.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8f4c1f3-317e-4df9-9337-9d8275bef12c abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: f0470baf-65ed-4f93-a0d6-9c195d3e8a62 2026-05-12 06:59:53.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8f4c1f3-317e-4df9-9337-9d8275bef12c abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: f0470baf-65ed-4f93-a0d6-9c195d3e8a62 2026-05-12 06:59:53.396 8 INFO neutron.services.segments.plugin [-] Segment 10e33194-8548-4f6f-b1dc-04151b2d0e6d resource provider aggregate not found 2026-05-12 06:59:53.397 8 INFO neutron.services.segments.plugin [-] Segment 10e33194-8548-4f6f-b1dc-04151b2d0e6d resource provider aggregate not found 2026-05-12 06:59:53.417 8 INFO neutron.services.segments.plugin [-] Segment 10e33194-8548-4f6f-b1dc-04151b2d0e6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e33194-8548-4f6f-b1dc-04151b2d0e6d found for delete ", "request_id": "req-47607741-d0bb-4000-af73-c482c2c9b83e"}]} 2026-05-12 06:59:53.418 8 INFO neutron.services.segments.plugin [-] Segment 10e33194-8548-4f6f-b1dc-04151b2d0e6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e33194-8548-4f6f-b1dc-04151b2d0e6d found for delete ", "request_id": "req-4face391-c3b1-43fd-bb55-2288286a3650"}]} 2026-05-12 06:59:53.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8f4c1f3-317e-4df9-9337-9d8275bef12c abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: cbf3d967-f409-4447-9cc1-3df1afe8e8c6 2026-05-12 06:59:53.436 7 INFO neutron.db.l3_db [req-2ad94c90-4319-4732-986c-049fbb8b8fb9 req-fbe826a5-c6eb-4a8c-b202-2cd7379ec933 f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] Floating IP c8b60b01-ff20-4a76-94ad-0306f929aab7 disassociated. External IP: 10.96.250.210, port: f5051c7d-d4bb-4e68-bb84-c88d90441bc6. 2026-05-12 06:59:53.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8f4c1f3-317e-4df9-9337-9d8275bef12c abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: cbf3d967-f409-4447-9cc1-3df1afe8e8c6 [pid: 7|app: 0|req: 535/1049] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 06:59:52 2026] DELETE /v2.0/ports/f5051c7d-d4bb-4e68-bb84-c88d90441bc6 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:53.801 8 INFO neutron.db.l3_hamode_db [None req-a8f4c1f3-317e-4df9-9337-9d8275bef12c abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network cbfc9928-5ae6-464c-b0d3-ac9eaf807349 was deleted as no HA routers are present in tenant d95eb0fd2db748d49912d874a26448fc. [pid: 8|app: 0|req: 515/1050] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:52 2026] DELETE /v2.0/routers/cfe39c37-92f5-4a4e-a346-b1a6bc09c8f4 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:53.812 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-815f40f0-1277-48de-abd7-4a7015883311'] response: {'server_uuid': 'ce357f16-9280-40c7-9860-c477f7d4217d', 'name': 'network-vif-deleted', 'tag': 'f5051c7d-d4bb-4e68-bb84-c88d90441bc6', 'status': 'completed', 'code': 200} 2026-05-12 06:59:53.921 7 INFO neutron.services.segments.plugin [-] Segment 29eb1da4-31d9-4cbb-80fb-25783de4b924 resource provider aggregate not found 2026-05-12 06:59:53.921 7 INFO neutron.services.segments.plugin [-] Segment 29eb1da4-31d9-4cbb-80fb-25783de4b924 resource provider aggregate not found 2026-05-12 06:59:53.947 7 INFO neutron.services.segments.plugin [-] Segment 29eb1da4-31d9-4cbb-80fb-25783de4b924 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29eb1da4-31d9-4cbb-80fb-25783de4b924 found for delete ", "request_id": "req-4571066b-2f6d-4ea2-bdfd-c3ba56595eb4"}]} 2026-05-12 06:59:53.957 7 INFO neutron.services.segments.plugin [-] Segment 29eb1da4-31d9-4cbb-80fb-25783de4b924 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29eb1da4-31d9-4cbb-80fb-25783de4b924 found for delete ", "request_id": "req-b3634931-afcb-44e5-a612-24dad33ae3d1"}]} [pid: 7|app: 0|req: 536/1051] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:53 2026] DELETE /v2.0/networks/4f650e53-32fa-4137-8317-88eeb432518a => 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: 537/1052] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:53 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 516/1053] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:53 2026] DELETE /v2.0/subnets/03b51857-2259-419a-a5bb-d332ce8445d8 => 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: 538/1054] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 06:59:53 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:54.065 7 INFO neutron.db.segments_db [None req-7a086296-b81f-4dfa-9045-fd4d24ac2969 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Added segment 8bf6a57b-9c68-416c-869b-c41c0c3ca93f of type vxlan for network 68df638b-2c2b-4486-a179-06af012ca332 2026-05-12 06:59:54.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ab736b2-24a6-4eff-91d6-d1c6952c40ee abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: e85dd331-d41b-4c5a-952b-a083760a0751 2026-05-12 06:59:54.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ab736b2-24a6-4eff-91d6-d1c6952c40ee abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: e85dd331-d41b-4c5a-952b-a083760a0751 [pid: 7|app: 0|req: 539/1055] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:54 2026] POST /v2.0/networks => generated 649 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:54.196 7 INFO neutron.db.segments_db [None req-21c5c052-65d5-400f-8fcc-29c32c659d33 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Added segment 3052532b-616e-4779-9edf-7c4c9f409e6c of type vxlan for network 505947f4-c647-4460-af00-e3a4c1f1ce10 [pid: 8|app: 0|req: 517/1056] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:54 2026] DELETE /v2.0/networks/9057e857-b182-4342-8f9c-bbcbfa02be8d => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1057] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:54 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: 541/1058] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:54 2026] GET /v2.0/security-groups?tenant_id=d95eb0fd2db748d49912d874a26448fc&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1059] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:54 2026] DELETE /v2.0/security-groups/777eccd0-f02d-445e-9815-615771fd2288 => 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: 518/1060] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 06:59:54 2026] POST /v2.0/ports => generated 1505 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1061] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 06:59:54 2026] GET /v2.0/ports => generated 1505 bytes in 143 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-05-12 06:59:55.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-91821963-6509-4e1a-8261-bcc4899ab3cb 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] TaaS: Handle Delete Port: d0e36e84-e25d-487b-993d-d5976f6eec09 2026-05-12 06:59:55.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91821963-6509-4e1a-8261-bcc4899ab3cb 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Tap Mirror: Handle Delete Port: d0e36e84-e25d-487b-993d-d5976f6eec09 [pid: 7|app: 0|req: 544/1062] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:55 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 519/1063] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 06:59:54 2026] DELETE /v2.0/ports/d0e36e84-e25d-487b-993d-d5976f6eec09 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:55.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c129d31-746c-4dd0-8373-7381a6912f53 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] TaaS: Handle Delete Port: 56ba5dab-f25d-49fa-8ceb-028783ad5662 2026-05-12 06:59:55.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c129d31-746c-4dd0-8373-7381a6912f53 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Tap Mirror: Handle Delete Port: 56ba5dab-f25d-49fa-8ceb-028783ad5662 [pid: 7|app: 0|req: 545/1064] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 06:59:55 2026] DELETE /v2.0/ports/56ba5dab-f25d-49fa-8ceb-028783ad5662 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1065] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 06:59:55 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 06:59:55.372 7 INFO neutron.db.segments_db [None req-af0f5d02-6e85-481b-8ed5-cfa067064319 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Added segment 74bbc656-287a-4e62-950d-bd246b3427b8 of type vxlan for network ac0b86a3-6903-4745-adab-17457e89adb5 2026-05-12 06:59:55.431 8 INFO neutron.services.segments.plugin [-] Segment 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af resource provider aggregate not found 2026-05-12 06:59:55.437 8 INFO neutron.services.segments.plugin [-] Segment 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af resource provider aggregate not found 2026-05-12 06:59:55.445 8 INFO neutron.services.segments.plugin [-] Segment 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af found for delete ", "request_id": "req-9b9e26ff-5b98-4af1-9168-2a699385da1e"}]} 2026-05-12 06:59:55.450 8 INFO neutron.services.segments.plugin [-] Segment 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ac027ef-46e7-49e7-a7e9-0f31c8a3d8af found for delete ", "request_id": "req-a4c8ab29-99bf-4855-81a1-da6c115a8a3e"}]} 2026-05-12 06:59:55.458 8 INFO neutron.services.segments.plugin [-] Segment 1141451a-cc5e-4bad-936a-0b9466768919 resource provider aggregate not found [pid: 7|app: 0|req: 546/1066] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:55 2026] POST /v2.0/networks => generated 650 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 06:59:55.472 8 INFO neutron.services.segments.plugin [-] Segment 1141451a-cc5e-4bad-936a-0b9466768919 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1141451a-cc5e-4bad-936a-0b9466768919 found for delete ", "request_id": "req-65c72104-54d9-449d-b8cb-e8123c1b3aad"}]} 2026-05-12 06:59:55.474 8 INFO neutron.services.segments.plugin [-] Segment 1141451a-cc5e-4bad-936a-0b9466768919 resource provider aggregate not found 2026-05-12 06:59:55.488 8 INFO neutron.services.segments.plugin [-] Segment 1141451a-cc5e-4bad-936a-0b9466768919 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1141451a-cc5e-4bad-936a-0b9466768919 found for delete ", "request_id": "req-a198bcba-4d14-4c3a-ba4e-859465104935"}]} 2026-05-12 06:59:55.555 8 INFO neutron.db.segments_db [None req-831ff82a-6d0f-4019-a7ea-7849f669ec58 26d2591791d840a997dc22900c113493 6f73a14a60524995818c0c5143dc9eaf - - default default] Added segment 7c46feaa-8eaa-4117-baab-8a02238a26dd of type vxlan for network a80161e4-34ea-4f39-9d70-eb14165cd2ac [pid: 8|app: 0|req: 521/1067] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:55 2026] POST /v2.0/networks => generated 650 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1068] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 06:59:55 2026] POST /v2.0/subnets => generated 1274 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1069] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:56 2026] GET /v2.0/ports?device_id=ce357f16-9280-40c7-9860-c477f7d4217d => 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: 548/1070] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 06:59:56 2026] GET /v2.0/subnets => generated 1910 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1071] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:56 2026] DELETE /v2.0/subnets/e5ee622f-dab6-4a67-8540-45365488f6e2 => 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: 549/1072] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:56 2026] DELETE /v2.0/subnets/9a29e2a8-9a5a-43f7-90fa-a183fa459199 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1073] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 06:59:56 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:56.615 7 INFO neutron.services.segments.plugin [-] Segment 7c46feaa-8eaa-4117-baab-8a02238a26dd resource provider aggregate not found 2026-05-12 06:59:56.621 7 INFO neutron.services.segments.plugin [-] Segment 7c46feaa-8eaa-4117-baab-8a02238a26dd resource provider aggregate not found 2026-05-12 06:59:56.639 7 INFO neutron.services.segments.plugin [-] Segment 7c46feaa-8eaa-4117-baab-8a02238a26dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c46feaa-8eaa-4117-baab-8a02238a26dd found for delete ", "request_id": "req-ac4d1c29-f277-40d4-b7a8-3f6ed05b6773"}]} 2026-05-12 06:59:56.641 7 INFO neutron.services.segments.plugin [-] Segment 7c46feaa-8eaa-4117-baab-8a02238a26dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c46feaa-8eaa-4117-baab-8a02238a26dd found for delete ", "request_id": "req-1967c7ab-7fa0-4353-939d-f50d4261ba33"}]} [pid: 7|app: 0|req: 550/1074] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:56 2026] DELETE /v2.0/networks/a80161e4-34ea-4f39-9d70-eb14165cd2ac => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1075] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:56 2026] DELETE /v2.0/networks/ac0b86a3-6903-4745-adab-17457e89adb5 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1076] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:56 2026] DELETE /v2.0/networks/505947f4-c647-4460-af00-e3a4c1f1ce10 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1077] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:56 2026] DELETE /v2.0/networks/68df638b-2c2b-4486-a179-06af012ca332 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 06:59:57.492 8 INFO neutron.services.segments.plugin [-] Segment 74bbc656-287a-4e62-950d-bd246b3427b8 resource provider aggregate not found 2026-05-12 06:59:57.511 8 INFO neutron.services.segments.plugin [-] Segment 74bbc656-287a-4e62-950d-bd246b3427b8 resource provider aggregate not found 2026-05-12 06:59:57.517 8 INFO neutron.services.segments.plugin [-] Segment 74bbc656-287a-4e62-950d-bd246b3427b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74bbc656-287a-4e62-950d-bd246b3427b8 found for delete ", "request_id": "req-4b8cae2e-8d41-4e16-b0a2-47526b23c47f"}]} 2026-05-12 06:59:57.529 8 INFO neutron.services.segments.plugin [-] Segment 74bbc656-287a-4e62-950d-bd246b3427b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74bbc656-287a-4e62-950d-bd246b3427b8 found for delete ", "request_id": "req-f66867b2-197c-4082-a898-33f1832a6084"}]} 2026-05-12 06:59:57.531 8 INFO neutron.services.segments.plugin [-] Segment 8bf6a57b-9c68-416c-869b-c41c0c3ca93f resource provider aggregate not found [pid: 8|app: 0|req: 527/1078] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:57 2026] DELETE /v2.0/security-groups/ad22eb78-c1db-4e33-859b-14100a0eed4f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:57.555 8 INFO neutron.services.segments.plugin [-] Segment 8bf6a57b-9c68-416c-869b-c41c0c3ca93f resource provider aggregate not found 2026-05-12 06:59:57.562 8 INFO neutron.services.segments.plugin [-] Segment 8bf6a57b-9c68-416c-869b-c41c0c3ca93f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf6a57b-9c68-416c-869b-c41c0c3ca93f found for delete ", "request_id": "req-82b00775-158e-42db-91ef-dd619aedca1a"}]} 2026-05-12 06:59:57.571 8 INFO neutron.services.segments.plugin [-] Segment 8bf6a57b-9c68-416c-869b-c41c0c3ca93f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf6a57b-9c68-416c-869b-c41c0c3ca93f found for delete ", "request_id": "req-6c69a3dc-8721-4acd-8294-b40fdfe08ceb"}]} [pid: 7|app: 0|req: 552/1079] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:57 2026] GET /v2.0/security-groups?tenant_id=c4267719f9514af5b15837b30a429b52&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 06:59:57.583 7 INFO neutron.api.v2.resource [None req-1f69d055-3248-4b7a-b8fb-be3d62882faa f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 553/1080] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 06:59:57 2026] GET /v2.0/security-groups/ad22eb78-c1db-4e33-859b-14100a0eed4f => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1081] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 06:59:57 2026] GET /v2.0/security-groups?tenant_id=6f73a14a60524995818c0c5143dc9eaf&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1082] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:57 2026] DELETE /v2.0/security-groups/c17dfc70-d902-4835-a72c-6d45fa0604a0 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:57.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-f313068b-c8c2-4492-b67b-a5d5d6522783 f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] TaaS: Handle Delete Port: 41215040-7a7d-4ab3-b50c-0a581ad06a00 2026-05-12 06:59:57.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f313068b-c8c2-4492-b67b-a5d5d6522783 f486698ed2914a8eba13d121d8733b9b 8ac214b0ed174ebf8882f3eef46a0e56 - - default default] Tap Mirror: Handle Delete Port: 41215040-7a7d-4ab3-b50c-0a581ad06a00 [pid: 7|app: 0|req: 555/1083] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 06:59:57 2026] DELETE /v2.0/security-groups/22c7c94d-0bf1-4a2b-ad21-80a694c0fe1c => 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: 529/1084] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 06:59:57 2026] DELETE /v2.0/floatingips/c8b60b01-ff20-4a76-94ad-0306f929aab7 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:58.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-82d0b7fe-3a2d-43ed-860c-8bb84f328011 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: a66980a4-f738-4c0d-9d4d-b2d2d220edda 2026-05-12 06:59:58.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82d0b7fe-3a2d-43ed-860c-8bb84f328011 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: a66980a4-f738-4c0d-9d4d-b2d2d220edda [pid: 8|app: 0|req: 530/1085] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:58 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1086] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:58 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 532/1087] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:58 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1088] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:58 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:58.664 7 INFO neutron.services.segments.plugin [-] Segment 3052532b-616e-4779-9edf-7c4c9f409e6c resource provider aggregate not found 2026-05-12 06:59:58.682 7 INFO neutron.services.segments.plugin [-] Segment 3052532b-616e-4779-9edf-7c4c9f409e6c resource provider aggregate not found 2026-05-12 06:59:58.691 7 INFO neutron.services.segments.plugin [-] Segment 3052532b-616e-4779-9edf-7c4c9f409e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3052532b-616e-4779-9edf-7c4c9f409e6c found for delete ", "request_id": "req-e5a2c4f0-3602-489b-b847-a86a065415db"}]} 2026-05-12 06:59:58.703 7 INFO neutron.services.segments.plugin [-] Segment 3052532b-616e-4779-9edf-7c4c9f409e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3052532b-616e-4779-9edf-7c4c9f409e6c found for delete ", "request_id": "req-41c413b2-b1ea-4f42-bdc3-97f16a23b188"}]} [pid: 7|app: 0|req: 556/1089] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 06:59:57 2026] PUT /v2.0/routers/58243622-5136-4d5c-a9a3-bffd46a6d6ba/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1090] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 06:59:58 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:59.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcc42c14-ffed-497a-a3cb-c75f42a1bfcb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 8e19eeab-0bcd-42d8-a57c-fdff6f7428ff 2026-05-12 06:59:59.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc42c14-ffed-497a-a3cb-c75f42a1bfcb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 8e19eeab-0bcd-42d8-a57c-fdff6f7428ff [pid: 7|app: 0|req: 558/1091] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 06:59:59 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 06:59:59.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcc42c14-ffed-497a-a3cb-c75f42a1bfcb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 406f4ad1-2be7-4fae-8bad-d98d60e6f358 2026-05-12 06:59:59.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc42c14-ffed-497a-a3cb-c75f42a1bfcb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 406f4ad1-2be7-4fae-8bad-d98d60e6f358 2026-05-12 06:59:59.786 8 INFO neutron.services.segments.plugin [-] Segment 16920dc3-3666-41ef-b337-14610d5dabe4 resource provider aggregate not found 2026-05-12 06:59:59.790 8 INFO neutron.services.segments.plugin [-] Segment 16920dc3-3666-41ef-b337-14610d5dabe4 resource provider aggregate not found 2026-05-12 06:59:59.804 8 INFO neutron.db.l3_hamode_db [None req-bcc42c14-ffed-497a-a3cb-c75f42a1bfcb abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network 63072462-3b1c-49b7-a9f9-937819619d76 was deleted as no HA routers are present in tenant 8ac214b0ed174ebf8882f3eef46a0e56. [pid: 8|app: 0|req: 534/1092] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:58 2026] DELETE /v2.0/routers/58243622-5136-4d5c-a9a3-bffd46a6d6ba => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 06:59:59.817 8 INFO neutron.services.segments.plugin [-] Segment 16920dc3-3666-41ef-b337-14610d5dabe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16920dc3-3666-41ef-b337-14610d5dabe4 found for delete ", "request_id": "req-030e5a30-34d9-4c5c-b2fe-8d87f19cde78"}]} 2026-05-12 06:59:59.820 8 INFO neutron.services.segments.plugin [-] Segment 16920dc3-3666-41ef-b337-14610d5dabe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16920dc3-3666-41ef-b337-14610d5dabe4 found for delete ", "request_id": "req-ea03ef65-458c-43d7-92a1-a31dab52285f"}]} 2026-05-12 06:59:59.970 7 INFO neutron.db.segments_db [None req-17d3907d-a9d1-4e3f-aa23-d71079e11228 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 3100afcc-2f96-4252-898c-ea9adf93146e of type vxlan for network a86f3c4b-73ad-4b54-8fae-3fe6962238c1 [pid: 8|app: 0|req: 535/1093] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 06:59:59 2026] DELETE /v2.0/subnets/49e8c011-d3b9-4479-8663-f05f3c271b32 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1094] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 06:59:59 2026] POST /v2.0/networks => generated 629 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:00.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e33582f-0aba-416f-90e2-e16d74b8905e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: b0a0f769-32fa-4352-8e0d-b5f9ad4204e7 2026-05-12 07:00:00.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e33582f-0aba-416f-90e2-e16d74b8905e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: b0a0f769-32fa-4352-8e0d-b5f9ad4204e7 2026-05-12 07:00:00.154 7 INFO neutron.db.segments_db [None req-b158e06b-7b9a-4b85-b7a1-ff9ef9c03619 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 21909d24-b041-4f01-9e88-5e5274120ed2 of type vxlan for network 18d6fb23-c058-46ef-8dbe-b240ece0c07e [pid: 7|app: 0|req: 560/1095] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:00 2026] POST /v2.0/networks => generated 629 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1096] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 06:59:59 2026] DELETE /v2.0/networks/3c4b9e76-65d8-4906-af38-3934c3ba5a5a => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1097] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1098] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 563/1099] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/ports?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1100] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/networks?id=8820c44d-803c-4585-b66c-593a9651c031 => generated 771 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1101] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/security-groups?tenant_id=8ac214b0ed174ebf8882f3eef46a0e56&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1102] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:00 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1103] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fd9eaaf0-294d-4f9f-9fed-e8bbde971750 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1104] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:00 2026] DELETE /v2.0/security-groups/8e976d1c-a288-4795-b74e-0925f501c3c0 => 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: 568/1105] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/subnets?id=fe590a9f-a6b3-4b7e-b4cd-7f2f24c4da71 => generated 693 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1106] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/ports?network_id=8820c44d-803c-4585-b66c-593a9651c031&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1107] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1108] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:00:00 2026] GET /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031?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: 538/1109] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:00 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:00.943 7 INFO neutron.db.segments_db [None req-f50ecbe3-a27c-441a-be0a-2ba9e1a17025 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 of type vxlan for network 13493b91-47cf-45ea-8574-6ead9d6da889 2026-05-12 07:00:01.219 7 INFO neutron.db.l3_hamode_db [None req-f50ecbe3-a27c-441a-be0a-2ba9e1a17025 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:01.369 7 INFO neutron.db.l3_hamode_db [None req-f50ecbe3-a27c-441a-be0a-2ba9e1a17025 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 539/1110] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:01 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1111] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:01 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:01.834 8 INFO neutron.services.segments.plugin [-] Segment c533030f-6794-4ea9-b944-30ae95b78941 resource provider aggregate not found 2026-05-12 07:00:01.841 8 INFO neutron.services.segments.plugin [-] Segment c533030f-6794-4ea9-b944-30ae95b78941 resource provider aggregate not found 2026-05-12 07:00:01.863 8 INFO neutron.services.segments.plugin [-] Segment c533030f-6794-4ea9-b944-30ae95b78941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c533030f-6794-4ea9-b944-30ae95b78941 found for delete ", "request_id": "req-b0f6248c-bcc7-4ec7-8149-ab88b07f685b"}]} 2026-05-12 07:00:01.867 8 INFO neutron.services.segments.plugin [-] Segment c533030f-6794-4ea9-b944-30ae95b78941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c533030f-6794-4ea9-b944-30ae95b78941 found for delete ", "request_id": "req-5d0b64dd-4dab-4d87-ad8b-7990eb6a3561"}]} [pid: 7|app: 0|req: 572/1112] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:00 2026] POST /v2.0/routers => generated 506 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1113] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:01 2026] GET /v2.0/security-groups?tenant_id=b3ba977e279442348080f1f6bc629d4c&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1114] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:02 2026] DELETE /v2.0/security-groups/67a7710f-bc71-4fc7-8986-f1e7707d9ab1 => 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: 543/1115] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:02 2026] GET /v2.0/security-groups?tenant_id=2ff9d8011e71404a8fd58dc8d7f5029a&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: 544/1116] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:02 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 545/1117] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:02 2026] DELETE /v2.0/security-groups/099e6744-d6dd-4b28-9c75-6ab427b89e0e => 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: 546/1118] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:02 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1119] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:02 2026] PUT /v2.0/routers/f2397cd8-cb4b-453b-a55a-5329445b8333/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1120] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:03 2026] GET /v2.0/ports/18ea7739-45d0-4f83-bd9a-6f8e62ce91a5 => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1121] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:04 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1122] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:04 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 574/1123] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:03 2026] PUT /v2.0/routers/f2397cd8-cb4b-453b-a55a-5329445b8333/add_router_interface => generated 309 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1124] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:04 2026] GET /v2.0/ports/188bb347-8197-49f1-93a9-823cd0905d64 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:05.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9f2b70b-59df-4ca9-960a-31b34877fafd 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 188bb347-8197-49f1-93a9-823cd0905d64 2026-05-12 07:00:05.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9f2b70b-59df-4ca9-960a-31b34877fafd 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 188bb347-8197-49f1-93a9-823cd0905d64 2026-05-12 07:00:05.202 8 INFO neutron.db.segments_db [None req-dfbe3b4d-c056-4e5a-b52e-487beba2b0b5 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Added segment 6153f768-7879-4bfa-9f93-855a5d9f039e of type vxlan for network 94b30170-f882-4c4a-b2fd-f73d2756dbae [pid: 8|app: 0|req: 551/1125] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:04 2026] POST /v2.0/networks => generated 650 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1126] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:05 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1127] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:05 2026] POST /v2.0/subnets => generated 627 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1128] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:05 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:05.580 8 INFO neutron.db.segments_db [None req-d646a6b9-09e5-4edb-9cd8-1fcdb0a63c93 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Added segment a2fd2773-344e-425f-8bb8-f8304e8c8a29 of type vxlan for network b0b1441c-7324-4e5f-a8ba-c884fc6d0375 [pid: 7|app: 0|req: 575/1129] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:04 2026] PUT /v2.0/routers/f2397cd8-cb4b-453b-a55a-5329445b8333/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:05.792 8 INFO neutron.db.l3_hamode_db [None req-d646a6b9-09e5-4edb-9cd8-1fcdb0a63c93 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:06.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2d064d5-e1b1-4e42-90dc-f605ce02ce65 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 18ea7739-45d0-4f83-bd9a-6f8e62ce91a5 2026-05-12 07:00:06.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2d064d5-e1b1-4e42-90dc-f605ce02ce65 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 18ea7739-45d0-4f83-bd9a-6f8e62ce91a5 [pid: 7|app: 0|req: 576/1130] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:05 2026] PUT /v2.0/routers/f2397cd8-cb4b-453b-a55a-5329445b8333/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1133] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:06 2026] GET /v2.0/ports?device_id=f2397cd8-cb4b-453b-a55a-5329445b8333 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:06.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bb4e25e-ed5a-4bab-8e74-8c6b71e47ed1 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 6d1d74a9-64e7-497c-907d-eb559daf65b3 2026-05-12 07:00:06.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bb4e25e-ed5a-4bab-8e74-8c6b71e47ed1 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 6d1d74a9-64e7-497c-907d-eb559daf65b3 2026-05-12 07:00:07.105 7 INFO neutron.services.segments.plugin [-] Segment f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 resource provider aggregate not found 2026-05-12 07:00:07.114 7 INFO neutron.services.segments.plugin [-] Segment f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 resource provider aggregate not found 2026-05-12 07:00:07.133 7 INFO neutron.services.segments.plugin [-] Segment f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 found for delete ", "request_id": "req-b469d1fe-26cd-4dd5-a3fc-c97b9394a296"}]} 2026-05-12 07:00:07.139 7 INFO neutron.services.segments.plugin [-] Segment f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f31b5473-a1e7-4dd9-a1d4-8a6616f038a0 found for delete ", "request_id": "req-4abd0e98-7d5d-468b-93f4-c417a1c81d01"}]} 2026-05-12 07:00:07.163 7 INFO neutron.db.l3_hamode_db [None req-2bb4e25e-ed5a-4bab-8e74-8c6b71e47ed1 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] HA network 13493b91-47cf-45ea-8574-6ead9d6da889 was deleted as no HA routers are present in tenant 71739305b6434596b39ee1300d261c2f. [pid: 7|app: 0|req: 580/1134] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:06 2026] DELETE /v2.0/routers/f2397cd8-cb4b-453b-a55a-5329445b8333 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1135] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:07 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:07.502 8 INFO neutron.db.l3_hamode_db [None req-d646a6b9-09e5-4edb-9cd8-1fcdb0a63c93 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 582/1136] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:07 2026] GET /v2.0/security-groups?tenant_id=b8fb8d3578564a56a02ca9cfd6b211b6&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1137] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:07 2026] DELETE /v2.0/subnets/321b3992-a582-4e34-817b-c94fedb3e70a => 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: 584/1138] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:07 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 585/1139] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:07 2026] DELETE /v2.0/security-groups/38bced53-39ac-4c79-b638-e2b743d0ad3a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1140] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:07 2026] DELETE /v2.0/subnets/30e038c6-fbb4-482c-836e-c6d9ed0b908b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1141] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:08 2026] GET /v2.0/security-groups?tenant_id=08abb058b69545649046a8c1c96c7294&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:08.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-b01a256b-1e79-4a27-8042-248e86de4e14 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: cb7acdfa-de43-437a-b5a2-3f3ffb850695 2026-05-12 07:00:08.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b01a256b-1e79-4a27-8042-248e86de4e14 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: cb7acdfa-de43-437a-b5a2-3f3ffb850695 [pid: 8|app: 0|req: 555/1142] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:05 2026] POST /v2.0/routers => generated 695 bytes in 2881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1143] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:08 2026] DELETE /v2.0/security-groups/21fddf3d-5131-4f6d-8ad3-619d71268fcd => 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: 588/1144] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:08 2026] DELETE /v2.0/networks/18d6fb23-c058-46ef-8dbe-b240ece0c07e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:08.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcfb95f6-baf2-4386-a20a-9d34c9d9646c 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 7f137ecd-23d2-4924-83b6-035ca6d87987 2026-05-12 07:00:08.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcfb95f6-baf2-4386-a20a-9d34c9d9646c 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 7f137ecd-23d2-4924-83b6-035ca6d87987 [pid: 7|app: 0|req: 589/1145] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:08 2026] DELETE /v2.0/networks/a86f3c4b-73ad-4b54-8fae-3fe6962238c1 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:08.936 7 INFO neutron.db.segments_db [None req-e03caf88-9432-4786-a3b0-338e49c826ce 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 0993c7de-ff00-4ce6-9093-babe5524d501 of type vxlan for network 91e4c106-0a4e-4558-b4ed-bbdf9bd6529a [pid: 7|app: 0|req: 590/1146] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:08 2026] POST /v2.0/networks => generated 628 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1147] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:09 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:09.158 7 INFO neutron.services.segments.plugin [-] Segment 21909d24-b041-4f01-9e88-5e5274120ed2 resource provider aggregate not found 2026-05-12 07:00:09.177 7 INFO neutron.services.segments.plugin [-] Segment 21909d24-b041-4f01-9e88-5e5274120ed2 resource provider aggregate not found 2026-05-12 07:00:09.184 7 INFO neutron.services.segments.plugin [-] Segment 21909d24-b041-4f01-9e88-5e5274120ed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21909d24-b041-4f01-9e88-5e5274120ed2 found for delete ", "request_id": "req-4a5ec5f6-0df1-4508-a160-94e8b4429a42"}]} 2026-05-12 07:00:09.204 7 INFO neutron.services.segments.plugin [-] Segment 3100afcc-2f96-4252-898c-ea9adf93146e resource provider aggregate not found 2026-05-12 07:00:09.207 7 INFO neutron.services.segments.plugin [-] Segment 21909d24-b041-4f01-9e88-5e5274120ed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21909d24-b041-4f01-9e88-5e5274120ed2 found for delete ", "request_id": "req-12b0042d-3638-4503-89ce-58220515f56f"}]} 2026-05-12 07:00:09.220 7 INFO neutron.services.segments.plugin [-] Segment 3100afcc-2f96-4252-898c-ea9adf93146e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3100afcc-2f96-4252-898c-ea9adf93146e found for delete ", "request_id": "req-6ae49fee-6659-4f39-8e07-0c22622efe72"}]} 2026-05-12 07:00:09.226 7 INFO neutron.services.segments.plugin [-] Segment 3100afcc-2f96-4252-898c-ea9adf93146e resource provider aggregate not found 2026-05-12 07:00:09.242 7 INFO neutron.services.segments.plugin [-] Segment 3100afcc-2f96-4252-898c-ea9adf93146e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3100afcc-2f96-4252-898c-ea9adf93146e found for delete ", "request_id": "req-4f98b693-79d4-4c4f-8238-cd900408a217"}]} [pid: 7|app: 0|req: 592/1148] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:09 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1149] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:09 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:09.417 7 INFO neutron.db.segments_db [None req-ec847c74-b87d-4f65-bdfc-46da2306f5b3 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c of type vxlan for network 2429d180-1f93-4e93-920c-d349a9b7073d 2026-05-12 07:00:09.710 7 INFO neutron.db.l3_hamode_db [None req-ec847c74-b87d-4f65-bdfc-46da2306f5b3 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:09.825 7 INFO neutron.db.l3_hamode_db [None req-ec847c74-b87d-4f65-bdfc-46da2306f5b3 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 557/1150] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:08 2026] PUT /v2.0/routers/753d4aeb-4a90-4189-8b8e-516bd0127a71/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1151] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:09 2026] POST /v2.0/ports => generated 955 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, ' [pid: 7|app: 0|req: 594/1152] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:09 2026] POST /v2.0/routers => generated 506 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1153] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:10 2026] POST /v2.0/ports => generated 955 bytes in 379 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: 595/1154] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:10 2026] POST /v2.0/ports => generated 948 bytes in 389 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-05-12 07:00:11.419 8 INFO neutron.db.l3_db [None req-3fb864ba-f304-4182-b5f2-1314cb52c539 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Floating IP c1ecdb24-7090-47f9-aa74-610095d0196f associated. External IP: 10.96.250.212, port: 799dad81-d08c-4f2f-a9f1-a74e832ee115. [pid: 8|app: 0|req: 560/1155] 10.0.0.46 () {34 vars in 675 bytes} [Tue May 12 07:00:10 2026] POST /v2.0/floatingips => generated 842 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:11.874 8 INFO neutron.db.l3_db [None req-7d8e99df-d4fd-41db-9046-9b0f3b97274c 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Floating IP c1ecdb24-7090-47f9-aa74-610095d0196f disassociated. External IP: 10.96.250.212, port: 799dad81-d08c-4f2f-a9f1-a74e832ee115. [pid: 7|app: 0|req: 596/1156] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:10 2026] PUT /v2.0/routers/057f9d83-6e4c-4b7e-8c1b-8451ac84475d/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 561/1157] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:00:11 2026] PUT /v2.0/floatingips/c1ecdb24-7090-47f9-aa74-610095d0196f => generated 552 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1158] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:12 2026] GET /v2.0/ports/61387147-d2d1-4261-a553-44ee2a20f3ff => generated 1022 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:12.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7a4524f-15a2-4e69-a3e6-f345e81b72a2 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: 0c23d582-6287-450d-8868-c2a16cf94771 2026-05-12 07:00:12.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7a4524f-15a2-4e69-a3e6-f345e81b72a2 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: 0c23d582-6287-450d-8868-c2a16cf94771 [pid: 8|app: 0|req: 562/1159] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:00:12 2026] DELETE /v2.0/floatingips/c1ecdb24-7090-47f9-aa74-610095d0196f => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:12.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-56fec4c3-af88-4ffa-b588-898232157a05 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 61387147-d2d1-4261-a553-44ee2a20f3ff 2026-05-12 07:00:12.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56fec4c3-af88-4ffa-b588-898232157a05 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 61387147-d2d1-4261-a553-44ee2a20f3ff [pid: 8|app: 0|req: 563/1160] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:12 2026] GET /v2.0/security-groups?tenant_id=d65c9b3f3d6046b88b5dbf4ef4026221&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1161] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:12 2026] PUT /v2.0/routers/057f9d83-6e4c-4b7e-8c1b-8451ac84475d/remove_router_interface => generated 309 bytes in 862 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: 599/1162] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:13 2026] DELETE /v2.0/security-groups/464ac22f-1ff0-4276-9e91-0cd10a70752b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:13.304 7 INFO neutron.api.v2.resource [None req-7202c320-8160-449b-9c9f-e8bd6751d8e6 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1163] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:13 2026] PUT /v2.0/routers/057f9d83-6e4c-4b7e-8c1b-8451ac84475d/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:13.431 8 INFO neutron.db.l3_db [None req-3d3c4ab6-4b5a-4d5d-8d53-e53be124797c 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Floating IP fd21e0dc-88dd-4893-a6c0-66c4678bcd04 associated. External IP: 10.96.250.208, port: 4c76152f-7e1a-4a64-a921-07047a2aef00. [pid: 7|app: 0|req: 601/1164] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:13 2026] GET /v2.0/security-groups?tenant_id=fe98470246294ea985ce636949ac9099&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1165] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:13 2026] GET /v2.0/ports?device_id=057f9d83-6e4c-4b7e-8c1b-8451ac84475d => 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: 603/1166] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:13 2026] DELETE /v2.0/security-groups/aa00a912-fde2-4c39-8d80-eeb29fb30af4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1167] 10.0.0.46 () {34 vars in 675 bytes} [Tue May 12 07:00:12 2026] POST /v2.0/floatingips => generated 842 bytes in 969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:13.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-9067eea7-d182-47e4-81c2-991ad75b353f 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: e7d4eef9-5b97-499f-a493-e34035b6ba67 2026-05-12 07:00:13.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9067eea7-d182-47e4-81c2-991ad75b353f 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: e7d4eef9-5b97-499f-a493-e34035b6ba67 [pid: 8|app: 0|req: 565/1168] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:00:13 2026] GET /v2.0/floatingips/fd21e0dc-88dd-4893-a6c0-66c4678bcd04 => generated 842 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1169] 10.0.0.46 () {32 vars in 653 bytes} [Tue May 12 07:00:13 2026] GET /v2.0/floatingips => generated 845 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:14.134 7 INFO neutron.services.segments.plugin [-] Segment 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c resource provider aggregate not found 2026-05-12 07:00:14.141 7 INFO neutron.services.segments.plugin [-] Segment 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c resource provider aggregate not found 2026-05-12 07:00:14.154 7 INFO neutron.services.segments.plugin [-] Segment 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c found for delete ", "request_id": "req-5ee20fe5-1498-4df2-b26b-686143497368"}]} 2026-05-12 07:00:14.160 7 INFO neutron.services.segments.plugin [-] Segment 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 916a3abc-0ba9-4a08-925b-bf2b7e8e8f0c found for delete ", "request_id": "req-4a652720-f49b-4026-8dc3-d446a03e52df"}]} 2026-05-12 07:00:14.169 7 INFO neutron.db.l3_hamode_db [None req-9067eea7-d182-47e4-81c2-991ad75b353f 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] HA network 2429d180-1f93-4e93-920c-d349a9b7073d was deleted as no HA routers are present in tenant 71739305b6434596b39ee1300d261c2f. [pid: 7|app: 0|req: 604/1170] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:13 2026] DELETE /v2.0/routers/057f9d83-6e4c-4b7e-8c1b-8451ac84475d => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:14.204 8 INFO neutron.db.l3_db [None req-7c2b1e95-8315-46b9-875f-b37f253cc222 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Floating IP fd21e0dc-88dd-4893-a6c0-66c4678bcd04 associated. External IP: 10.96.250.208, port: 4c76152f-7e1a-4a64-a921-07047a2aef00. [pid: 7|app: 0|req: 605/1171] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:14 2026] DELETE /v2.0/subnets/1431465a-e2d2-41e8-ac92-9844a8c9c055 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1172] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:14 2026] DELETE /v2.0/networks/91e4c106-0a4e-4558-b4ed-bbdf9bd6529a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:14.565 7 INFO neutron.db.segments_db [None req-0dd2aee3-220b-462d-bbd4-a11f13a5fd7d 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 41e2a09a-e860-4cce-b937-9e65a8649519 of type vxlan for network 140c4c09-acd6-4e62-b499-f4b6781f00d6 [pid: 7|app: 0|req: 607/1173] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:14 2026] POST /v2.0/networks => generated 630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1174] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:00:13 2026] PUT /v2.0/floatingips/fd21e0dc-88dd-4893-a6c0-66c4678bcd04 => generated 842 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1175] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:14 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:14.953 7 INFO neutron.db.segments_db [None req-8a28597e-9f9a-4971-a868-21cd44649d8d 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 62ed63fe-0299-47d6-8a46-8340bd3edd2f of type vxlan for network f441e39b-bad4-44fd-a4ef-f53f31f053ec 2026-05-12 07:00:15.037 8 INFO neutron.db.l3_db [None req-3a8240fa-d6c7-41c8-9705-c26d69de2b65 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Floating IP fd21e0dc-88dd-4893-a6c0-66c4678bcd04 disassociated. External IP: 10.96.250.208, port: 799dad81-d08c-4f2f-a9f1-a74e832ee115. 2026-05-12 07:00:15.198 7 INFO neutron.db.l3_hamode_db [None req-8a28597e-9f9a-4971-a868-21cd44649d8d 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:15.321 7 INFO neutron.db.l3_hamode_db [None req-8a28597e-9f9a-4971-a868-21cd44649d8d 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1176] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:00:14 2026] PUT /v2.0/floatingips/fd21e0dc-88dd-4893-a6c0-66c4678bcd04 => generated 552 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:15.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad18a3d2-b5f2-4b43-9efe-c032a86781da 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: c6ad4cf2-26db-4f7c-a7a8-1c1f4d0ca31e 2026-05-12 07:00:15.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad18a3d2-b5f2-4b43-9efe-c032a86781da 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: c6ad4cf2-26db-4f7c-a7a8-1c1f4d0ca31e [pid: 8|app: 0|req: 569/1177] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:00:15 2026] DELETE /v2.0/floatingips/fd21e0dc-88dd-4893-a6c0-66c4678bcd04 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:15.742 8 INFO neutron.api.v2.resource [None req-9b8c3115-e35b-49b4-891b-fedb92957e19 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 570/1178] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:00:15 2026] DELETE /v2.0/floatingips/fd21e0dc-88dd-4893-a6c0-66c4678bcd04 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:15.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a003c25-77ce-4054-9bf2-d179acb36716 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: 799dad81-d08c-4f2f-a9f1-a74e832ee115 2026-05-12 07:00:15.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a003c25-77ce-4054-9bf2-d179acb36716 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: 799dad81-d08c-4f2f-a9f1-a74e832ee115 [pid: 8|app: 0|req: 571/1179] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:15 2026] DELETE /v2.0/ports/799dad81-d08c-4f2f-a9f1-a74e832ee115 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1180] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:14 2026] POST /v2.0/routers => generated 507 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:16.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-95643bb0-4ae6-472c-8ace-cd8cee48c5a6 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: 4c76152f-7e1a-4a64-a921-07047a2aef00 2026-05-12 07:00:16.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95643bb0-4ae6-472c-8ace-cd8cee48c5a6 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: 4c76152f-7e1a-4a64-a921-07047a2aef00 2026-05-12 07:00:16.185 7 INFO neutron.services.segments.plugin [-] Segment 0993c7de-ff00-4ce6-9093-babe5524d501 resource provider aggregate not found 2026-05-12 07:00:16.190 7 INFO neutron.services.segments.plugin [-] Segment 0993c7de-ff00-4ce6-9093-babe5524d501 resource provider aggregate not found 2026-05-12 07:00:16.203 7 INFO neutron.services.segments.plugin [-] Segment 0993c7de-ff00-4ce6-9093-babe5524d501 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0993c7de-ff00-4ce6-9093-babe5524d501 found for delete ", "request_id": "req-110baac4-39f0-4219-8729-643aea69fcaa"}]} 2026-05-12 07:00:16.211 7 INFO neutron.services.segments.plugin [-] Segment 0993c7de-ff00-4ce6-9093-babe5524d501 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0993c7de-ff00-4ce6-9093-babe5524d501 found for delete ", "request_id": "req-02696718-9608-4a9f-9607-e11da31cc18c"}]} [pid: 8|app: 0|req: 572/1181] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:16 2026] DELETE /v2.0/ports/4c76152f-7e1a-4a64-a921-07047a2aef00 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1182] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:16 2026] GET /v2.0/security-groups?tenant_id=17fa22c65a3c4f67891a6d7453fab609&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1183] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:16 2026] GET /v2.0/ports?device_id=753d4aeb-4a90-4189-8b8e-516bd0127a71 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1184] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:16 2026] DELETE /v2.0/security-groups/97294395-6437-48db-9b3d-5501ce638fc5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:17.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-71e786a9-fa31-42f1-8b2b-5ebe213d2ae5 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: ad63023c-9f0d-43b7-89a0-c52af011efa7 2026-05-12 07:00:17.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71e786a9-fa31-42f1-8b2b-5ebe213d2ae5 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: ad63023c-9f0d-43b7-89a0-c52af011efa7 [pid: 7|app: 0|req: 610/1185] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:16 2026] PUT /v2.0/routers/a34565a9-2e80-4e71-b2da-33a746ce6ac8/add_router_interface => generated 309 bytes in 1466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1186] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:16 2026] PUT /v2.0/routers/753d4aeb-4a90-4189-8b8e-516bd0127a71/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1187] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:17 2026] GET /v2.0/ports/1a72d4ce-3950-4f6c-8622-e79b4e613c35 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:17.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fc80b40-2351-4b76-a9e5-b36bbd094e2a 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: 5df4e69b-154e-42db-8125-695b80dc753d 2026-05-12 07:00:17.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fc80b40-2351-4b76-a9e5-b36bbd094e2a 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: 5df4e69b-154e-42db-8125-695b80dc753d 2026-05-12 07:00:17.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fc80b40-2351-4b76-a9e5-b36bbd094e2a 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] TaaS: Handle Delete Port: 53b56c20-3e1c-4ead-8ee7-9df983efbac8 2026-05-12 07:00:17.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cf0532b-c7cc-4c02-af67-f5c955f9f6db 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 1a72d4ce-3950-4f6c-8622-e79b4e613c35 2026-05-12 07:00:17.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fc80b40-2351-4b76-a9e5-b36bbd094e2a 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] Tap Mirror: Handle Delete Port: 53b56c20-3e1c-4ead-8ee7-9df983efbac8 2026-05-12 07:00:17.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf0532b-c7cc-4c02-af67-f5c955f9f6db 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 1a72d4ce-3950-4f6c-8622-e79b4e613c35 2026-05-12 07:00:18.333 8 INFO neutron.services.segments.plugin [-] Segment a2fd2773-344e-425f-8bb8-f8304e8c8a29 resource provider aggregate not found 2026-05-12 07:00:18.343 8 INFO neutron.services.segments.plugin [-] Segment a2fd2773-344e-425f-8bb8-f8304e8c8a29 resource provider aggregate not found 2026-05-12 07:00:18.355 8 INFO neutron.services.segments.plugin [-] Segment a2fd2773-344e-425f-8bb8-f8304e8c8a29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2fd2773-344e-425f-8bb8-f8304e8c8a29 found for delete ", "request_id": "req-87d617c9-e3c5-4543-8534-282dbb35ae2d"}]} 2026-05-12 07:00:18.364 8 INFO neutron.services.segments.plugin [-] Segment a2fd2773-344e-425f-8bb8-f8304e8c8a29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2fd2773-344e-425f-8bb8-f8304e8c8a29 found for delete ", "request_id": "req-54f43185-6457-41dc-9877-acab0d66e7c3"}]} 2026-05-12 07:00:18.374 8 INFO neutron.db.l3_hamode_db [None req-2fc80b40-2351-4b76-a9e5-b36bbd094e2a 0d4cf7baa8a44fdcb23b2a36fef65659 8efe9a2260574c2c8039466a16a9e4e9 - - default default] HA network b0b1441c-7324-4e5f-a8ba-c884fc6d0375 was deleted as no HA routers are present in tenant 8efe9a2260574c2c8039466a16a9e4e9. [pid: 8|app: 0|req: 577/1188] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:17 2026] DELETE /v2.0/routers/753d4aeb-4a90-4189-8b8e-516bd0127a71 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1189] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:17 2026] PUT /v2.0/routers/a34565a9-2e80-4e71-b2da-33a746ce6ac8/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1190] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:18 2026] DELETE /v2.0/subnets/23399f2d-16bc-4370-864d-434856a72981 => 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: 614/1191] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/ports?device_id=a34565a9-2e80-4e71-b2da-33a746ce6ac8 => 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: 578/1192] 10.0.0.46 () {32 vars in 651 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions => generated 21537 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-12 07:00:18.657 7 INFO neutron.services.segments.plugin [-] Segment 6153f768-7879-4bfa-9f93-855a5d9f039e resource provider aggregate not found 2026-05-12 07:00:18.661 7 INFO neutron.services.segments.plugin [-] Segment 6153f768-7879-4bfa-9f93-855a5d9f039e resource provider aggregate not found [pid: 7|app: 0|req: 615/1193] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:18 2026] DELETE /v2.0/networks/94b30170-f882-4c4a-b2fd-f73d2756dbae => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:18.684 7 INFO neutron.services.segments.plugin [-] Segment 6153f768-7879-4bfa-9f93-855a5d9f039e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6153f768-7879-4bfa-9f93-855a5d9f039e found for delete ", "request_id": "req-28a50981-8898-4e3a-9a25-61b96c917c43"}]} [pid: 7|app: 0|req: 616/1194] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:18.687 7 INFO neutron.services.segments.plugin [-] Segment 6153f768-7879-4bfa-9f93-855a5d9f039e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6153f768-7879-4bfa-9f93-855a5d9f039e found for delete ", "request_id": "req-3f8bda5b-271b-4ef4-95e3-e491c73d2319"}]} [pid: 7|app: 0|req: 617/1195] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1196] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:00:18 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: 7|app: 0|req: 619/1197] 10.0.0.46 () {32 vars in 663 bytes} [Tue May 12 07:00:18 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: 620/1198] 10.0.0.46 () {32 vars in 697 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:18.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-58e171da-9fb8-4c4a-ab6b-2acc6ca77aaa 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 42e726a6-6925-42a1-987f-eef8e6da9a71 2026-05-12 07:00:18.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58e171da-9fb8-4c4a-ab6b-2acc6ca77aaa 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 42e726a6-6925-42a1-987f-eef8e6da9a71 [pid: 7|app: 0|req: 621/1199] 10.0.0.46 () {32 vars in 695 bytes} [Tue May 12 07:00:18 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: 622/1200] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1201] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1202] 10.0.0.46 () {32 vars in 701 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1203] 10.0.0.46 () {32 vars in 691 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1204] 10.0.0.46 () {32 vars in 693 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1205] 10.0.0.46 () {32 vars in 683 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1206] 10.0.0.46 () {32 vars in 685 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1207] 10.0.0.46 () {32 vars in 659 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1208] 10.0.0.46 () {32 vars in 697 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1209] 10.0.0.46 () {32 vars in 677 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1210] 10.0.0.46 () {32 vars in 681 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1211] 10.0.0.46 () {32 vars in 673 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1212] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1213] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1214] 10.0.0.46 () {32 vars in 685 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1215] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1216] 10.0.0.46 () {32 vars in 685 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1217] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1218] 10.0.0.46 () {32 vars in 697 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1219] 10.0.0.46 () {32 vars in 677 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1220] 10.0.0.46 () {32 vars in 665 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1221] 10.0.0.46 () {32 vars in 675 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1222] 10.0.0.46 () {32 vars in 663 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1223] 10.0.0.46 () {32 vars in 673 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1224] 10.0.0.46 () {32 vars in 711 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1225] 10.0.0.46 () {32 vars in 689 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1226] 10.0.0.46 () {32 vars in 681 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1227] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1228] 10.0.0.46 () {32 vars in 685 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1229] 10.0.0.46 () {32 vars in 703 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1230] 10.0.0.46 () {32 vars in 673 bytes} [Tue May 12 07:00:18 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1231] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1232] 10.0.0.46 () {32 vars in 673 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1233] 10.0.0.46 () {32 vars in 691 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1234] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1235] 10.0.0.46 () {32 vars in 707 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1236] 10.0.0.46 () {32 vars in 703 bytes} [Tue May 12 07:00:19 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: 659/1237] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1238] 10.0.0.46 () {32 vars in 695 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1239] 10.0.0.46 () {32 vars in 709 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1240] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:19.098 8 INFO neutron.db.l3_hamode_db [None req-58e171da-9fb8-4c4a-ab6b-2acc6ca77aaa 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] HA network f441e39b-bad4-44fd-a4ef-f53f31f053ec was deleted as no HA routers are present in tenant 71739305b6434596b39ee1300d261c2f. [pid: 7|app: 0|req: 663/1241] 10.0.0.46 () {32 vars in 685 bytes} [Tue May 12 07:00:19 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: 579/1242] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:18 2026] DELETE /v2.0/routers/a34565a9-2e80-4e71-b2da-33a746ce6ac8 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1243] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1244] 10.0.0.46 () {32 vars in 673 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1245] 10.0.0.46 () {32 vars in 669 bytes} [Tue May 12 07:00:19 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: 667/1246] 10.0.0.46 () {32 vars in 659 bytes} [Tue May 12 07:00:19 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: 668/1247] 10.0.0.46 () {32 vars in 697 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1248] 10.0.0.46 () {32 vars in 697 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1249] 10.0.0.46 () {32 vars in 675 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1250] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1251] 10.0.0.46 () {32 vars in 681 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1252] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1253] 10.0.0.46 () {32 vars in 683 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1254] 10.0.0.46 () {32 vars in 705 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1255] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1256] 10.0.0.46 () {32 vars in 695 bytes} [Tue May 12 07:00:19 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: 7|app: 0|req: 678/1257] 10.0.0.46 () {32 vars in 693 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1258] 10.0.0.46 () {32 vars in 683 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1259] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1260] 10.0.0.46 () {32 vars in 703 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1261] 10.0.0.46 () {32 vars in 665 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1262] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:19 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: 580/1263] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:19 2026] DELETE /v2.0/subnets/69166151-a4ee-448e-901d-e1b94e57dfac => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1264] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1265] 10.0.0.46 () {32 vars in 689 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:19.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-341b15ff-60c8-4b08-814a-0d4dde902c63 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: 9d940068-d6f4-4d78-b668-5313c3c7d263 2026-05-12 07:00:19.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-341b15ff-60c8-4b08-814a-0d4dde902c63 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: 9d940068-d6f4-4d78-b668-5313c3c7d263 [pid: 7|app: 0|req: 686/1266] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/security-groups?tenant_id=8efe9a2260574c2c8039466a16a9e4e9&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1267] 10.0.0.46 () {32 vars in 689 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1268] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:19 2026] DELETE /v2.0/security-groups/081e0dc5-80b1-48b3-af8b-f4ff29190b3c => 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: 689/1269] 10.0.0.46 () {32 vars in 693 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1270] 10.0.0.46 () {32 vars in 683 bytes} [Tue May 12 07:00:19 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: 691/1271] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:19 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: 692/1272] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1273] 10.0.0.46 () {32 vars in 701 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1274] 10.0.0.46 () {32 vars in 711 bytes} [Tue May 12 07:00:19 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: 695/1275] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1276] 10.0.0.46 () {32 vars in 713 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1277] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1278] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:19 2026] DELETE /v2.0/networks/140c4c09-acd6-4e62-b499-f4b6781f00d6 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1279] 10.0.0.46 () {32 vars in 739 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1280] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1281] 10.0.0.46 () {32 vars in 681 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1282] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:19 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: 7|app: 0|req: 702/1283] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:00:19 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) 2026-05-12 07:00:19.705 8 INFO neutron.db.segments_db [None req-81c62362-af0f-4d39-ba39-08e04a8df5b3 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Added segment 39e506ee-84b3-4f1d-91a4-e76df3bb015a of type vxlan for network aaa383ac-3573-4f2f-b7ac-a9841834a313 [pid: 7|app: 0|req: 703/1284] 10.0.0.46 () {32 vars in 677 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1285] 10.0.0.46 () {32 vars in 667 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1286] 10.0.0.46 () {32 vars in 695 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1287] 10.0.0.46 () {32 vars in 703 bytes} [Tue May 12 07:00:19 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: 7|app: 0|req: 707/1288] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1289] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1290] 10.0.0.46 () {32 vars in 681 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1291] 10.0.0.46 () {32 vars in 703 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1292] 10.0.0.46 () {32 vars in 693 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1293] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1294] 10.0.0.46 () {32 vars in 695 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1295] 10.0.0.46 () {32 vars in 677 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1296] 10.0.0.46 () {32 vars in 687 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1297] 10.0.0.46 () {32 vars in 699 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1298] 10.0.0.46 () {32 vars in 663 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1299] 10.0.0.46 () {32 vars in 679 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1300] 10.0.0.46 () {32 vars in 675 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1301] 10.0.0.46 () {32 vars in 691 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1302] 10.0.0.46 () {32 vars in 675 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1303] 10.0.0.46 () {32 vars in 665 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1304] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1305] 10.0.0.46 () {32 vars in 673 bytes} [Tue May 12 07:00:19 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: 725/1306] 10.0.0.46 () {32 vars in 685 bytes} [Tue May 12 07:00:19 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:19.981 8 INFO neutron.db.l3_hamode_db [None req-81c62362-af0f-4d39-ba39-08e04a8df5b3 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:20.383 8 INFO neutron.services.segments.plugin [-] Segment 62ed63fe-0299-47d6-8a46-8340bd3edd2f resource provider aggregate not found 2026-05-12 07:00:20.392 8 INFO neutron.services.segments.plugin [-] Segment 62ed63fe-0299-47d6-8a46-8340bd3edd2f resource provider aggregate not found 2026-05-12 07:00:20.398 8 INFO neutron.services.segments.plugin [-] Segment 62ed63fe-0299-47d6-8a46-8340bd3edd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ed63fe-0299-47d6-8a46-8340bd3edd2f found for delete ", "request_id": "req-3deb85f8-ca91-4553-8e03-8d8f5a75b0cb"}]} 2026-05-12 07:00:20.420 8 INFO neutron.services.segments.plugin [-] Segment 62ed63fe-0299-47d6-8a46-8340bd3edd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ed63fe-0299-47d6-8a46-8340bd3edd2f found for delete ", "request_id": "req-c1f8958c-1a04-4e27-9769-fea0a10c3aa8"}]} 2026-05-12 07:00:20.426 8 INFO neutron.services.segments.plugin [-] Segment 41e2a09a-e860-4cce-b937-9e65a8649519 resource provider aggregate not found 2026-05-12 07:00:20.456 8 INFO neutron.services.segments.plugin [-] Segment 41e2a09a-e860-4cce-b937-9e65a8649519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e2a09a-e860-4cce-b937-9e65a8649519 found for delete ", "request_id": "req-9d8ea318-e724-4296-82e7-64eb67ee3269"}]} 2026-05-12 07:00:20.461 8 INFO neutron.services.segments.plugin [-] Segment 41e2a09a-e860-4cce-b937-9e65a8649519 resource provider aggregate not found 2026-05-12 07:00:20.479 8 INFO neutron.services.segments.plugin [-] Segment 41e2a09a-e860-4cce-b937-9e65a8649519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e2a09a-e860-4cce-b937-9e65a8649519 found for delete ", "request_id": "req-12356c57-fe23-43a8-8cf1-7b5fb083e3cb"}]} [pid: 7|app: 0|req: 726/1307] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:20 2026] GET /v2.0/security-groups?tenant_id=225cb43199af4526883157d2678632fa&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1308] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:20 2026] DELETE /v2.0/security-groups/86c8b494-216e-4198-987d-7d1e8fef6e4f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:20.807 8 INFO neutron.db.l3_hamode_db [None req-81c62362-af0f-4d39-ba39-08e04a8df5b3 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1309] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 07:00:20 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 1240 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1312] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 07:00:20 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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-05-12 07:00:21.638 7 INFO neutron.db.segments_db [None req-1fad5b3b-68a4-4ee4-a772-09d0c72d1cca 9ceefe260f704cb081add1fb602181a1 87cf963d8b3145549ad58f1d5dc18628 - - default default] Added segment 202c5fbe-4633-4418-b5ea-8f46686ac087 of type vxlan for network 0ab889f0-781e-4906-8127-d07cd7cf4e2d [pid: 8|app: 0|req: 582/1313] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:19 2026] POST /v2.0/routers => generated 688 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1314] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:21 2026] POST /v2.0/networks => generated 648 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1315] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:00:21 2026] GET /v2.0/routers/9c2ac198-40c5-4824-bc85-71a05aafb4e5 => generated 694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1316] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:00:21 2026] GET /v2.0/routers => generated 697 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1317] 10.0.0.46 () {34 vars in 739 bytes} [Tue May 12 07:00:21 2026] PUT /v2.0/routers/9c2ac198-40c5-4824-bc85-71a05aafb4e5 => generated 701 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1318] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:00:22 2026] GET /v2.0/routers/9c2ac198-40c5-4824-bc85-71a05aafb4e5 => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1319] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:22 2026] GET /v2.0/ports?device_id=9c2ac198-40c5-4824-bc85-71a05aafb4e5 => 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: 734/1320] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:22 2026] POST /v2.0/subnets => generated 673 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:22.746 7 INFO neutron.db.segments_db [None req-0622cc22-998f-4c6c-a082-ae394252b411 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Added segment 4736f70e-3319-47be-90e4-bcf1f9d07aff of type vxlan for network b491e740-470b-4994-b871-0d737b6fd8a6 [pid: 7|app: 0|req: 735/1321] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:22 2026] POST /v2.0/networks => generated 645 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:22.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-5295b4fe-bb19-465d-96e2-fbf01ec4597a 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: bb76a27c-2bfe-49ca-ab7b-7e69da7117c8 2026-05-12 07:00:22.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5295b4fe-bb19-465d-96e2-fbf01ec4597a 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: bb76a27c-2bfe-49ca-ab7b-7e69da7117c8 2026-05-12 07:00:22.908 7 INFO neutron.db.segments_db [None req-92770909-b7cc-48da-a335-a7935e001f05 9ceefe260f704cb081add1fb602181a1 87cf963d8b3145549ad58f1d5dc18628 - - default default] Added segment 270ae213-1d36-4ed0-b5f7-67388a809975 of type vxlan for network 9d5bec2a-eb2a-46f7-8fef-99c9b385c1c9 [pid: 7|app: 0|req: 736/1322] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:22 2026] POST /v2.0/networks => generated 648 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:23.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-5295b4fe-bb19-465d-96e2-fbf01ec4597a 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] TaaS: Handle Delete Port: be6bfd6c-b003-4d7a-9dc7-bbb368a676fc 2026-05-12 07:00:23.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5295b4fe-bb19-465d-96e2-fbf01ec4597a 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] Tap Mirror: Handle Delete Port: be6bfd6c-b003-4d7a-9dc7-bbb368a676fc [pid: 7|app: 0|req: 737/1323] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:23 2026] POST /v2.0/ports => generated 775 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-12 07:00:23.432 8 INFO neutron.services.segments.plugin [-] Segment 39e506ee-84b3-4f1d-91a4-e76df3bb015a resource provider aggregate not found 2026-05-12 07:00:23.441 8 INFO neutron.services.segments.plugin [-] Segment 39e506ee-84b3-4f1d-91a4-e76df3bb015a resource provider aggregate not found [pid: 7|app: 0|req: 738/1324] 10.0.0.46 () {34 vars in 741 bytes} [Tue May 12 07:00:23 2026] PUT /v2.0/networks/9d5bec2a-eb2a-46f7-8fef-99c9b385c1c9 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:23.461 8 INFO neutron.services.segments.plugin [-] Segment 39e506ee-84b3-4f1d-91a4-e76df3bb015a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39e506ee-84b3-4f1d-91a4-e76df3bb015a found for delete ", "request_id": "req-ac23eeab-ab31-4614-b9fb-4d4da7401dd7"}]} 2026-05-12 07:00:23.461 8 INFO neutron.db.l3_hamode_db [None req-5295b4fe-bb19-465d-96e2-fbf01ec4597a 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] HA network aaa383ac-3573-4f2f-b7ac-a9841834a313 was deleted as no HA routers are present in tenant 71739305b6434596b39ee1300d261c2f. 2026-05-12 07:00:23.465 8 INFO neutron.services.segments.plugin [-] Segment 39e506ee-84b3-4f1d-91a4-e76df3bb015a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39e506ee-84b3-4f1d-91a4-e76df3bb015a found for delete ", "request_id": "req-138198e1-54e4-459e-a05a-095d130777c8"}]} [pid: 8|app: 0|req: 587/1325] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:22 2026] DELETE /v2.0/routers/9c2ac198-40c5-4824-bc85-71a05aafb4e5 => generated 0 bytes in 1118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:23.490 7 INFO neutron.db.segments_db [None req-be8d53fb-384b-4f4b-9717-f7163895089d 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Added segment 83bd3ed5-4be7-4f4e-891a-e16c68eab149 of type vxlan for network 1b5f177d-beab-49fc-9b0c-15ccf1d39018 [pid: 7|app: 0|req: 739/1326] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:23 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1327] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:23 2026] GET /v2.0/ports?device_id=9c2ac198-40c5-4824-bc85-71a05aafb4e5 => 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: 588/1328] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:23 2026] POST /v2.0/subnets => generated 646 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:23.695 8 INFO neutron.api.v2.resource [None req-7d0cc0c6-6858-4794-b315-1a1ed97c5d68 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 589/1329] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:23 2026] DELETE /v2.0/routers/9c2ac198-40c5-4824-bc85-71a05aafb4e5 => 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: 590/1330] 10.0.0.46 () {34 vars in 739 bytes} [Tue May 12 07:00:23 2026] PUT /v2.0/subnets/d94c038d-434a-4b92-9703-c3a25ffd49d2 => generated 656 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1331] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:23 2026] GET /v2.0/ports?device_id=a34565a9-2e80-4e71-b2da-33a746ce6ac8 => 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: 741/1332] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:23 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:23.857 7 INFO neutron.api.v2.resource [None req-7b5721dd-38a6-4e07-9ddb-a73a3259b8af 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1333] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:23 2026] DELETE /v2.0/routers/a34565a9-2e80-4e71-b2da-33a746ce6ac8 => 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: 592/1334] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:23 2026] DELETE /v2.0/networks/9d5bec2a-eb2a-46f7-8fef-99c9b385c1c9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:23.978 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fbf07f1-670c-4964-a95b-d41d57c1aaa9 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1335] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:23 2026] DELETE /v2.0/subnets/69166151-a4ee-448e-901d-e1b94e57dfac => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:23.988 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9866abde-fbb6-42e7-af13-ccac2dd4c3e7 9ceefe260f704cb081add1fb602181a1 87cf963d8b3145549ad58f1d5dc18628 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1336] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:23 2026] DELETE /v2.0/networks/9d5bec2a-eb2a-46f7-8fef-99c9b385c1c9 => generated 138 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1337] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:23 2026] GET /v2.0/ports?device_id=057f9d83-6e4c-4b7e-8c1b-8451ac84475d => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1338] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:24.059 8 INFO neutron.api.v2.resource [None req-029bf8f4-b29b-46e2-b2a0-b7108be84062 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1339] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/routers/057f9d83-6e4c-4b7e-8c1b-8451ac84475d => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1340] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/subnets?network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:24.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b88b1e07-691e-4427-b051-a55c9a228eae 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1341] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/subnets/1431465a-e2d2-41e8-ac92-9844a8c9c055 => 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: 600/1342] 10.0.0.46 () {32 vars in 651 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1343] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/ports?device_id=f2397cd8-cb4b-453b-a55a-5329445b8333 => 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/1344] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/networks => generated 1313 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1345] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:23 2026] POST /v2.0/ports => generated 950 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, ' 2026-05-12 07:00:24.190 8 INFO neutron.api.v2.resource [None req-5377ceb6-138a-4cf3-a55d-3bdc01c698a8 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 603/1346] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/routers/f2397cd8-cb4b-453b-a55a-5329445b8333 => 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: 744/1347] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:24.220 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e3487df-3afe-48ff-845d-a4681edf93ed 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1348] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/subnets/321b3992-a582-4e34-817b-c94fedb3e70a => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1349] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/networks/0ab889f0-781e-4906-8127-d07cd7cf4e2d => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:24.269 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fad8c4fe-fd34-446e-aff8-81916046d86a 8f2c1b2c024b484e883d608a04488432 71739305b6434596b39ee1300d261c2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1350] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/subnets/30e038c6-fbb4-482c-836e-c6d9ed0b908b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1351] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/subnets/5e54ce30-d528-4c52-8001-67a48a18921c => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:24.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0b53720-a15b-4195-8ad3-0cd43431568a 9ceefe260f704cb081add1fb602181a1 87cf963d8b3145549ad58f1d5dc18628 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1352] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/subnets/d94c038d-434a-4b92-9703-c3a25ffd49d2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:24.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f372ebe-6fb3-4b4a-9c29-0d2581dccfc3 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] TaaS: Handle Delete Port: 4c888b4a-68df-473e-8435-cc0de617eed2 2026-05-12 07:00:24.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f372ebe-6fb3-4b4a-9c29-0d2581dccfc3 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Tap Mirror: Handle Delete Port: 4c888b4a-68df-473e-8435-cc0de617eed2 2026-05-12 07:00:24.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ba33701-4721-40fc-9569-3215d13621c4 9ceefe260f704cb081add1fb602181a1 87cf963d8b3145549ad58f1d5dc18628 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1353] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/networks/9d5bec2a-eb2a-46f7-8fef-99c9b385c1c9 => 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: 751/1354] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/subnets/5e54ce30-d528-4c52-8001-67a48a18921c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1355] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/ports/4c888b4a-68df-473e-8435-cc0de617eed2 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:24.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3f4bb2c-c3e4-4c2f-a82c-2619ebef9fe1 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1356] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/ports/4c888b4a-68df-473e-8435-cc0de617eed2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:24.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ab78c19-ac58-42bb-a559-005eb9d2ba5b 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1357] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/ports/4c888b4a-68df-473e-8435-cc0de617eed2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:24.568 7 INFO neutron.services.segments.plugin [-] Segment 202c5fbe-4633-4418-b5ea-8f46686ac087 resource provider aggregate not found 2026-05-12 07:00:24.579 7 INFO neutron.services.segments.plugin [-] Segment 202c5fbe-4633-4418-b5ea-8f46686ac087 resource provider aggregate not found 2026-05-12 07:00:24.603 7 INFO neutron.services.segments.plugin [-] Segment 202c5fbe-4633-4418-b5ea-8f46686ac087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 202c5fbe-4633-4418-b5ea-8f46686ac087 found for delete ", "request_id": "req-b2757868-6c0c-425e-b13a-94aed36c0d6a"}]} 2026-05-12 07:00:24.606 7 INFO neutron.services.segments.plugin [-] Segment 202c5fbe-4633-4418-b5ea-8f46686ac087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 202c5fbe-4633-4418-b5ea-8f46686ac087 found for delete ", "request_id": "req-c3a06c53-6ea0-4646-b3c7-6a864f23518e"}]} [pid: 7|app: 0|req: 752/1358] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/networks/0ab889f0-781e-4906-8127-d07cd7cf4e2d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1359] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/subnets/d69d7992-4da3-49f2-88b5-cd1951a20023 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1360] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/networks/1b5f177d-beab-49fc-9b0c-15ccf1d39018 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:24.860 7 INFO neutron.db.segments_db [None req-47e901ba-b10e-479f-9773-5c05068e3915 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Added segment b0976072-4d62-4bd2-9950-3895e1b51794 of type vxlan for network b41ab561-6b70-4587-b7d6-20387418c0ec [pid: 8|app: 0|req: 608/1361] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:24 2026] GET /v2.0/security-groups?tenant_id=71739305b6434596b39ee1300d261c2f&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1362] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:24 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1363] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:24 2026] DELETE /v2.0/security-groups/de555059-cfd5-4ae9-b34e-9c091e093407 => 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: 755/1364] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:24 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1365] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:25 2026] GET /v2.0/security-groups?tenant_id=87cf963d8b3145549ad58f1d5dc18628&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1366] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:25 2026] POST /v2.0/ports => generated 912 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1367] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:25 2026] DELETE /v2.0/security-groups/e61be805-0cd5-463a-a304-d73bf62c832e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:25.480 8 INFO neutron.services.segments.plugin [-] Segment 270ae213-1d36-4ed0-b5f7-67388a809975 resource provider aggregate not found 2026-05-12 07:00:25.484 8 INFO neutron.services.segments.plugin [-] Segment 270ae213-1d36-4ed0-b5f7-67388a809975 resource provider aggregate not found 2026-05-12 07:00:25.493 8 INFO neutron.services.segments.plugin [-] Segment 270ae213-1d36-4ed0-b5f7-67388a809975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 270ae213-1d36-4ed0-b5f7-67388a809975 found for delete ", "request_id": "req-6ccc9ca8-9486-4673-9910-8aa41f95df40"}]} 2026-05-12 07:00:25.501 8 INFO neutron.services.segments.plugin [-] Segment 270ae213-1d36-4ed0-b5f7-67388a809975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 270ae213-1d36-4ed0-b5f7-67388a809975 found for delete ", "request_id": "req-ab58962b-d917-46ca-a620-4f91425b0f83"}]} 2026-05-12 07:00:25.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-7323e3e7-3810-4628-a8e8-7314f8f68e78 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] TaaS: Handle Delete Port: 724bf0f5-ef1a-47ed-9cd0-c4bc79c2400d 2026-05-12 07:00:25.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7323e3e7-3810-4628-a8e8-7314f8f68e78 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Tap Mirror: Handle Delete Port: 724bf0f5-ef1a-47ed-9cd0-c4bc79c2400d [pid: 7|app: 0|req: 757/1368] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:25 2026] DELETE /v2.0/ports/724bf0f5-ef1a-47ed-9cd0-c4bc79c2400d => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:25.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f71499a-eca5-472e-bb27-dc413e53024a 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1369] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:25 2026] GET /v2.0/ports/724bf0f5-ef1a-47ed-9cd0-c4bc79c2400d => 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: 758/1370] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:25 2026] DELETE /v2.0/subnets/4066e153-9124-40f6-8e46-70f4eea3f335 => 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: 613/1371] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:25 2026] DELETE /v2.0/networks/b41ab561-6b70-4587-b7d6-20387418c0ec => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1372] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:26 2026] POST /v2.0/ports => generated 774 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1373] 10.0.0.46 () {34 vars in 735 bytes} [Tue May 12 07:00:26 2026] PUT /v2.0/ports/e69d07e3-780c-4fe4-88d0-a32c377024ee => generated 752 bytes in 196 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-05-12 07:00:26.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-650ed0b7-fc72-4af7-a01b-fc24b68d72e4 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] TaaS: Handle Delete Port: e69d07e3-780c-4fe4-88d0-a32c377024ee 2026-05-12 07:00:26.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-650ed0b7-fc72-4af7-a01b-fc24b68d72e4 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Tap Mirror: Handle Delete Port: e69d07e3-780c-4fe4-88d0-a32c377024ee 2026-05-12 07:00:26.635 7 INFO neutron.services.segments.plugin [-] Segment 83bd3ed5-4be7-4f4e-891a-e16c68eab149 resource provider aggregate not found 2026-05-12 07:00:26.646 7 INFO neutron.services.segments.plugin [-] Segment 83bd3ed5-4be7-4f4e-891a-e16c68eab149 resource provider aggregate not found 2026-05-12 07:00:26.655 7 INFO neutron.services.segments.plugin [-] Segment 83bd3ed5-4be7-4f4e-891a-e16c68eab149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83bd3ed5-4be7-4f4e-891a-e16c68eab149 found for delete ", "request_id": "req-6e4900ec-c3e1-448a-9a82-6261c00380a0"}]} 2026-05-12 07:00:26.666 7 INFO neutron.services.segments.plugin [-] Segment 83bd3ed5-4be7-4f4e-891a-e16c68eab149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83bd3ed5-4be7-4f4e-891a-e16c68eab149 found for delete ", "request_id": "req-74063330-2fc7-488d-a907-5be70daf32a5"}]} [pid: 7|app: 0|req: 760/1374] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:26 2026] DELETE /v2.0/ports/e69d07e3-780c-4fe4-88d0-a32c377024ee => generated 0 bytes in 202 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: 8|app: 0|req: 615/1375] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 07:00:26 2026] GET /v2.0/ports => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:26.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d279f76-6cac-448a-a297-5143cb46e7e0 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1376] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:26 2026] GET /v2.0/ports/e69d07e3-780c-4fe4-88d0-a32c377024ee => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1377] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 07:00:26 2026] GET /v2.0/ports => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1378] 10.0.0.46 () {32 vars in 621 bytes} [Tue May 12 07:00:26 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1379] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:26 2026] GET /v2.0/ports/5b0ff1c3-f2ba-42fa-8890-70da43bb69c6 => generated 775 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:26.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4a8506f-18a2-44c4-adf8-4ad363f98de4 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1380] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:26 2026] DELETE /v2.0/ports/724bf0f5-ef1a-47ed-9cd0-c4bc79c2400d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:26.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-798a446d-2e9a-4415-bfe1-38ef8a33f354 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1381] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:26 2026] DELETE /v2.0/subnets/4066e153-9124-40f6-8e46-70f4eea3f335 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:26.917 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97e0b105-eafa-43ab-b21c-aaa6bd2347d8 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1382] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:26 2026] DELETE /v2.0/subnets/d69d7992-4da3-49f2-88b5-cd1951a20023 => 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: 618/1383] 10.0.0.46 () {32 vars in 631 bytes} [Tue May 12 07:00:26 2026] GET /v2.0/ => generated 632 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:27.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-faa15866-b8b2-4b46-b054-daeec21cdd3c 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] TaaS: Handle Delete Port: 5b0ff1c3-f2ba-42fa-8890-70da43bb69c6 2026-05-12 07:00:27.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faa15866-b8b2-4b46-b054-daeec21cdd3c 071661aa943c44adb5a4fe354fed2a04 46e81e76de5b4416a6e283f81aade4f5 - - default default] Tap Mirror: Handle Delete Port: 5b0ff1c3-f2ba-42fa-8890-70da43bb69c6 [pid: 7|app: 0|req: 766/1384] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:26 2026] DELETE /v2.0/ports/5b0ff1c3-f2ba-42fa-8890-70da43bb69c6 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1385] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:27 2026] DELETE /v2.0/networks/b491e740-470b-4994-b871-0d737b6fd8a6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:27.364 7 INFO neutron.db.segments_db [None req-911ad2b5-e84b-4122-a975-3fcef6371fcb e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Added segment b2afb883-c978-4ded-8451-4ba611497921 of type vxlan for network 5457c887-59f1-43c7-868e-965555e89fd9 [pid: 7|app: 0|req: 767/1386] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:27 2026] POST /v2.0/networks => generated 649 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:27.514 8 INFO neutron.services.segments.plugin [-] Segment b0976072-4d62-4bd2-9950-3895e1b51794 resource provider aggregate not found 2026-05-12 07:00:27.521 8 INFO neutron.services.segments.plugin [-] Segment b0976072-4d62-4bd2-9950-3895e1b51794 resource provider aggregate not found 2026-05-12 07:00:27.524 8 INFO neutron.services.segments.plugin [-] Segment b0976072-4d62-4bd2-9950-3895e1b51794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0976072-4d62-4bd2-9950-3895e1b51794 found for delete ", "request_id": "req-2fa7ab2f-5204-4f83-80ee-11e000d228df"}]} 2026-05-12 07:00:27.536 8 INFO neutron.services.segments.plugin [-] Segment 4736f70e-3319-47be-90e4-bcf1f9d07aff resource provider aggregate not found 2026-05-12 07:00:27.540 8 INFO neutron.services.segments.plugin [-] Segment b0976072-4d62-4bd2-9950-3895e1b51794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0976072-4d62-4bd2-9950-3895e1b51794 found for delete ", "request_id": "req-150c1aaa-5314-451f-8729-6dc8fe2f81d0"}]} 2026-05-12 07:00:27.554 8 INFO neutron.services.segments.plugin [-] Segment 4736f70e-3319-47be-90e4-bcf1f9d07aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4736f70e-3319-47be-90e4-bcf1f9d07aff found for delete ", "request_id": "req-2d011329-030e-4ff2-8516-c182a008fc4e"}]} 2026-05-12 07:00:27.557 8 INFO neutron.services.segments.plugin [-] Segment 4736f70e-3319-47be-90e4-bcf1f9d07aff resource provider aggregate not found 2026-05-12 07:00:27.572 8 INFO neutron.services.segments.plugin [-] Segment 4736f70e-3319-47be-90e4-bcf1f9d07aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4736f70e-3319-47be-90e4-bcf1f9d07aff found for delete ", "request_id": "req-7ca8e7bf-e0eb-491c-b211-3b8d7cabbe07"}]} [pid: 7|app: 0|req: 768/1387] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:27 2026] POST /v2.0/ports => generated 778 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1388] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:27 2026] GET /v2.0/security-groups?tenant_id=6067c58444994258839b6f15ebbf482b&name=default => generated 2925 bytes in 370 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-05-12 07:00:27.820 8 INFO neutron.db.segments_db [None req-324dbc05-aebd-44f6-853f-5dcfe8edcf5c e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Added segment f480fded-1a62-4be2-976a-884cda7f1c4b of type vxlan for network 30a7d429-c3cf-4d40-9ca5-238f3e5b7c86 [pid: 7|app: 0|req: 769/1389] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:27 2026] GET /v2.0/security-groups?tenant_id=46e81e76de5b4416a6e283f81aade4f5&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1390] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:27 2026] POST /v2.0/networks => generated 636 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1391] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:27 2026] DELETE /v2.0/security-groups/39a8a794-0fe0-42f0-a4f5-caa10e19577f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1392] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:27 2026] DELETE /v2.0/security-groups/0eb6e18d-55af-4206-987a-9217f919fb71 => 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: 771/1393] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:27 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1394] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:28 2026] POST /v2.0/ports => generated 965 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:28.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-41659807-c8d7-43f8-ac1b-02548119424f e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] TaaS: Handle Delete Port: 6d9a797f-c6f8-4dde-b581-b279ce623734 2026-05-12 07:00:28.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41659807-c8d7-43f8-ac1b-02548119424f e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Tap Mirror: Handle Delete Port: 6d9a797f-c6f8-4dde-b581-b279ce623734 [pid: 7|app: 0|req: 772/1395] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:28 2026] DELETE /v2.0/ports/6d9a797f-c6f8-4dde-b581-b279ce623734 => generated 0 bytes in 236 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-05-12 07:00:28.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-becf70d5-e78d-4094-b667-a978594d6e8e e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1396] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:28 2026] DELETE /v2.0/ports/6d9a797f-c6f8-4dde-b581-b279ce623734 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:28.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14a9ed67-c72b-49f3-ac61-b6fe7c08d5ce e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1397] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:28 2026] GET /v2.0/ports/6d9a797f-c6f8-4dde-b581-b279ce623734 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1398] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:28 2026] DELETE /v2.0/subnets/16824d35-04fb-44f1-92bf-ec383a80a9a6 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:29.054 7 INFO neutron.services.segments.plugin [-] Segment f480fded-1a62-4be2-976a-884cda7f1c4b resource provider aggregate not found 2026-05-12 07:00:29.065 7 INFO neutron.services.segments.plugin [-] Segment f480fded-1a62-4be2-976a-884cda7f1c4b resource provider aggregate not found 2026-05-12 07:00:29.073 7 INFO neutron.services.segments.plugin [-] Segment f480fded-1a62-4be2-976a-884cda7f1c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f480fded-1a62-4be2-976a-884cda7f1c4b found for delete ", "request_id": "req-cd0f262f-a998-4858-ab50-008b4173595a"}]} [pid: 7|app: 0|req: 774/1399] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:28 2026] DELETE /v2.0/networks/30a7d429-c3cf-4d40-9ca5-238f3e5b7c86 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:29.084 7 INFO neutron.services.segments.plugin [-] Segment f480fded-1a62-4be2-976a-884cda7f1c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f480fded-1a62-4be2-976a-884cda7f1c4b found for delete ", "request_id": "req-dab0417c-3989-4aed-95db-bc39f628a2f2"}]} 2026-05-12 07:00:29.143 8 INFO neutron.db.segments_db [None req-6e2b0bbd-5ac6-4957-b2f9-240a876d97bf e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Added segment dbbf2067-1410-47a3-9b85-45690a20c9de of type vxlan for network c2839da9-c266-4d4a-925b-0b87b046359f [pid: 8|app: 0|req: 626/1400] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:29 2026] POST /v2.0/networks => generated 635 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1401] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:29 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1402] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:29 2026] POST /v2.0/ports => generated 927 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:29.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-2621987d-0490-4e72-a0a9-f8bcc3083bf8 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] TaaS: Handle Delete Port: a6947ef0-a336-4c6a-8a2d-3750ad5912da 2026-05-12 07:00:29.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2621987d-0490-4e72-a0a9-f8bcc3083bf8 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Tap Mirror: Handle Delete Port: a6947ef0-a336-4c6a-8a2d-3750ad5912da 2026-05-12 07:00:29.976 7 INFO neutron.db.segments_db [None req-e7291844-cab4-44e4-a820-021afdf2701c ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment ef675bd9-0506-47f7-a33b-92092ad7b8ab of type vxlan for network 31bcd057-4179-4be3-bd12-daedbf95c0ed [pid: 8|app: 0|req: 628/1403] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:29 2026] DELETE /v2.0/ports/a6947ef0-a336-4c6a-8a2d-3750ad5912da => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:30.026 8 INFO neutron.pecan_wsgi.hooks.translation [None req-328cef43-7821-43cf-9fd1-66173c48606a e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1404] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:30 2026] GET /v2.0/ports/a6947ef0-a336-4c6a-8a2d-3750ad5912da => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1405] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:29 2026] POST /v2.0/networks => generated 633 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:30.127 7 INFO neutron.db.segments_db [None req-be752f99-2bfd-4905-bf14-1cd7d9e430d2 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment 7c6ebe21-4039-4865-a952-a88f17e6351a of type vxlan for network 38b18798-d058-4060-8db1-a6dbcc5bacf8 [pid: 8|app: 0|req: 630/1406] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:30 2026] DELETE /v2.0/subnets/ad84f24f-b0ca-4880-b64a-5941ce166589 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1407] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:30 2026] POST /v2.0/networks => generated 633 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:30.247 8 INFO neutron.services.segments.plugin [-] Segment dbbf2067-1410-47a3-9b85-45690a20c9de resource provider aggregate not found 2026-05-12 07:00:30.248 8 INFO neutron.services.segments.plugin [-] Segment dbbf2067-1410-47a3-9b85-45690a20c9de resource provider aggregate not found 2026-05-12 07:00:30.267 8 INFO neutron.services.segments.plugin [-] Segment dbbf2067-1410-47a3-9b85-45690a20c9de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbbf2067-1410-47a3-9b85-45690a20c9de found for delete ", "request_id": "req-ec1dda0d-266a-4889-ae09-32a121c26570"}]} 2026-05-12 07:00:30.270 8 INFO neutron.services.segments.plugin [-] Segment dbbf2067-1410-47a3-9b85-45690a20c9de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbbf2067-1410-47a3-9b85-45690a20c9de found for delete ", "request_id": "req-f7206bd3-750d-48b7-909b-ec22631ea96f"}]} [pid: 8|app: 0|req: 631/1408] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:30 2026] DELETE /v2.0/networks/c2839da9-c266-4d4a-925b-0b87b046359f => 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: 778/1409] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:30 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1410] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:30 2026] POST /v2.0/ports => generated 778 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 779/1411] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:30 2026] POST /v2.0/subnets => generated 655 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1412] 10.0.0.46 () {34 vars in 735 bytes} [Tue May 12 07:00:30 2026] PUT /v2.0/ports/1657c6ee-9ba0-43ae-b6ff-c524505835f7 => generated 752 bytes in 190 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-05-12 07:00:30.754 7 INFO neutron.db.segments_db [None req-7b2bc34d-aae9-4382-b8ec-9be1ecd539e9 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment 5594469b-c12d-4a6a-b959-b843bb9d9fd5 of type vxlan for network 6c57bb74-9fa6-4cf2-bff7-18818daf9fa9 2026-05-12 07:00:30.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-8105d883-3eb7-4e34-9fac-f4a4342f9181 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] TaaS: Handle Delete Port: 1657c6ee-9ba0-43ae-b6ff-c524505835f7 2026-05-12 07:00:30.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8105d883-3eb7-4e34-9fac-f4a4342f9181 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Tap Mirror: Handle Delete Port: 1657c6ee-9ba0-43ae-b6ff-c524505835f7 [pid: 8|app: 0|req: 634/1413] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:30 2026] DELETE /v2.0/ports/1657c6ee-9ba0-43ae-b6ff-c524505835f7 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1414] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:30 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1415] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 07:00:30 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:31.033 7 INFO neutron.db.l3_hamode_db [None req-7b2bc34d-aae9-4382-b8ec-9be1ecd539e9 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 637/1416] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:31.064 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e14df7ab-8506-478d-91a5-a555a92e07b2 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 638/1417] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/ports/1657c6ee-9ba0-43ae-b6ff-c524505835f7 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1418] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 07:00:31 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: 640/1419] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/ports/aaefdadb-545d-47b3-b76c-03a38067d73f => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:31.149 7 INFO neutron.db.l3_hamode_db [None req-7b2bc34d-aae9-4382-b8ec-9be1ecd539e9 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:31.172 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd071f4f-2e01-496a-a89f-1efe26761c8a e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 641/1420] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:31 2026] DELETE /v2.0/ports/a6947ef0-a336-4c6a-8a2d-3750ad5912da => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:31.187 8 INFO neutron.pecan_wsgi.hooks.translation [None req-355f1f18-c6f8-4f93-970f-77d8262b5464 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1421] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:31 2026] DELETE /v2.0/subnets/ad84f24f-b0ca-4880-b64a-5941ce166589 => 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: 643/1422] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:31.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61bb677e-b6b2-401f-83b9-81a4c626fb49 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 644/1423] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:31 2026] DELETE /v2.0/subnets/16824d35-04fb-44f1-92bf-ec383a80a9a6 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1424] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:31.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-b366ecb3-6856-408f-9a58-91cfc2171c95 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] TaaS: Handle Delete Port: aaefdadb-545d-47b3-b76c-03a38067d73f 2026-05-12 07:00:31.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b366ecb3-6856-408f-9a58-91cfc2171c95 e3e9b01c814440dca91df042768cf341 e95b3f88e7a94231a33f26b7c25a37b7 - - default default] Tap Mirror: Handle Delete Port: aaefdadb-545d-47b3-b76c-03a38067d73f [pid: 8|app: 0|req: 646/1425] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:31 2026] DELETE /v2.0/ports/aaefdadb-545d-47b3-b76c-03a38067d73f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1426] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:31 2026] DELETE /v2.0/networks/5457c887-59f1-43c7-868e-965555e89fd9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1427] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:30 2026] POST /v2.0/routers => generated 511 bytes in 966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1428] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/security-groups?tenant_id=7f5c8e13504b4947ae95552fc025b238&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1429] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:31 2026] DELETE /v2.0/security-groups/316af03e-efa5-4b80-a707-f20ba02505c9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1430] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:31 2026] GET /v2.0/security-groups?tenant_id=e95b3f88e7a94231a33f26b7c25a37b7&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:32.293 8 INFO neutron.services.segments.plugin [-] Segment b2afb883-c978-4ded-8451-4ba611497921 resource provider aggregate not found 2026-05-12 07:00:32.310 8 INFO neutron.services.segments.plugin [-] Segment b2afb883-c978-4ded-8451-4ba611497921 resource provider aggregate not found 2026-05-12 07:00:32.313 8 INFO neutron.services.segments.plugin [-] Segment b2afb883-c978-4ded-8451-4ba611497921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2afb883-c978-4ded-8451-4ba611497921 found for delete ", "request_id": "req-0afaf45c-1e07-42c0-93f8-89de4cfc6f7a"}]} 2026-05-12 07:00:32.329 8 INFO neutron.services.segments.plugin [-] Segment b2afb883-c978-4ded-8451-4ba611497921 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2afb883-c978-4ded-8451-4ba611497921 found for delete ", "request_id": "req-c128dce7-01d4-42da-9723-03521209f674"}]} [pid: 8|app: 0|req: 651/1431] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:32 2026] DELETE /v2.0/security-groups/40158fa9-20da-4cf2-ab34-d5d56cf8f1b0 => 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: 652/1432] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:32 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 653/1433] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:32 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 781/1434] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:31 2026] PUT /v2.0/routers/c9a41185-0550-4ed9-9150-3f4a3f492874/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1435] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:32 2026] GET /v2.0/ports/a19b61c7-a209-4714-9fc9-10a093ea5c74 => generated 959 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1436] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:33 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 656/1437] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:00:33 2026] GET /v2.0/security-groups?id=82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85&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: 657/1438] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:00:33 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:33.814 8 INFO neutron_taas.services.taas.taas_plugin [req-f473f879-404c-4f7f-ab99-6d858479aefa req-69308ea9-2d52-40ae-99c1-a2e68f522ca5 d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] TaaS: Handle Delete Port: fd9eaaf0-294d-4f9f-9fed-e8bbde971750 2026-05-12 07:00:33.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f473f879-404c-4f7f-ab99-6d858479aefa req-69308ea9-2d52-40ae-99c1-a2e68f522ca5 d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] Tap Mirror: Handle Delete Port: fd9eaaf0-294d-4f9f-9fed-e8bbde971750 2026-05-12 07:00:33.927 8 INFO neutron.db.l3_db [req-f473f879-404c-4f7f-ab99-6d858479aefa req-69308ea9-2d52-40ae-99c1-a2e68f522ca5 d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] Floating IP ff98f789-b6ed-46d3-a64a-66267b17874d disassociated. External IP: 10.96.250.215, port: fd9eaaf0-294d-4f9f-9fed-e8bbde971750. [pid: 7|app: 0|req: 782/1439] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:32 2026] PUT /v2.0/routers/c9a41185-0550-4ed9-9150-3f4a3f492874/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1440] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:33 2026] GET /v2.0/ports/9faa107e-6c8c-461b-bc36-88071ad701ae => generated 967 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1441] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:00:33 2026] DELETE /v2.0/ports/fd9eaaf0-294d-4f9f-9fed-e8bbde971750 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:34.333 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15138997-f084-4855-97fd-5822ee9267bc'] response: {'server_uuid': '5c00dd2a-5556-4187-ba96-18d2dd0401b5', 'name': 'network-vif-deleted', 'tag': 'fd9eaaf0-294d-4f9f-9fed-e8bbde971750', 'status': 'completed', 'code': 200} 2026-05-12 07:00:34.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-181968e5-3073-42e8-8f71-caa8067c2205 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: 9faa107e-6c8c-461b-bc36-88071ad701ae 2026-05-12 07:00:34.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-181968e5-3073-42e8-8f71-caa8067c2205 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: 9faa107e-6c8c-461b-bc36-88071ad701ae [pid: 8|app: 0|req: 659/1442] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:00:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1443] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:33 2026] PUT /v2.0/routers/c9a41185-0550-4ed9-9150-3f4a3f492874/remove_router_interface => generated 309 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1444] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:34 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 786/1445] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:34 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1446] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:34 2026] GET /v2.0/security-groups?tenant_id=eb08649b5b474a3185f45a1d488f3c6e&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1447] 10.0.0.46 () {34 vars in 756 bytes} [Tue May 12 07:00:34 2026] PUT /v2.0/security-groups/1c582eb2-720f-4eea-8c87-b51ad700c7e8 => generated 1663 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1448] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:34 2026] DELETE /v2.0/security-groups/02dd6c3c-b4dd-4241-bb90-b2fa6cf59335 => 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: 663/1449] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-groups/1c582eb2-720f-4eea-8c87-b51ad700c7e8 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:35.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-16784ae9-d30f-4d24-9df5-593c29127df4 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: a19b61c7-a209-4714-9fc9-10a093ea5c74 2026-05-12 07:00:35.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16784ae9-d30f-4d24-9df5-593c29127df4 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: a19b61c7-a209-4714-9fc9-10a093ea5c74 [pid: 8|app: 0|req: 664/1450] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:35 2026] DELETE /v2.0/security-groups/1c582eb2-720f-4eea-8c87-b51ad700c7e8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1451] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:35.227 8 INFO neutron.api.v2.resource [None req-d782c3e2-7fbc-4484-b73a-3418c640db36 0f36601bf1c441d7837f147b1b6938fc 9e591e3f6897470bab240429cf51d9f6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1452] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:35 2026] DELETE /v2.0/security-groups/1c582eb2-720f-4eea-8c87-b51ad700c7e8 => 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: 667/1453] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:00:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1454] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:34 2026] PUT /v2.0/routers/c9a41185-0550-4ed9-9150-3f4a3f492874/remove_router_interface => generated 309 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1455] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/ports?device_id=c9a41185-0550-4ed9-9150-3f4a3f492874 => 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: 668/1456] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1457] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-group-rules/76f14122-9811-403a-a914-281b63c42702 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1458] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:35.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-db937a6a-38c6-4e19-801e-46f7330a8315 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: e6e8a4bc-a487-4c9e-b8c3-a9c9097f554e 2026-05-12 07:00:35.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db937a6a-38c6-4e19-801e-46f7330a8315 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: e6e8a4bc-a487-4c9e-b8c3-a9c9097f554e [pid: 8|app: 0|req: 671/1459] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:00:35 2026] DELETE /v2.0/security-group-rules/76f14122-9811-403a-a914-281b63c42702 => 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: 672/1460] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1461] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1462] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-group-rules/41f23ddd-0599-4012-ab75-527ff65c94e6 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:35.874 7 INFO neutron.services.segments.plugin [-] Segment 5594469b-c12d-4a6a-b959-b843bb9d9fd5 resource provider aggregate not found 2026-05-12 07:00:35.883 7 INFO neutron.services.segments.plugin [-] Segment 5594469b-c12d-4a6a-b959-b843bb9d9fd5 resource provider aggregate not found [pid: 8|app: 0|req: 675/1463] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:35.906 7 INFO neutron.services.segments.plugin [-] Segment 5594469b-c12d-4a6a-b959-b843bb9d9fd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5594469b-c12d-4a6a-b959-b843bb9d9fd5 found for delete ", "request_id": "req-68cb51b6-ffbe-494d-80b0-5ea2e842d08e"}]} 2026-05-12 07:00:35.909 7 INFO neutron.services.segments.plugin [-] Segment 5594469b-c12d-4a6a-b959-b843bb9d9fd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5594469b-c12d-4a6a-b959-b843bb9d9fd5 found for delete ", "request_id": "req-f86e2952-4a61-447c-8ce7-695e02bb4321"}]} 2026-05-12 07:00:35.909 7 INFO neutron.db.l3_hamode_db [None req-db937a6a-38c6-4e19-801e-46f7330a8315 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] HA network 6c57bb74-9fa6-4cf2-bff7-18818daf9fa9 was deleted as no HA routers are present in tenant daa87c2bd3c34bf79e2524a73b4eb462. [pid: 7|app: 0|req: 789/1464] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:35 2026] DELETE /v2.0/routers/c9a41185-0550-4ed9-9150-3f4a3f492874 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1465] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1466] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:00:35 2026] DELETE /v2.0/security-group-rules/41f23ddd-0599-4012-ab75-527ff65c94e6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1469] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:35 2026] DELETE /v2.0/subnets/c33c5474-60cf-4119-abe9-09bcce181cb2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1470] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:36.145 8 INFO neutron.db.securitygroups_db [None req-4a748296-dc05-4c4a-a22a-e11f44b9c793 0f36601bf1c441d7837f147b1b6938fc 9e591e3f6897470bab240429cf51d9f6 - - default default] Project 9e591e3f6897470bab240429cf51d9f6 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: 791/1471] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:36 2026] DELETE /v2.0/subnets/9429f70f-4727-4e68-8fa3-30603a43a717 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1472] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:36 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) [pid: 8|app: 0|req: 682/1473] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:00:36 2026] GET /v2.0/security-group-rules/1007f099-d781-4570-adef-8dfd4359ec01 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:36.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f5b328d-6e81-46a5-8ee9-9ba6900a17b3 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: aa9ae000-8a02-4f50-9609-d9f1208c1817 2026-05-12 07:00:36.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5b328d-6e81-46a5-8ee9-9ba6900a17b3 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: aa9ae000-8a02-4f50-9609-d9f1208c1817 [pid: 8|app: 0|req: 683/1474] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:36 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1475] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:00:36 2026] DELETE /v2.0/security-group-rules/1007f099-d781-4570-adef-8dfd4359ec01 => 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: 792/1476] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:36 2026] DELETE /v2.0/networks/38b18798-d058-4060-8db1-a6dbcc5bacf8 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1477] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:36 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-05-12 07:00:36.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-88f8a84d-f7b9-4c29-9e41-d2f7f477e412 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: c8d6692a-ebc7-4358-91e6-b4cd366c0553 2026-05-12 07:00:36.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88f8a84d-f7b9-4c29-9e41-d2f7f477e412 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: c8d6692a-ebc7-4358-91e6-b4cd366c0553 [pid: 8|app: 0|req: 686/1478] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:36 2026] DELETE /v2.0/security-groups/049fbc24-b2fd-437b-867b-9d03e3d810e4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1479] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1480] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1481] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:36 2026] DELETE /v2.0/networks/31bcd057-4179-4be3-bd12-daedbf95c0ed => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:36.893 8 INFO neutron.db.segments_db [None req-c3e9fe09-09eb-4884-97b6-8a97f12625b7 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc of type vxlan for network eb1c35df-8cc8-4a4b-becf-7533e7a16b2d [pid: 7|app: 0|req: 794/1482] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:36 2026] GET /v2.0/ports?device_id=5c00dd2a-5556-4187-ba96-18d2dd0401b5 => 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: 689/1483] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:36 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1484] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:37 2026] POST /v2.0/subnets => generated 646 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:37.357 7 INFO neutron.db.segments_db [None req-37457489-884f-46a5-9ab1-1f5a31554d08 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment 64c57e6e-845b-46d7-8e4b-c803a563d323 of type vxlan for network 4eab9b4e-8d86-4ae6-9cf6-eda871257d71 [pid: 8|app: 0|req: 690/1485] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:37 2026] GET /v2.0/security-groups?tenant_id=9e591e3f6897470bab240429cf51d9f6&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1486] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:37 2026] DELETE /v2.0/security-groups/a345a01a-cdac-437f-814b-38ce14ef92ad => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:37.669 7 INFO neutron.db.l3_hamode_db [None req-37457489-884f-46a5-9ab1-1f5a31554d08 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:37.785 7 INFO neutron.db.l3_hamode_db [None req-37457489-884f-46a5-9ab1-1f5a31554d08 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:37.927 7 INFO neutron.services.segments.plugin [-] Segment 7c6ebe21-4039-4865-a952-a88f17e6351a resource provider aggregate not found 2026-05-12 07:00:37.933 7 INFO neutron.services.segments.plugin [-] Segment 7c6ebe21-4039-4865-a952-a88f17e6351a resource provider aggregate not found 2026-05-12 07:00:37.945 7 INFO neutron.services.segments.plugin [-] Segment 7c6ebe21-4039-4865-a952-a88f17e6351a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c6ebe21-4039-4865-a952-a88f17e6351a found for delete ", "request_id": "req-c4477555-40d4-47b9-8ddb-ab95063422df"}]} 2026-05-12 07:00:37.961 7 INFO neutron.services.segments.plugin [-] Segment 7c6ebe21-4039-4865-a952-a88f17e6351a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c6ebe21-4039-4865-a952-a88f17e6351a found for delete ", "request_id": "req-b87e76ff-cfec-4f0e-b71b-08f48300aca0"}]} 2026-05-12 07:00:37.966 7 INFO neutron.services.segments.plugin [-] Segment ef675bd9-0506-47f7-a33b-92092ad7b8ab resource provider aggregate not found 2026-05-12 07:00:37.987 7 INFO neutron.services.segments.plugin [-] Segment ef675bd9-0506-47f7-a33b-92092ad7b8ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef675bd9-0506-47f7-a33b-92092ad7b8ab found for delete ", "request_id": "req-67f91b53-a99d-4e5d-b685-3b7a59a5ce57"}]} 2026-05-12 07:00:37.991 7 INFO neutron.services.segments.plugin [-] Segment ef675bd9-0506-47f7-a33b-92092ad7b8ab resource provider aggregate not found 2026-05-12 07:00:38.017 7 INFO neutron.services.segments.plugin [-] Segment ef675bd9-0506-47f7-a33b-92092ad7b8ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef675bd9-0506-47f7-a33b-92092ad7b8ab found for delete ", "request_id": "req-0978f54e-4741-44ad-b1c7-64ed6ea7670a"}]} [pid: 8|app: 0|req: 692/1487] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:38 2026] DELETE /v2.0/security-groups/82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:38.210 8 INFO neutron.api.v2.resource [None req-e272d4fd-29bb-4fac-b004-2b986859adca d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1488] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 07:00:38 2026] GET /v2.0/security-groups/82d88ea6-da6c-4b81-b0e5-4c5ac36d7f85 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:38.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e45838c-c55d-42d4-8b58-8bb19ae0b960 d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] TaaS: Handle Delete Port: 49e30a04-5e4b-4871-ab3b-2a9609128cd9 2026-05-12 07:00:38.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e45838c-c55d-42d4-8b58-8bb19ae0b960 d0eeb66e542c413c8b6b876ab1afcd3c 6de6efc55b0d433697d42d8a6e57cca0 - - default default] Tap Mirror: Handle Delete Port: 49e30a04-5e4b-4871-ab3b-2a9609128cd9 [pid: 7|app: 0|req: 796/1489] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:37 2026] POST /v2.0/routers => generated 511 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1490] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:00:38 2026] DELETE /v2.0/floatingips/ff98f789-b6ed-46d3-a64a-66267b17874d => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1491] 10.0.0.46 () {34 vars in 663 bytes} [Tue May 12 07:00:38 2026] POST /v2.0/ports => generated 963 bytes in 374 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-05-12 07:00:38.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-abc48c5f-b5a9-4276-b8f5-340485be240e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 192b1662-9795-42e3-96af-42c85af58a8e 2026-05-12 07:00:38.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abc48c5f-b5a9-4276-b8f5-340485be240e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 192b1662-9795-42e3-96af-42c85af58a8e [pid: 8|app: 0|req: 695/1492] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:38 2026] PUT /v2.0/routers/3caef157-398c-4df3-bc20-6f649dd66b58/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:39.652 8 INFO neutron.db.segments_db [None req-d1e365d7-f4a5-4bfd-ada5-c8a0a37a4c37 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Added segment c9c64370-d701-43d1-b4d7-f5660447effc of type vxlan for network 47dfbb8d-6e66-4399-9124-78c0bbe26903 [pid: 8|app: 0|req: 696/1493] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:39 2026] POST /v2.0/networks => generated 632 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1494] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:38 2026] PUT /v2.0/routers/5db2a41a-98a0-4230-abf2-d96bcd179ce2/add_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 697/1495] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:00:39 2026] POST /v2.0/subnetpools => generated 548 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:40.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-36350535-b312-493b-ad1f-9029217b138f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: ab91d7a7-ceaf-42a0-9b17-545fb0e8890b 2026-05-12 07:00:40.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36350535-b312-493b-ad1f-9029217b138f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: ab91d7a7-ceaf-42a0-9b17-545fb0e8890b [pid: 8|app: 0|req: 698/1496] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:00:39 2026] POST /v2.0/ports => generated 743 bytes in 271 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: 699/1497] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:40 2026] GET /v2.0/ports/81fd9722-4261-41ff-a649-a71713a78e5a => generated 1037 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1498] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:00:40 2026] GET /v2.0/subnetpools/9df446c3-fb60-425f-a640-be7955628493 => generated 548 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:40.226 8 INFO neutron.db.segments_db [None req-f96778f5-ddfb-442f-9558-b907a5352f97 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Added segment 744bb1d9-198b-4376-aab1-033cfaf17e53 of type vxlan for network f47b10b5-76bb-4fa2-a942-023b823f1d11 2026-05-12 07:00:40.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-36350535-b312-493b-ad1f-9029217b138f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: a3924ab2-db09-4397-bad8-73342cd04ebd 2026-05-12 07:00:40.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36350535-b312-493b-ad1f-9029217b138f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: a3924ab2-db09-4397-bad8-73342cd04ebd [pid: 8|app: 0|req: 701/1499] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:40 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:40.586 7 INFO neutron.services.segments.plugin [-] Segment b0e8857c-5828-454d-842d-78623700b5b0 resource provider aggregate not found 2026-05-12 07:00:40.593 7 INFO neutron.services.segments.plugin [-] Segment b0e8857c-5828-454d-842d-78623700b5b0 resource provider aggregate not found 2026-05-12 07:00:40.610 7 INFO neutron.services.segments.plugin [-] Segment b0e8857c-5828-454d-842d-78623700b5b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0e8857c-5828-454d-842d-78623700b5b0 found for delete ", "request_id": "req-9d13e25c-2536-420a-883f-77c23f50d486"}]} 2026-05-12 07:00:40.611 7 INFO neutron.services.segments.plugin [-] Segment b0e8857c-5828-454d-842d-78623700b5b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0e8857c-5828-454d-842d-78623700b5b0 found for delete ", "request_id": "req-adceddb4-ad64-4ec6-9bcb-997047b3bc47"}]} 2026-05-12 07:00:40.629 7 INFO neutron.db.l3_hamode_db [None req-36350535-b312-493b-ad1f-9029217b138f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network 7da73dac-7acc-415a-be75-cdcfe0d690de was deleted as no HA routers are present in tenant 6de6efc55b0d433697d42d8a6e57cca0. [pid: 7|app: 0|req: 799/1500] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:39 2026] DELETE /v2.0/routers/3caef157-398c-4df3-bc20-6f649dd66b58 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:40.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-84409af1-22b8-4e1a-9c57-5356b9604637 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: 81fd9722-4261-41ff-a649-a71713a78e5a 2026-05-12 07:00:40.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84409af1-22b8-4e1a-9c57-5356b9604637 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: 81fd9722-4261-41ff-a649-a71713a78e5a [pid: 7|app: 0|req: 800/1501] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:00:40 2026] PUT /v2.0/subnetpools/9df446c3-fb60-425f-a640-be7955628493 => generated 501 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1502] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:00:40 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 702/1503] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:40 2026] PUT /v2.0/routers/5db2a41a-98a0-4230-abf2-d96bcd179ce2/remove_router_interface => generated 309 bytes in 767 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: 802/1504] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:40 2026] DELETE /v2.0/subnets/fe590a9f-a6b3-4b7e-b4cd-7f2f24c4da71 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1505] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:00:41 2026] DELETE /v2.0/subnetpools/9df446c3-fb60-425f-a640-be7955628493 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:41.177 7 INFO neutron.db.segments_db [None req-3c6a5b41-6932-4a05-9d00-40bf13b71ef4 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Added segment 51f5857e-ae8b-48ce-b042-e520108291de of type vxlan for network b315f91a-65b0-4973-9430-7d3fbaa4187b 2026-05-12 07:00:41.249 8 INFO neutron.api.v2.resource [None req-320ceb58-ed5b-4201-a566-d34112ae5f06 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1506] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:41 2026] PUT /v2.0/routers/5db2a41a-98a0-4230-abf2-d96bcd179ce2/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1507] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:41 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:41.288 7 INFO neutron.api.v2.resource [None req-2034dc09-901f-46da-b929-c46e696a6645 11381e4e9e4a4bc79eba948c3794208a a01d00567f9041bb8eb36873ad657a8c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1508] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:00:41 2026] GET /v2.0/subnetpools/9df446c3-fb60-425f-a640-be7955628493 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1509] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:41 2026] GET /v2.0/ports?device_id=5db2a41a-98a0-4230-abf2-d96bcd179ce2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:41.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bd89b09-7bc7-4d8d-be05-364cd57e1fed abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 071618be-bec1-45a5-965d-4af7f6a2e3fd 2026-05-12 07:00:41.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bd89b09-7bc7-4d8d-be05-364cd57e1fed abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 071618be-bec1-45a5-965d-4af7f6a2e3fd 2026-05-12 07:00:41.516 8 INFO neutron.services.segments.plugin [-] Segment f988a699-7a76-4fde-8b7a-db72b84c6274 resource provider aggregate not found 2026-05-12 07:00:41.521 8 INFO neutron.services.segments.plugin [-] Segment f988a699-7a76-4fde-8b7a-db72b84c6274 resource provider aggregate not found 2026-05-12 07:00:41.536 8 INFO neutron.services.segments.plugin [-] Segment f988a699-7a76-4fde-8b7a-db72b84c6274 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f988a699-7a76-4fde-8b7a-db72b84c6274 found for delete ", "request_id": "req-f45c36c3-1fbb-4ff6-9769-64578465c85c"}]} 2026-05-12 07:00:41.546 8 INFO neutron.services.segments.plugin [-] Segment f988a699-7a76-4fde-8b7a-db72b84c6274 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f988a699-7a76-4fde-8b7a-db72b84c6274 found for delete ", "request_id": "req-28d2649e-3c95-450a-82c7-e67858a6fd79"}]} [pid: 8|app: 0|req: 705/1510] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:41 2026] DELETE /v2.0/networks/8820c44d-803c-4585-b66c-593a9651c031 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:41.555 8 INFO neutron.api.v2.resource [None req-ea6a14b9-1915-4676-9f06-a76f7d36ec4e 11381e4e9e4a4bc79eba948c3794208a a01d00567f9041bb8eb36873ad657a8c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 706/1511] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:00:41 2026] DELETE /v2.0/subnetpools/9df446c3-fb60-425f-a640-be7955628493 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1512] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:00:41 2026] POST /v2.0/ports => generated 743 bytes in 286 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-05-12 07:00:41.650 7 INFO neutron.db.segments_db [None req-19ba5af8-a7fc-43fc-8ab8-3a10aa000f84 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Added segment 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc of type vxlan for network e02e2bf2-1f2e-47c2-b909-0a0d33ea3987 2026-05-12 07:00:41.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d54d5b4-6f5f-492f-acdc-a8291a559579 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: a17ac715-d99a-4582-bc03-093e6dc624c9 [pid: 7|app: 0|req: 807/1513] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:41 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:41.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d54d5b4-6f5f-492f-acdc-a8291a559579 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: a17ac715-d99a-4582-bc03-093e6dc624c9 [pid: 7|app: 0|req: 808/1514] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:41 2026] GET /v2.0/security-groups?tenant_id=6de6efc55b0d433697d42d8a6e57cca0&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: 809/1515] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:00:41 2026] POST /v2.0/ports => generated 743 bytes in 240 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-05-12 07:00:42.077 8 INFO neutron.db.l3_hamode_db [None req-3d54d5b4-6f5f-492f-acdc-a8291a559579 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] HA network 4eab9b4e-8d86-4ae6-9cf6-eda871257d71 was deleted as no HA routers are present in tenant daa87c2bd3c34bf79e2524a73b4eb462. [pid: 8|app: 0|req: 707/1516] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:41 2026] DELETE /v2.0/routers/5db2a41a-98a0-4230-abf2-d96bcd179ce2 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1517] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:42 2026] DELETE /v2.0/security-groups/0fc2bf12-6086-461c-aa3b-97e9bcfa5e61 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:42.136 8 INFO neutron.db.segments_db [None req-65e0dbe0-0522-4488-ae31-a39f00c98284 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Added segment b819674b-a713-411f-842f-309e53ceedd8 of type vxlan for network 031e4868-b311-4489-9db7-df9f2eaddf73 [pid: 8|app: 0|req: 708/1518] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:42 2026] POST /v2.0/networks => generated 631 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1519] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:42 2026] DELETE /v2.0/subnets/7123eb3c-fa66-4d4d-a3ed-1aa887e7e211 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1520] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:42 2026] GET /v2.0/security-groups?tenant_id=a01d00567f9041bb8eb36873ad657a8c&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:42.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d244033-d08d-4065-95e1-1ada866b5e87 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: c1741965-ef92-4760-be56-d0bfb3482f27 2026-05-12 07:00:42.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d244033-d08d-4065-95e1-1ada866b5e87 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: c1741965-ef92-4760-be56-d0bfb3482f27 [pid: 8|app: 0|req: 710/1521] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:00:42 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-12 07:00:42.670 7 INFO neutron.services.segments.plugin [-] Segment 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc resource provider aggregate not found 2026-05-12 07:00:42.677 7 INFO neutron.services.segments.plugin [-] Segment 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc resource provider aggregate not found 2026-05-12 07:00:42.690 7 INFO neutron.services.segments.plugin [-] Segment 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc found for delete ", "request_id": "req-35c62e3b-08bc-4b29-b3f4-80309c593bc0"}]} 2026-05-12 07:00:42.702 7 INFO neutron.services.segments.plugin [-] Segment 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a593fc6-251c-4d59-84a7-c6cc3d2a38dc found for delete ", "request_id": "req-bf94a1ac-1d09-486a-ab96-fc380d3462df"}]} [pid: 7|app: 0|req: 812/1522] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:42 2026] DELETE /v2.0/networks/eb1c35df-8cc8-4a4b-becf-7533e7a16b2d => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1523] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:42 2026] DELETE /v2.0/security-groups/13942e38-616e-45c9-88f2-b95d9f631014 => 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: 813/1524] 10.0.0.46 () {34 vars in 745 bytes} [Tue May 12 07:00:42 2026] PUT /v2.0/ports/fc959d55-e9bc-4c10-b4ef-056b03d0b288/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-12 07:00:42.808 8 INFO neutron.db.segments_db [None req-95cfc848-f0ad-465b-b8d8-4dcef7f071e7 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment aeb26a6d-12e5-4a34-af15-ca674f770b94 of type vxlan for network a6985b76-15d9-4ca0-a808-daf5dcdfb788 [pid: 7|app: 0|req: 814/1525] 10.0.0.46 () {34 vars in 745 bytes} [Tue May 12 07:00:42 2026] PUT /v2.0/ports/9f3b5607-863e-4274-8c86-53d3571c5178/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 712/1526] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:42 2026] POST /v2.0/networks => generated 634 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1527] 10.0.0.46 () {34 vars in 745 bytes} [Tue May 12 07:00:42 2026] PUT /v2.0/ports/49c2d4bc-6686-41ad-b27b-9820643cd301/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 816/1528] 10.0.0.46 () {34 vars in 745 bytes} [Tue May 12 07:00:42 2026] PUT /v2.0/ports/cb3da5c7-a9a5-4735-a924-d4619ff6a4a2/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 817/1529] 10.0.0.46 () {32 vars in 658 bytes} [Tue May 12 07:00:42 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1530] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:42 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1531] 10.0.0.46 () {32 vars in 672 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:43.182 8 INFO neutron.db.segments_db [None req-e27577ef-703f-4584-8b1a-b9fcf69aba4c ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment 53a0de01-966a-47d7-83a5-bfb1b7107848 of type vxlan for network 698600f9-3b21-474a-b47b-72cf8fc44f76 [pid: 7|app: 0|req: 819/1532] 10.0.0.46 () {32 vars in 668 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1533] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1534] 10.0.0.46 () {32 vars in 666 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:43.426 8 INFO neutron.db.l3_hamode_db [None req-e27577ef-703f-4584-8b1a-b9fcf69aba4c ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:43.560 8 INFO neutron.db.l3_hamode_db [None req-e27577ef-703f-4584-8b1a-b9fcf69aba4c ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:43.563 8 INFO neutron.services.segments.plugin [-] Segment 64c57e6e-845b-46d7-8e4b-c803a563d323 resource provider aggregate not found 2026-05-12 07:00:43.568 8 INFO neutron.services.segments.plugin [-] Segment 64c57e6e-845b-46d7-8e4b-c803a563d323 resource provider aggregate not found 2026-05-12 07:00:43.599 8 INFO neutron.services.segments.plugin [-] Segment 64c57e6e-845b-46d7-8e4b-c803a563d323 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64c57e6e-845b-46d7-8e4b-c803a563d323 found for delete ", "request_id": "req-c3263b0f-f2ec-4d27-95a3-0348907f9a6f"}]} 2026-05-12 07:00:43.600 8 INFO neutron.services.segments.plugin [-] Segment 64c57e6e-845b-46d7-8e4b-c803a563d323 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64c57e6e-845b-46d7-8e4b-c803a563d323 found for delete ", "request_id": "req-f81a43fd-65a3-4c50-9407-20d3a73584ff"}]} [pid: 7|app: 0|req: 822/1535] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1536] 10.0.0.46 () {32 vars in 676 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1537] 10.0.0.46 () {32 vars in 688 bytes} [Tue May 12 07:00:43 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:44.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-da124e10-1d0a-4489-9d3e-ff0f6287711b 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] TaaS: Handle Delete Port: fc959d55-e9bc-4c10-b4ef-056b03d0b288 2026-05-12 07:00:44.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da124e10-1d0a-4489-9d3e-ff0f6287711b 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Tap Mirror: Handle Delete Port: fc959d55-e9bc-4c10-b4ef-056b03d0b288 [pid: 8|app: 0|req: 714/1538] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:43 2026] POST /v2.0/routers => generated 510 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1539] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:43 2026] DELETE /v2.0/ports/fc959d55-e9bc-4c10-b4ef-056b03d0b288 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:44.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-075d3ecb-94e6-4a3f-912e-f177ba2d5a8f 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] TaaS: Handle Delete Port: 9f3b5607-863e-4274-8c86-53d3571c5178 2026-05-12 07:00:44.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-075d3ecb-94e6-4a3f-912e-f177ba2d5a8f 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Tap Mirror: Handle Delete Port: 9f3b5607-863e-4274-8c86-53d3571c5178 [pid: 7|app: 0|req: 826/1540] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:44 2026] DELETE /v2.0/ports/9f3b5607-863e-4274-8c86-53d3571c5178 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:44.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-9eccd3f7-af4e-4a73-b079-aa4225c15b93 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] TaaS: Handle Delete Port: 49c2d4bc-6686-41ad-b27b-9820643cd301 2026-05-12 07:00:44.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eccd3f7-af4e-4a73-b079-aa4225c15b93 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Tap Mirror: Handle Delete Port: 49c2d4bc-6686-41ad-b27b-9820643cd301 [pid: 7|app: 0|req: 827/1541] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:44 2026] DELETE /v2.0/ports/49c2d4bc-6686-41ad-b27b-9820643cd301 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:44.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-544f95e8-87e5-42d3-aede-9f2c77be04eb 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] TaaS: Handle Delete Port: cb3da5c7-a9a5-4735-a924-d4619ff6a4a2 2026-05-12 07:00:44.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-544f95e8-87e5-42d3-aede-9f2c77be04eb 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Tap Mirror: Handle Delete Port: cb3da5c7-a9a5-4735-a924-d4619ff6a4a2 [pid: 7|app: 0|req: 828/1542] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:44 2026] DELETE /v2.0/ports/cb3da5c7-a9a5-4735-a924-d4619ff6a4a2 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:44.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-4574ac71-e231-4267-936f-b7c19b5fdca0 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] TaaS: Handle Delete Port: ead7090c-3a3b-490f-bfc5-921566353976 2026-05-12 07:00:44.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4574ac71-e231-4267-936f-b7c19b5fdca0 985072fdaff042c7be3b32b5c43154b1 d78c5e8eb3404897936747973e2f494d - - default default] Tap Mirror: Handle Delete Port: ead7090c-3a3b-490f-bfc5-921566353976 [pid: 7|app: 0|req: 829/1543] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:00:44 2026] DELETE /v2.0/ports/ead7090c-3a3b-490f-bfc5-921566353976 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1544] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:44 2026] PUT /v2.0/routers/f5187788-1866-493b-8abc-041179f1e170/add_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:45.103 7 INFO neutron.services.segments.plugin [-] Segment c9c64370-d701-43d1-b4d7-f5660447effc resource provider aggregate not found [pid: 8|app: 0|req: 716/1545] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:00:45 2026] GET /v2.0/ports/400caa0a-a665-4999-81c1-3d9fbf927485 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:00:45.108 7 INFO neutron.services.segments.plugin [-] Segment c9c64370-d701-43d1-b4d7-f5660447effc resource provider aggregate not found 2026-05-12 07:00:45.128 7 INFO neutron.services.segments.plugin [-] Segment c9c64370-d701-43d1-b4d7-f5660447effc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9c64370-d701-43d1-b4d7-f5660447effc found for delete ", "request_id": "req-c1753c55-7e2e-4057-8fe9-286151c0ab06"}]} [pid: 7|app: 0|req: 830/1546] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:44 2026] DELETE /v2.0/networks/47dfbb8d-6e66-4399-9124-78c0bbe26903 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:45.152 7 INFO neutron.services.segments.plugin [-] Segment c9c64370-d701-43d1-b4d7-f5660447effc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9c64370-d701-43d1-b4d7-f5660447effc found for delete ", "request_id": "req-6a485473-aec6-4661-8d4c-59604969da88"}]} [pid: 7|app: 0|req: 831/1547] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:45 2026] DELETE /v2.0/networks/f47b10b5-76bb-4fa2-a942-023b823f1d11 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1548] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:45 2026] DELETE /v2.0/networks/b315f91a-65b0-4973-9430-7d3fbaa4187b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:45.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b882252-3d07-4c90-8c2a-8b3e03a24eb1 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: 400caa0a-a665-4999-81c1-3d9fbf927485 2026-05-12 07:00:45.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b882252-3d07-4c90-8c2a-8b3e03a24eb1 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: 400caa0a-a665-4999-81c1-3d9fbf927485 [pid: 7|app: 0|req: 833/1549] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:45 2026] DELETE /v2.0/networks/e02e2bf2-1f2e-47c2-b909-0a0d33ea3987 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1550] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:45 2026] DELETE /v2.0/networks/031e4868-b311-4489-9db7-df9f2eaddf73 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1551] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:00:45 2026] PUT /v2.0/routers/f5187788-1866-493b-8abc-041179f1e170/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1552] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:45 2026] GET /v2.0/ports?device_id=f5187788-1866-493b-8abc-041179f1e170 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:46.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-53044aec-6953-4b2c-a801-420be890e718 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: 303d0a3d-52a4-45bf-ad1d-f17373a7e74a 2026-05-12 07:00:46.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53044aec-6953-4b2c-a801-420be890e718 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: 303d0a3d-52a4-45bf-ad1d-f17373a7e74a 2026-05-12 07:00:46.380 8 INFO neutron.services.segments.plugin [-] Segment 53a0de01-966a-47d7-83a5-bfb1b7107848 resource provider aggregate not found 2026-05-12 07:00:46.380 8 INFO neutron.services.segments.plugin [-] Segment 53a0de01-966a-47d7-83a5-bfb1b7107848 resource provider aggregate not found 2026-05-12 07:00:46.401 8 INFO neutron.services.segments.plugin [-] Segment 53a0de01-966a-47d7-83a5-bfb1b7107848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53a0de01-966a-47d7-83a5-bfb1b7107848 found for delete ", "request_id": "req-89f75196-c1d2-446c-9af9-1b4db1d5a2a2"}]} 2026-05-12 07:00:46.403 8 INFO neutron.services.segments.plugin [-] Segment 53a0de01-966a-47d7-83a5-bfb1b7107848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53a0de01-966a-47d7-83a5-bfb1b7107848 found for delete ", "request_id": "req-ca59a39f-6cfa-4170-bac6-19bf0547fc9c"}]} 2026-05-12 07:00:46.405 8 INFO neutron.db.l3_hamode_db [None req-53044aec-6953-4b2c-a801-420be890e718 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] HA network 698600f9-3b21-474a-b47b-72cf8fc44f76 was deleted as no HA routers are present in tenant daa87c2bd3c34bf79e2524a73b4eb462. [pid: 8|app: 0|req: 718/1553] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:45 2026] DELETE /v2.0/routers/f5187788-1866-493b-8abc-041179f1e170 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1554] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:46 2026] DELETE /v2.0/subnets/d8cdea4f-5cb8-4418-a2ed-c0db1a7df38c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1555] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:46 2026] DELETE /v2.0/networks/a6985b76-15d9-4ca0-a808-daf5dcdfb788 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1556] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:46 2026] GET /v2.0/security-groups?tenant_id=d78c5e8eb3404897936747973e2f494d&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:46.729 8 INFO neutron.db.segments_db [None req-b9841a40-3489-43a2-a42d-9fbd6cb4d639 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Added segment 05a6e096-58e4-41fb-8186-324975b2cf4b of type vxlan for network ba5d385a-4aa0-4be1-83a7-0dbeb3cfa7cb [pid: 7|app: 0|req: 838/1557] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:46 2026] DELETE /v2.0/security-groups/c33342a9-5461-4edb-bc83-b955263196bf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:46.989 8 INFO neutron.db.l3_hamode_db [None req-b9841a40-3489-43a2-a42d-9fbd6cb4d639 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 839/1558] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:46 2026] GET /v2.0/security-groups?tenant_id=3b2a4bd663204fbca1df385997df1d5f&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:47.160 7 INFO neutron.services.segments.plugin [-] Segment 744bb1d9-198b-4376-aab1-033cfaf17e53 resource provider aggregate not found 2026-05-12 07:00:47.181 7 INFO neutron.services.segments.plugin [-] Segment 744bb1d9-198b-4376-aab1-033cfaf17e53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744bb1d9-198b-4376-aab1-033cfaf17e53 found for delete ", "request_id": "req-29c3be61-6fe1-4380-94e8-3de3191aedb5"}]} 2026-05-12 07:00:47.189 7 INFO neutron.services.segments.plugin [-] Segment 744bb1d9-198b-4376-aab1-033cfaf17e53 resource provider aggregate not found 2026-05-12 07:00:47.200 7 INFO neutron.services.segments.plugin [-] Segment 51f5857e-ae8b-48ce-b042-e520108291de resource provider aggregate not found 2026-05-12 07:00:47.205 7 INFO neutron.services.segments.plugin [-] Segment 744bb1d9-198b-4376-aab1-033cfaf17e53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744bb1d9-198b-4376-aab1-033cfaf17e53 found for delete ", "request_id": "req-85b1e8a8-53dc-4add-a023-45722fb2bbcd"}]} 2026-05-12 07:00:47.224 7 INFO neutron.services.segments.plugin [-] Segment 51f5857e-ae8b-48ce-b042-e520108291de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51f5857e-ae8b-48ce-b042-e520108291de found for delete ", "request_id": "req-aeec37bc-67d0-4ff5-8a8c-12094d879fb5"}]} 2026-05-12 07:00:47.248 7 INFO neutron.services.segments.plugin [-] Segment 51f5857e-ae8b-48ce-b042-e520108291de resource provider aggregate not found 2026-05-12 07:00:47.253 7 INFO neutron.services.segments.plugin [-] Segment 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc resource provider aggregate not found [pid: 7|app: 0|req: 840/1559] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:47 2026] GET /v2.0/security-groups?tenant_id=e4286b21ac5c4bd089c5b89d92d513e4&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:47.277 7 INFO neutron.services.segments.plugin [-] Segment 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc found for delete ", "request_id": "req-f7a00afe-cd38-4c3c-890b-677e0008fe2f"}]} 2026-05-12 07:00:47.283 7 INFO neutron.services.segments.plugin [-] Segment 51f5857e-ae8b-48ce-b042-e520108291de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51f5857e-ae8b-48ce-b042-e520108291de found for delete ", "request_id": "req-6f5700ad-d417-4012-aa2c-6865003dd798"}]} 2026-05-12 07:00:47.297 7 INFO neutron.services.segments.plugin [-] Segment b819674b-a713-411f-842f-309e53ceedd8 resource provider aggregate not found 2026-05-12 07:00:47.305 7 INFO neutron.services.segments.plugin [-] Segment 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc resource provider aggregate not found 2026-05-12 07:00:47.319 7 INFO neutron.services.segments.plugin [-] Segment b819674b-a713-411f-842f-309e53ceedd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b819674b-a713-411f-842f-309e53ceedd8 found for delete ", "request_id": "req-66ff48fb-179e-4a2b-932e-72d741211e0f"}]} 2026-05-12 07:00:47.324 7 INFO neutron.services.segments.plugin [-] Segment 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cfbfdd0-2ce1-4251-9a77-9e866b7dbfbc found for delete ", "request_id": "req-2b012f71-e2b6-40b4-b359-9113409a9bd8"}]} 2026-05-12 07:00:47.341 7 INFO neutron.services.segments.plugin [-] Segment b819674b-a713-411f-842f-309e53ceedd8 resource provider aggregate not found 2026-05-12 07:00:47.366 7 INFO neutron.services.segments.plugin [-] Segment b819674b-a713-411f-842f-309e53ceedd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b819674b-a713-411f-842f-309e53ceedd8 found for delete ", "request_id": "req-4ce17f14-d1a1-4578-bf6e-400f6c840814"}]} [pid: 7|app: 0|req: 841/1560] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:47 2026] DELETE /v2.0/security-groups/88aa50c3-870b-4235-b746-da03cfc7ce93 => 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: 842/1561] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:47 2026] DELETE /v2.0/security-groups/057d4c34-6f95-4fd3-99d7-d0c012853e3d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:47.687 8 INFO neutron.db.l3_hamode_db [None req-b9841a40-3489-43a2-a42d-9fbd6cb4d639 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 843/1562] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:47 2026] GET /v2.0/security-groups?tenant_id=7a80e40f4e2d46f6a06cfa8883891046&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1563] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:47 2026] GET /v2.0/security-groups?tenant_id=5cec7142926a4cccbf9c9dfaa036fbc2&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1564] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:47 2026] GET /v2.0/security-groups?tenant_id=0986e25e543b4d4ba49d289a34bc226f&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1565] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:47 2026] DELETE /v2.0/security-groups/144901b7-5e7d-4165-b22c-7b34f269e6f7 => 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: 847/1566] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:47 2026] DELETE /v2.0/security-groups/9d481aca-b733-4055-a33e-040725eeec41 => 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: 848/1567] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:48 2026] DELETE /v2.0/security-groups/5a41aad7-5706-4d08-98a6-4e46e210dd00 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1568] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:48 2026] GET /v2.0/security-groups?tenant_id=0980ca11eab9498ca81a790d93c49c2a&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1569] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:48 2026] DELETE /v2.0/security-groups/5bdd5ddf-49e7-4346-a91d-c62ecfa4473e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:48.417 8 INFO neutron.services.segments.plugin [-] Segment aeb26a6d-12e5-4a34-af15-ca674f770b94 resource provider aggregate not found 2026-05-12 07:00:48.423 8 INFO neutron.services.segments.plugin [-] Segment aeb26a6d-12e5-4a34-af15-ca674f770b94 resource provider aggregate not found 2026-05-12 07:00:48.439 8 INFO neutron.services.segments.plugin [-] Segment aeb26a6d-12e5-4a34-af15-ca674f770b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeb26a6d-12e5-4a34-af15-ca674f770b94 found for delete ", "request_id": "req-a52ad481-a92c-44ea-a730-6010356fe712"}]} 2026-05-12 07:00:48.453 8 INFO neutron.services.segments.plugin [-] Segment aeb26a6d-12e5-4a34-af15-ca674f770b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeb26a6d-12e5-4a34-af15-ca674f770b94 found for delete ", "request_id": "req-46384387-970b-4f66-93fb-788cdf899196"}]} [pid: 8|app: 0|req: 720/1570] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:46 2026] POST /v2.0/routers => generated 691 bytes in 1802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1571] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:00:48 2026] GET /v2.0/routers/95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 697 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1572] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:00:48 2026] GET /v2.0/routers => generated 700 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1573] 10.0.0.46 () {34 vars in 739 bytes} [Tue May 12 07:00:48 2026] PUT /v2.0/routers/95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 704 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1574] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:00:49 2026] GET /v2.0/routers/95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 704 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1575] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:49 2026] GET /v2.0/ports?device_id=95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:49.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-04b3c402-e09a-407d-b725-e36c72ea9f9a ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: 69b434f0-468f-4916-9cdf-7a6123b43922 2026-05-12 07:00:49.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b3c402-e09a-407d-b725-e36c72ea9f9a ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: 69b434f0-468f-4916-9cdf-7a6123b43922 2026-05-12 07:00:50.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-04b3c402-e09a-407d-b725-e36c72ea9f9a ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] TaaS: Handle Delete Port: 9ca129b2-d289-42e8-ae23-967258d11645 2026-05-12 07:00:50.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b3c402-e09a-407d-b725-e36c72ea9f9a ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] Tap Mirror: Handle Delete Port: 9ca129b2-d289-42e8-ae23-967258d11645 2026-05-12 07:00:50.349 8 INFO neutron.db.l3_hamode_db [None req-04b3c402-e09a-407d-b725-e36c72ea9f9a ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] HA network ba5d385a-4aa0-4be1-83a7-0dbeb3cfa7cb was deleted as no HA routers are present in tenant daa87c2bd3c34bf79e2524a73b4eb462. [pid: 8|app: 0|req: 723/1576] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:49 2026] DELETE /v2.0/routers/95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 0 bytes in 1144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1577] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:50 2026] GET /v2.0/ports?device_id=95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:50.407 8 INFO neutron.api.v2.resource [None req-12326e6f-c185-48ba-ba2b-7e8edec6e05b ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 724/1578] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/routers/95a61df0-1be4-4aea-8259-26e11cd7bb8f => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1579] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:50 2026] GET /v2.0/ports?device_id=f5187788-1866-493b-8abc-041179f1e170 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:50.453 8 INFO neutron.api.v2.resource [None req-216bb3e4-9d4e-426d-9088-6c3a3d455439 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 725/1580] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/routers/f5187788-1866-493b-8abc-041179f1e170 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:50.464 8 INFO neutron.services.segments.plugin [-] Segment 05a6e096-58e4-41fb-8186-324975b2cf4b resource provider aggregate not found 2026-05-12 07:00:50.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b957c9a0-4ae2-4470-91c1-4eef2bd24123 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-12 07:00:50.474 8 INFO neutron.services.segments.plugin [-] Segment 05a6e096-58e4-41fb-8186-324975b2cf4b resource provider aggregate not found [pid: 7|app: 0|req: 856/1581] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/subnets/d8cdea4f-5cb8-4418-a2ed-c0db1a7df38c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:50.479 8 INFO neutron.services.segments.plugin [-] Segment 05a6e096-58e4-41fb-8186-324975b2cf4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05a6e096-58e4-41fb-8186-324975b2cf4b found for delete ", "request_id": "req-50554e0d-1c56-4a08-8499-93c4d87bf0b4"}]} 2026-05-12 07:00:50.495 8 INFO neutron.services.segments.plugin [-] Segment 05a6e096-58e4-41fb-8186-324975b2cf4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05a6e096-58e4-41fb-8186-324975b2cf4b found for delete ", "request_id": "req-1bbca76e-991a-4806-9c4a-283d8135ca2c"}]} [pid: 8|app: 0|req: 726/1582] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:50 2026] GET /v2.0/ports?device_id=5db2a41a-98a0-4230-abf2-d96bcd179ce2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:50.517 7 INFO neutron.api.v2.resource [None req-39a36dca-370b-4a49-904c-9e01f10d84ed ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1583] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/routers/5db2a41a-98a0-4230-abf2-d96bcd179ce2 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:50.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3a47979-ed2b-463f-850c-fc2ca5997547 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1584] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/subnets/7123eb3c-fa66-4d4d-a3ed-1aa887e7e211 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1585] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:00:50 2026] GET /v2.0/ports?device_id=c9a41185-0550-4ed9-9150-3f4a3f492874 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:50.581 8 INFO neutron.api.v2.resource [None req-e58f0129-a11c-4df3-abe3-585b04a022c1 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 728/1586] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/routers/c9a41185-0550-4ed9-9150-3f4a3f492874 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:50.601 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4c1b908-0cc0-4e13-9e79-ec39c1f609d5 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1587] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/subnets/c33c5474-60cf-4119-abe9-09bcce181cb2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:00:50.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bce76fc7-6989-45f7-a1ac-01375ca273a3 ea02364cd3c642869e8a193e40702201 daa87c2bd3c34bf79e2524a73b4eb462 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1588] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:50 2026] DELETE /v2.0/subnets/9429f70f-4727-4e68-8fa3-30603a43a717 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1591] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:51 2026] GET /v2.0/security-groups?tenant_id=daa87c2bd3c34bf79e2524a73b4eb462&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1592] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:51 2026] DELETE /v2.0/security-groups/7c612848-a6bf-44db-afa6-4d20261058d9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:51.503 8 INFO neutron.db.segments_db [None req-7e23d09a-954c-431c-aeca-48bafec4ca9b 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Added segment 89edd488-bd2b-4645-8ce1-e20fb3d383bc of type vxlan for network 712dd1e9-a11f-4a1a-86f8-380c4a20498e [pid: 8|app: 0|req: 731/1593] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 07:00:51 2026] POST /v2.0/networks => generated 633 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:51.662 7 INFO neutron.db.segments_db [None req-819e8a5f-ec86-4679-9617-17489b975bf2 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Added segment 6c404b7c-a05b-4236-bcbc-eff614b962ec of type vxlan for network e8ae0005-16b8-42a3-8651-614b1daf3a13 2026-05-12 07:00:51.874 7 INFO neutron.db.l3_hamode_db [None req-819e8a5f-ec86-4679-9617-17489b975bf2 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:00:52.384 8 INFO neutron.db.segments_db [None req-7733b10c-238e-49d8-9667-6a826ef432a7 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] Added segment bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 of type vxlan for network 7515be0e-2b46-4b30-874e-eb936eef0838 [pid: 8|app: 0|req: 732/1594] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:52 2026] POST /v2.0/networks => generated 631 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:52.567 7 INFO neutron.db.l3_hamode_db [None req-819e8a5f-ec86-4679-9617-17489b975bf2 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 733/1595] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:52 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:52.807 8 INFO neutron.db.segments_db [None req-076e68e0-6b91-4608-8c77-b9e84a3e1af8 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] Added segment 1f30606f-3464-49cd-aeae-f9546505a69c of type vxlan for network 66d1d883-0b25-40a7-bbe3-026b564c60c3 [pid: 8|app: 0|req: 734/1596] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:52 2026] POST /v2.0/networks => generated 632 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1597] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:52 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:53.211 8 INFO neutron.db.segments_db [None req-626f16b0-e2b1-43d7-a399-947fd4cf1f7b 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] Added segment cd0ec319-9a83-438d-85bc-768c58d7cace of type vxlan for network 726d6efa-a196-4324-ae37-1c15c71bca52 [pid: 8|app: 0|req: 736/1598] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:53 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1599] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:51 2026] POST /v2.0/routers => generated 694 bytes in 1877 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1600] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:53 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1601] 10.0.0.46 () {32 vars in 774 bytes} [Tue May 12 07:00:53 2026] GET /v2.0/subnets?project_id=c63123df901e411ba89db0122b39c406&cidr=10.100.0.0%2F28 => generated 14 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:53.843 8 INFO neutron.db.segments_db [None req-9b5eaf5e-c7ef-4a29-8881-61f0535ba503 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] Added segment 34edac78-b998-4799-9bbc-1c6edfa88903 of type vxlan for network 469d9c30-39b9-4c99-bae3-ada89adf92cb [pid: 7|app: 0|req: 864/1602] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:00:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1603] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:53 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1604] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:00:53 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1605] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:53 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1606] 10.0.0.46 () {32 vars in 782 bytes} [Tue May 12 07:00:53 2026] GET /v2.0/subnets?network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3&cidr=10.100.0.0%2F28 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1607] 10.0.0.46 () {34 vars in 756 bytes} [Tue May 12 07:00:53 2026] PUT /v2.0/security-groups/68e0fda1-6e23-429d-91eb-973b560c07ef => generated 1661 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1608] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:53 2026] POST /v2.0/subnets => generated 629 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1609] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 07:00:54 2026] GET /v2.0/security-groups/68e0fda1-6e23-429d-91eb-973b560c07ef => generated 1661 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:54.233 7 INFO neutron.db.segments_db [None req-e36aedf3-a8c2-44b5-8e61-c612d7323f22 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] Added segment e9954de4-8be7-407c-8a88-ab8d69bbd632 of type vxlan for network 82b89e1c-ef58-410f-8959-d7569199f60d [pid: 8|app: 0|req: 743/1610] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:54 2026] POST /v2.0/subnets => generated 657 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1611] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:54 2026] DELETE /v2.0/security-groups/68e0fda1-6e23-429d-91eb-973b560c07ef => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1612] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:00:54 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1613] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1614] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:54 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:54.564 7 INFO neutron.api.v2.resource [None req-ea6a3e30-dc9e-47d4-b200-a8b82d49e657 f4584c495e334903a640df8364429430 8c4f105b7abf4066bff73123b5a1c2fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1615] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:54 2026] DELETE /v2.0/security-groups/68e0fda1-6e23-429d-91eb-973b560c07ef => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1616] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:00:54 2026] PUT /v2.0/subnets/f918b7c5-bc94-4dc1-afd6-38d0f5ead9ca/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1617] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:00:54 2026] POST /v2.0/security-groups => generated 1625 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1618] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:00:54 2026] PUT /v2.0/subnets/37217e38-58d3-4ad0-9438-401e274fd191/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1619] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:54 2026] GET /v2.0/security-groups?tenant_id=76cd28b6db1440ad854e967f68392725&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1620] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1621] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:00:55 2026] PUT /v2.0/subnets/727726e8-e0e3-4f8c-84c6-41807e1c76fb/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1622] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:55 2026] DELETE /v2.0/security-groups/0d38315d-4625-4255-81f9-4cb3778c36df => 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: 879/1623] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/security-group-rules/28de233f-c9c3-43ca-b3cf-c71b884db20b => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1624] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:00:55 2026] PUT /v2.0/subnets/b344d865-5f90-4734-8b78-61a31ff3d873/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1625] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1626] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:00:54 2026] PUT /v2.0/routers/7a62c682-228c-4f41-ba51-b6e56b1f94f6/add_router_interface => generated 309 bytes in 1276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1627] 10.0.0.46 () {32 vars in 662 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1628] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/security-groups?tenant_id=11335d0a8054438e9a11eed80369834c&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1629] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:00:55 2026] DELETE /v2.0/security-group-rules/28de233f-c9c3-43ca-b3cf-c71b884db20b => 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: 884/1630] 10.0.0.46 () {32 vars in 676 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1631] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/networks => generated 7314 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1632] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1633] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:55 2026] DELETE /v2.0/security-groups/905beb5d-7a9d-49d4-853d-2cde67bf931f => 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: 749/1634] 10.0.0.46 () {32 vars in 672 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1635] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/subnets => generated 5821 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1636] 10.0.0.46 () {32 vars in 684 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1637] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1638] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:00:55 2026] GET /v2.0/routers => generated 737 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1639] 10.0.0.46 () {32 vars in 670 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1640] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/security-group-rules/fb2e43d0-d242-4059-89f8-7417e949ec3d => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1641] 10.0.0.46 () {32 vars in 684 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1642] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1643] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/security-group-rules/fb2e43d0-d242-4059-89f8-7417e949ec3d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1644] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1645] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 07:00:56 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1646] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1647] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:56 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: 755/1648] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1649] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/subnets/f918b7c5-bc94-4dc1-afd6-38d0f5ead9ca => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1650] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1651] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/subnets/37217e38-58d3-4ad0-9438-401e274fd191 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1652] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00: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: 8|app: 0|req: 758/1653] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/security-group-rules/df08cb27-c65f-46d2-9619-b36361107b63 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1654] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:56 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: 896/1655] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/subnets/727726e8-e0e3-4f8c-84c6-41807e1c76fb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1656] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1657] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1658] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/security-group-rules/df08cb27-c65f-46d2-9619-b36361107b63 => 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: 761/1659] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/subnets/b344d865-5f90-4734-8b78-61a31ff3d873 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:56.914 7 INFO neutron.db.securitygroups_db [None req-7a375218-4359-452d-ac8d-c36cca02c98c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Project c63123df901e411ba89db0122b39c406 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: 762/1660] 10.0.0.46 () {32 vars in 671 bytes} [Tue May 12 07:00:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1661] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1662] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/subnets/218cca15-c768-429e-892d-524ac204c31f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1663] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:56 2026] DELETE /v2.0/security-groups/5a712a25-4441-4f4f-9df4-da73a9bb5ca0 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:00:57.098 8 INFO neutron.db.securitygroups_db [None req-acf5100b-01fc-47ac-8c65-dc0fc8fb16ab 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Project c63123df901e411ba89db0122b39c406 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-12 07:00:57.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6732e76-3d04-4660-92d9-ef9bf7bf8e1c 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] TaaS: Handle Delete Port: f1ebdf20-eac4-40f8-8076-c1581ee6f081 [pid: 8|app: 0|req: 764/1664] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:00:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:00:57.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6732e76-3d04-4660-92d9-ef9bf7bf8e1c 9faa1350307c4ef792d400a0808ec2f8 684a62adcc3d42a7bdce0f635610bb22 - - default default] Tap Mirror: Handle Delete Port: f1ebdf20-eac4-40f8-8076-c1581ee6f081 [pid: 8|app: 0|req: 765/1665] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1666] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:57.362 7 INFO neutron.services.segments.plugin [-] Segment bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 resource provider aggregate not found 2026-05-12 07:00:57.364 7 INFO neutron.services.segments.plugin [-] Segment bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 resource provider aggregate not found 2026-05-12 07:00:57.391 7 INFO neutron.services.segments.plugin [-] Segment bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 found for delete ", "request_id": "req-8ab93892-165d-4058-aa46-7bbe28e44b52"}]} 2026-05-12 07:00:57.399 7 INFO neutron.services.segments.plugin [-] Segment bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcc61a21-4a3c-46b5-ac2a-ff48a3b95ad0 found for delete ", "request_id": "req-2e42ce72-b41f-4c17-bc6d-93e6abea6411"}]} [pid: 7|app: 0|req: 901/1667] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:57 2026] DELETE /v2.0/networks/7515be0e-2b46-4b30-874e-eb936eef0838 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:00:57.521 8 INFO neutron.services.segments.plugin [-] Segment 1f30606f-3464-49cd-aeae-f9546505a69c resource provider aggregate not found 2026-05-12 07:00:57.529 8 INFO neutron.services.segments.plugin [-] Segment 1f30606f-3464-49cd-aeae-f9546505a69c resource provider aggregate not found 2026-05-12 07:00:57.545 8 INFO neutron.services.segments.plugin [-] Segment 1f30606f-3464-49cd-aeae-f9546505a69c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f30606f-3464-49cd-aeae-f9546505a69c found for delete ", "request_id": "req-c0abc974-22bc-4628-9462-7a1e4659887b"}]} 2026-05-12 07:00:57.548 8 INFO neutron.services.segments.plugin [-] Segment 1f30606f-3464-49cd-aeae-f9546505a69c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f30606f-3464-49cd-aeae-f9546505a69c found for delete ", "request_id": "req-cb55fc83-427d-40d3-8753-dc30631aa0ee"}]} [pid: 8|app: 0|req: 767/1668] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:57 2026] DELETE /v2.0/networks/66d1d883-0b25-40a7-bbe3-026b564c60c3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1669] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/networks => generated 1298 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1670] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:57 2026] DELETE /v2.0/networks/726d6efa-a196-4324-ae37-1c15c71bca52 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1671] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/security-groups?tenant_id=8c4f105b7abf4066bff73123b5a1c2fe&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1672] 10.0.0.24 () {34 vars in 1098 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1341404883&fields=id&tenant_id=c63123df901e411ba89db0122b39c406 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1673] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:57 2026] DELETE /v2.0/networks/469d9c30-39b9-4c99-bae3-ada89adf92cb => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1674] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:57 2026] DELETE /v2.0/security-groups/307e3345-14c3-47c0-af70-5447e148d67e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1675] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1676] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/quotas/c63123df901e411ba89db0122b39c406 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1677] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:00:57 2026] DELETE /v2.0/networks/82b89e1c-ef58-410f-8959-d7569199f60d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1678] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:00:57 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&fields=id => generated 57 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1679] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:00:58 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 775/1680] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:00:58 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1681] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:58 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 776/1682] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:58 2026] GET /v2.0/security-groups?tenant_id=0c1407c440bf40e7baf8339162b8af9c&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1683] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:59 2026] DELETE /v2.0/security-groups/0d2fec3a-c78b-4249-831d-cfa432eef862 => 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: 777/1684] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:00:59 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:00:59.421 7 INFO neutron.services.segments.plugin [-] Segment 34edac78-b998-4799-9bbc-1c6edfa88903 resource provider aggregate not found 2026-05-12 07:00:59.433 7 INFO neutron.services.segments.plugin [-] Segment 34edac78-b998-4799-9bbc-1c6edfa88903 resource provider aggregate not found 2026-05-12 07:00:59.460 7 INFO neutron.services.segments.plugin [-] Segment 34edac78-b998-4799-9bbc-1c6edfa88903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34edac78-b998-4799-9bbc-1c6edfa88903 found for delete ", "request_id": "req-10ce5e89-7ac0-4c9f-a4a5-df6497a7b03a"}]} 2026-05-12 07:00:59.471 7 INFO neutron.services.segments.plugin [-] Segment 34edac78-b998-4799-9bbc-1c6edfa88903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34edac78-b998-4799-9bbc-1c6edfa88903 found for delete ", "request_id": "req-2ee79fa9-c724-4e9c-896f-29551dc4b586"}]} 2026-05-12 07:00:59.481 7 INFO neutron.services.segments.plugin [-] Segment e9954de4-8be7-407c-8a88-ab8d69bbd632 resource provider aggregate not found 2026-05-12 07:00:59.497 7 INFO neutron.services.segments.plugin [-] Segment e9954de4-8be7-407c-8a88-ab8d69bbd632 resource provider aggregate not found 2026-05-12 07:00:59.501 7 INFO neutron.services.segments.plugin [-] Segment e9954de4-8be7-407c-8a88-ab8d69bbd632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9954de4-8be7-407c-8a88-ab8d69bbd632 found for delete ", "request_id": "req-770ffa4b-7454-4bb8-902f-de5e77586099"}]} 2026-05-12 07:00:59.522 7 INFO neutron.services.segments.plugin [-] Segment e9954de4-8be7-407c-8a88-ab8d69bbd632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9954de4-8be7-407c-8a88-ab8d69bbd632 found for delete ", "request_id": "req-48dacf5f-057a-4de1-94ee-cae44518a083"}]} 2026-05-12 07:00:59.567 8 INFO neutron.services.segments.plugin [-] Segment cd0ec319-9a83-438d-85bc-768c58d7cace resource provider aggregate not found 2026-05-12 07:00:59.575 8 INFO neutron.services.segments.plugin [-] Segment cd0ec319-9a83-438d-85bc-768c58d7cace resource provider aggregate not found 2026-05-12 07:00:59.589 8 INFO neutron.services.segments.plugin [-] Segment cd0ec319-9a83-438d-85bc-768c58d7cace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd0ec319-9a83-438d-85bc-768c58d7cace found for delete ", "request_id": "req-1582413b-f525-47e7-ae5b-e86be0ea5cd4"}]} 2026-05-12 07:00:59.590 8 INFO neutron.services.segments.plugin [-] Segment cd0ec319-9a83-438d-85bc-768c58d7cace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd0ec319-9a83-438d-85bc-768c58d7cace found for delete ", "request_id": "req-a3d198d5-ffae-42f2-9bee-37cc07fbedc2"}]} [pid: 7|app: 0|req: 908/1685] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:59 2026] GET /v2.0/security-groups?tenant_id=d6fd36a2a2184c30b68eee78abe7ea37&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1686] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:59 2026] DELETE /v2.0/security-groups/38a67da9-2298-4bb7-91ad-54dee3c3a554 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1687] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:59 2026] GET /v2.0/security-groups?tenant_id=684a62adcc3d42a7bdce0f635610bb22&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:00:59.907 7 INFO neutron.db.segments_db [None req-30ca4d4c-c107-4f73-a9b2-941f1679c25b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment e8b6c4ff-d389-40f9-bb2c-b899e116b04c of type vxlan for network e8bb1973-2433-44e7-a2b1-e749a29984ee [pid: 8|app: 0|req: 780/1688] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:00:59 2026] DELETE /v2.0/security-groups/53bcb801-4503-4599-982d-1b120ba5b9e5 => 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: 909/1689] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 07:00:59 2026] POST /v2.0/networks => generated 739 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1690] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:00:59 2026] GET /v2.0/security-groups?tenant_id=6e673ddafefa47498587da633e6655b0&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1691] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:00:59 2026] POST /v2.0/subnets => generated 687 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:00.218 7 INFO neutron.db.segments_db [None req-50c774ae-add0-4eea-8492-88883b3495b3 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment a95b923d-bb9b-4977-9c19-d0e6eaaa2396 of type vxlan for network e1612c7a-2dcf-42ba-b057-9443d42b1e07 [pid: 8|app: 0|req: 782/1692] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:00 2026] DELETE /v2.0/security-groups/761fe68c-aff0-46d3-802f-67d9f202f163 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:01:00.423 7 INFO neutron.db.l3_hamode_db [None req-50c774ae-add0-4eea-8492-88883b3495b3 abdb70ce27e64439b2dcee73f3d5f1eb 237c5b0d98374ca29f5c2d29654c250c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 783/1693] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:00 2026] GET /v2.0/security-groups?tenant_id=3e50df21396c452cb83b3cd545f521a5&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1694] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:00 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1695] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:00 2026] DELETE /v2.0/security-groups/f28ed120-4ac1-4410-8f96-42998bd2055b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:01:01.051 7 INFO neutron.db.l3_hamode_db [None req-50c774ae-add0-4eea-8492-88883b3495b3 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 786/1696] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:01 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 911/1697] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:00 2026] POST /v2.0/routers => generated 727 bytes in 1848 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1698] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:02 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 913/1699] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:02 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1700] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 07:01:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c63123df901e411ba89db0122b39c406 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1701] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:01:02 2026] POST /v2.0/ports => generated 954 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1702] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:01:02 2026] PUT /v2.0/routers/04feec8c-4841-4616-affb-4e6e40511f47/add_router_interface => generated 309 bytes in 1216 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: 916/1703] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:03 2026] GET /v2.0/security-groups?tenant_id=93817c5b39784654a8d65b1386d804b3&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:03.508 8 INFO neutron.db.segments_db [None req-ea4514ae-f429-4397-8c29-3a9663e7b6cb e2d64f2a68c843ff8e293392a7efa9f6 fc280f7682924d749574a64f48e38193 - - default default] Added segment 90000e37-6507-4dea-b3e9-93bfc896cbd2 of type vxlan for network 97b79662-69fb-4129-8838-111241bbfbd7 [pid: 8|app: 0|req: 788/1704] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:03 2026] POST /v2.0/networks => generated 632 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1705] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:03 2026] DELETE /v2.0/security-groups/925c8cb7-0e6b-42cc-bb81-960880587ab0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1706] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:01:03 2026] PUT /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1707] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:03 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 792/1708] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:03 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1709] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:01:03 2026] PUT /v2.0/ports/d7f37762-ad2a-490c-9218-79235aa84a14 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 793/1710] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:03 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:03.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e6a956e-9191-4d98-aabb-36ba53282f6d'] response: {'name': 'network-changed', 'server_uuid': 'b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a', 'tag': 'd7f37762-ad2a-490c-9218-79235aa84a14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 918/1711] 10.0.0.46 () {34 vars in 762 bytes} [Tue May 12 07:01:03 2026] PUT /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1712] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:03 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/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: 919/1713] 10.0.0.46 () {34 vars in 758 bytes} [Tue May 12 07:01:04 2026] PUT /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1714] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1715] 10.0.0.46 () {34 vars in 780 bytes} [Tue May 12 07:01:04 2026] PUT /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/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: 8|app: 0|req: 796/1716] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1717] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:01:04 2026] PUT /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1718] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1719] 10.0.0.46 () {32 vars in 739 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1720] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:04.521 7 INFO neutron.api.v2.resource [None req-39fcf1fb-cfb5-42d9-ba9e-a915391c67a9 e2d64f2a68c843ff8e293392a7efa9f6 fc280f7682924d749574a64f48e38193 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 923/1721] 10.0.0.46 () {32 vars in 743 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1722] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks?tenant_id=c63123df901e411ba89db0122b39c406&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1723] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:01:04 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: 924/1724] 10.0.0.46 () {32 vars in 742 bytes} [Tue May 12 07:01:04 2026] DELETE /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1725] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:04.720 7 INFO neutron.api.v2.resource [None req-f6693170-2b3c-47e6-bf50-ede505a500f3 e2d64f2a68c843ff8e293392a7efa9f6 fc280f7682924d749574a64f48e38193 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 925/1726] 10.0.0.46 () {32 vars in 746 bytes} [Tue May 12 07:01:04 2026] DELETE /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1727] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:01:04 2026] DELETE /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => 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: 926/1728] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:01:04 2026] GET /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:04.974 8 INFO neutron.services.segments.plugin [-] Segment 90000e37-6507-4dea-b3e9-93bfc896cbd2 resource provider aggregate not found 2026-05-12 07:01:04.975 8 INFO neutron.services.segments.plugin [-] Segment 90000e37-6507-4dea-b3e9-93bfc896cbd2 resource provider aggregate not found 2026-05-12 07:01:04.991 8 INFO neutron.services.segments.plugin [-] Segment 90000e37-6507-4dea-b3e9-93bfc896cbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90000e37-6507-4dea-b3e9-93bfc896cbd2 found for delete ", "request_id": "req-a4f4daec-7519-40bc-a0db-2fd24ada54c7"}]} 2026-05-12 07:01:04.992 8 INFO neutron.services.segments.plugin [-] Segment 90000e37-6507-4dea-b3e9-93bfc896cbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90000e37-6507-4dea-b3e9-93bfc896cbd2 found for delete ", "request_id": "req-7143c7da-d932-44d3-967c-511f31f9c32a"}]} [pid: 8|app: 0|req: 803/1729] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:04 2026] DELETE /v2.0/networks/97b79662-69fb-4129-8838-111241bbfbd7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1730] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1731] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&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: 928/1732] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/networks?id=e8bb1973-2433-44e7-a2b1-e749a29984ee => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1733] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/quotas/237c5b0d98374ca29f5c2d29654c250c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1734] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1735] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/ports?tenant_id=237c5b0d98374ca29f5c2d29654c250c&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:05.787 8 INFO neutron.db.segments_db [None req-e54566f9-3aaa-45a2-8f90-7a637dcc41aa 6524c2c7c5ca406e9dbe0139184f6183 a192525c7fe543b8be8b3a97628003b8 - - default default] Added segment 5b8a1633-30c8-4212-848a-ef9ed5d85711 of type vxlan for network c5bf3e51-ea6e-49b0-bde0-4b19f52104a9 [pid: 8|app: 0|req: 805/1736] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:05 2026] POST /v2.0/networks => generated 643 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1737] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/security-groups?tenant_id=39d1950e10004fd3a2a6b6756dcbe7be&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: 806/1738] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7f37762-ad2a-490c-9218-79235aa84a14 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1739] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/subnets?id=06f149f8-4b73-4574-9e96-19a11f0e2774 => generated 678 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1740] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/networks/e8bb1973-2433-44e7-a2b1-e749a29984ee?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: 808/1741] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:05 2026] DELETE /v2.0/security-groups/a4d010fc-eb73-434a-8059-22122c2595c6 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1742] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:05 2026] GET /v2.0/ports?network_id=712dd1e9-a11f-4a1a-86f8-380c4a20498e&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1743] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/networks/e8bb1973-2433-44e7-a2b1-e749a29984ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1746] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1747] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1748] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/security-groups?tenant_id=fc280f7682924d749574a64f48e38193&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1749] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:05 2026] POST /v2.0/subnets => generated 641 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1750] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:06.263 7 INFO neutron.db.segments_db [None req-c3bfcd57-840f-450b-ad60-3f5d739d38be 6524c2c7c5ca406e9dbe0139184f6183 a192525c7fe543b8be8b3a97628003b8 - - default default] Added segment ff0f64b7-b8b1-4154-a532-825e29b13cbf of type vxlan for network 260b3ed0-8594-4eaf-942c-1d754497b40e [pid: 8|app: 0|req: 816/1751] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:06 2026] DELETE /v2.0/security-groups/17b5190a-2763-4c4b-9c18-cde1afdd5723 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1752] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1753] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:06 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&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: 936/1754] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:06 2026] POST /v2.0/networks => generated 644 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1755] 10.0.0.46 () {34 vars in 741 bytes} [Tue May 12 07:01:06 2026] PUT /v2.0/networks/260b3ed0-8594-4eaf-942c-1d754497b40e => generated 592 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1756] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:06 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1757] 10.0.0.46 () {34 vars in 739 bytes} [Tue May 12 07:01:06 2026] PUT /v2.0/subnets/ba41e59f-e515-41ec-a09f-636dab89bee2 => generated 636 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:07.044 7 INFO neutron.services.segments.plugin [-] Segment ff0f64b7-b8b1-4154-a532-825e29b13cbf resource provider aggregate not found 2026-05-12 07:01:07.053 7 INFO neutron.services.segments.plugin [-] Segment ff0f64b7-b8b1-4154-a532-825e29b13cbf resource provider aggregate not found 2026-05-12 07:01:07.070 7 INFO neutron.services.segments.plugin [-] Segment ff0f64b7-b8b1-4154-a532-825e29b13cbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff0f64b7-b8b1-4154-a532-825e29b13cbf found for delete ", "request_id": "req-2cb8250d-a883-48b8-81fc-071463181d44"}]} 2026-05-12 07:01:07.071 7 INFO neutron.services.segments.plugin [-] Segment ff0f64b7-b8b1-4154-a532-825e29b13cbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff0f64b7-b8b1-4154-a532-825e29b13cbf found for delete ", "request_id": "req-9f1e4671-4b1a-47b0-985c-74337f6d5de6"}]} [pid: 7|app: 0|req: 938/1758] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:06 2026] DELETE /v2.0/networks/260b3ed0-8594-4eaf-942c-1d754497b40e => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:01:07.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3425a8b7-869a-4f60-a8ab-36a468b5e2bf 6524c2c7c5ca406e9dbe0139184f6183 a192525c7fe543b8be8b3a97628003b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 821/1759] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:07 2026] DELETE /v2.0/networks/260b3ed0-8594-4eaf-942c-1d754497b40e => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1760] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1761] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/subnets?network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1762] 10.0.0.46 () {32 vars in 651 bytes} [Tue May 12 07:01:07 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: 823/1763] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/networks => generated 1308 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1764] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1765] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 824/1766] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/networks/c5bf3e51-ea6e-49b0-bde0-4b19f52104a9 => generated 668 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1767] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/subnets/ece13edb-7f80-46c9-919a-f21eeae3c2f1 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1768] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:07.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac148da7-00cc-4184-9a51-d2041f968251 6524c2c7c5ca406e9dbe0139184f6183 a192525c7fe543b8be8b3a97628003b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 826/1769] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:07 2026] DELETE /v2.0/subnets/ba41e59f-e515-41ec-a09f-636dab89bee2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:01:07.469 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f707787-2c2a-44a1-9eac-2f764edad5a2 6524c2c7c5ca406e9dbe0139184f6183 a192525c7fe543b8be8b3a97628003b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1770] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:07 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&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: 827/1771] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:07 2026] DELETE /v2.0/networks/260b3ed0-8594-4eaf-942c-1d754497b40e => 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: 945/1772] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:07 2026] DELETE /v2.0/subnets/ece13edb-7f80-46c9-919a-f21eeae3c2f1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:01:07.703 8 INFO neutron.services.segments.plugin [-] Segment 5b8a1633-30c8-4212-848a-ef9ed5d85711 resource provider aggregate not found 2026-05-12 07:01:07.706 8 INFO neutron.services.segments.plugin [-] Segment 5b8a1633-30c8-4212-848a-ef9ed5d85711 resource provider aggregate not found 2026-05-12 07:01:07.719 8 INFO neutron.services.segments.plugin [-] Segment 5b8a1633-30c8-4212-848a-ef9ed5d85711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b8a1633-30c8-4212-848a-ef9ed5d85711 found for delete ", "request_id": "req-9f119dfd-e6c0-4454-8106-61a10921a6e9"}]} 2026-05-12 07:01:07.721 8 INFO neutron.services.segments.plugin [-] Segment 5b8a1633-30c8-4212-848a-ef9ed5d85711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b8a1633-30c8-4212-848a-ef9ed5d85711 found for delete ", "request_id": "req-b739ca1f-6cd3-4f88-a68b-75c84d4738d4"}]} [pid: 8|app: 0|req: 828/1773] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:07 2026] DELETE /v2.0/networks/c5bf3e51-ea6e-49b0-bde0-4b19f52104a9 => 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: 946/1774] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:08 2026] GET /v2.0/security-groups?tenant_id=a192525c7fe543b8be8b3a97628003b8&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1775] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:08 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 829/1776] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:08 2026] DELETE /v2.0/security-groups/42c2fdc3-61e6-45e9-b2d1-3502ac9a6c95 => 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: 948/1777] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:08 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1778] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:08 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1779] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:09 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 831/1780] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:09 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1781] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:09 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&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: 950/1782] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1783] 10.0.0.46 () {34 vars in 765 bytes} [Tue May 12 07:01:10 2026] PUT /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1784] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1785] 10.0.0.46 () {34 vars in 776 bytes} [Tue May 12 07:01:10 2026] PUT /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags/green => 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: 952/1786] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1787] 10.0.0.46 () {34 vars in 772 bytes} [Tue May 12 07:01:10 2026] PUT /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1788] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1789] 10.0.0.46 () {34 vars in 794 bytes} [Tue May 12 07:01:10 2026] PUT /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/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: 954/1790] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1791] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1792] 10.0.0.46 () {34 vars in 765 bytes} [Tue May 12 07:01:10 2026] PUT /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1793] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1794] 10.0.0.46 () {32 vars in 753 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:01:10.854 8 INFO neutron.api.v2.resource [None req-9822081d-ddd1-48ff-9c39-a13bce2041d2 a1d85abba638486086d8a16d8a84f517 60248d0bc8a14ebabda5ed19d1a2d3bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1795] 10.0.0.46 () {32 vars in 757 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1796] 10.0.0.46 () {32 vars in 756 bytes} [Tue May 12 07:01:10 2026] DELETE /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags/red => 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: 840/1797] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 958/1798] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1799] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:10 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&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-05-12 07:01:11.009 7 INFO neutron.api.v2.resource [None req-248eaa93-6664-4c69-92bb-d19788c50e95 a1d85abba638486086d8a16d8a84f517 60248d0bc8a14ebabda5ed19d1a2d3bd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1800] 10.0.0.46 () {32 vars in 760 bytes} [Tue May 12 07:01:10 2026] DELETE /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1801] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:01:11 2026] DELETE /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1802] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:11 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 843/1803] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:01:11 2026] GET /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1804] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:11 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&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: 962/1805] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:01:11 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1806] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:11 2026] DELETE /v2.0/security-groups/adf67336-5a75-4bef-b86a-d7758f8491ca => 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: 845/1807] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:11 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:11.857 7 INFO neutron.db.l3_db [None req-505103a1-6b10-4454-a311-c238e536c153 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Floating IP 896941ec-0568-4990-b4de-3efe57612b20 associated. External IP: 10.96.250.207, port: d7f37762-ad2a-490c-9218-79235aa84a14. [pid: 7|app: 0|req: 963/1808] 10.0.0.46 () {34 vars in 675 bytes} [Tue May 12 07:01:11 2026] POST /v2.0/floatingips => generated 855 bytes in 971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1809] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:12.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-781f9233-eb18-4984-9de9-ac1805cf0cfe'] response: {'name': 'network-changed', 'server_uuid': 'b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a', 'tag': 'd7f37762-ad2a-490c-9218-79235aa84a14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 965/1810] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/networks?id=e8bb1973-2433-44e7-a2b1-e749a29984ee => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1811] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:11 2026] GET /v2.0/security-groups?tenant_id=aa9e7c7608d748c8a27aaecc11af61cc&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1812] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:12 2026] DELETE /v2.0/security-groups/e8282389-2648-42c1-834c-4afa0c6521e1 => 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: 848/1813] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/security-groups?tenant_id=60248d0bc8a14ebabda5ed19d1a2d3bd&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1814] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:12 2026] DELETE /v2.0/security-groups/75f67bb6-ec7e-466e-a228-31790283d2f5 => 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: 966/1815] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:01:12 2026] POST /v2.0/ports => generated 958 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 967/1816] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1817] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 757 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1818] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7f37762-ad2a-490c-9218-79235aa84a14 => 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: 970/1819] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1820] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/subnets?id=06f149f8-4b73-4574-9e96-19a11f0e2774 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1821] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1822] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:12 2026] GET /v2.0/ports?network_id=712dd1e9-a11f-4a1a-86f8-380c4a20498e&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: 974/1823] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:13 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 850/1824] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:01:12 2026] PUT /v2.0/ports/499d9316-bfab-4e5e-b1b8-1e9cba3d2258 => generated 1239 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1825] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:13 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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) 2026-05-12 07:01:13.154 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5d816c2-f51d-4059-b34b-d7acb3301510'] response: {'name': 'network-changed', 'server_uuid': 'ec9da446-9f55-417a-a904-df5ade5deae1', 'tag': '499d9316-bfab-4e5e-b1b8-1e9cba3d2258', '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: 851/1826] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:13 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1827] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:13 2026] GET /v2.0/ports?tenant_id=237c5b0d98374ca29f5c2d29654c250c&device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1828] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:01:13 2026] GET /v2.0/networks?tenant_id=237c5b0d98374ca29f5c2d29654c250c&shared=False => generated 767 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1829] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:01:13 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: 852/1830] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:13 2026] GET /v2.0/security-groups?tenant_id=cfd9c3e16c72418fa8a6c04b9b7dd8e1&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1831] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:13 2026] DELETE /v2.0/security-groups/f13bad2c-650e-464e-90f2-e5a05f4c006e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1832] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1833] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1834] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/security-groups?tenant_id=4f5ec32a4e7a4bdbba4020cab30bd62f&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: 981/1835] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1836] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:14 2026] DELETE /v2.0/security-groups/d58e397a-a96a-4d96-b748-59b3e5ea58ab => 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: 982/1837] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/ports?tenant_id=237c5b0d98374ca29f5c2d29654c250c&device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1838] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=499d9316-bfab-4e5e-b1b8-1e9cba3d2258 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1839] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/subnets?id=3986979e-8fb9-4e3a-8d4d-08e244d1e2f8 => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1840] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/ports?network_id=e8bb1973-2433-44e7-a2b1-e749a29984ee&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1841] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:14 2026] GET /v2.0/networks/e8bb1973-2433-44e7-a2b1-e749a29984ee?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: 858/1842] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:15 2026] GET /v2.0/networks/e8bb1973-2433-44e7-a2b1-e749a29984ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1843] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:15 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1844] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:15 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1845] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:16 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1846] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:16 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1847] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:17 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1848] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:17 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1849] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:17 2026] GET /v2.0/security-groups?tenant_id=1f9ea5e577324bd58427bf830ca01168&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: 862/1850] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:18 2026] DELETE /v2.0/security-groups/cb787f02-6146-4515-b1fe-da63c15af5bf => 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: 989/1851] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:18 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 863/1852] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:18 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1853] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:19 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1854] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:19 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&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: 866/1857] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:21 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1858] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:21 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&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-05-12 07:01:22.073 8 INFO neutron.db.segments_db [None req-7e0a7b65-8a6f-4d52-9255-d5fa2aeaa1fe ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Added segment 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 of type vxlan for network 226d6aac-0bd1-4554-a06f-3ce541e67ef4 [pid: 7|app: 0|req: 993/1859] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:21 2026] GET /v2.0/security-groups?tenant_id=5f36daff6c314b9b947f65dca88a4a0a&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1860] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:21 2026] POST /v2.0/networks => generated 638 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1861] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:22 2026] DELETE /v2.0/security-groups/a4967c25-01c8-42e2-b9e3-6b1e173550d1 => 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: 995/1862] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 07:01:22 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1863] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:22 2026] POST /v2.0/subnets => generated 657 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1864] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 07:01:22 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1865] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:22 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 998/1866] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:22 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&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: 869/1867] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:01:22 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1868] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:22 2026] POST /v2.0/subnets => generated 732 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:22.998 8 INFO neutron.db.segments_db [None req-f1e51089-ae2b-416c-8ea4-4760ecf30b5c ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Added segment 254b5896-906e-4c1c-8a41-b02ce5862922 of type vxlan for network 7697b943-8dd1-418d-a97a-04e36c09cbee [pid: 8|app: 0|req: 870/1869] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:22 2026] POST /v2.0/networks => generated 638 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1870] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:23 2026] POST /v2.0/subnets => generated 656 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1871] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:23 2026] POST /v2.0/subnets => generated 725 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1872] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:23 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:23.696 7 INFO neutron.db.segments_db [None req-0ffa5e2c-5fde-4376-8017-7a7e6047e89f ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Added segment 4212419b-0952-45e0-8dad-74249a2b3eac of type vxlan for network 477c332d-e4e2-40e0-8b7d-e540b0e25f9b [pid: 8|app: 0|req: 873/1873] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:23 2026] GET /v2.0/security-groups?id=a7ac000d-35e7-40cf-9e61-1e53705ca4f7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1874] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:23 2026] POST /v2.0/networks => generated 637 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1875] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:01:23 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1876] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:23 2026] POST /v2.0/subnets => generated 655 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:24.077 7 INFO neutron_taas.services.taas.taas_plugin [req-4feea848-47d5-4e7b-a12f-9c9661897621 req-f254c769-0f5a-432b-986b-6ab6f6d087bd df5c1f8978f742fe8d58314633013cb2 237c5b0d98374ca29f5c2d29654c250c - - default default] TaaS: Handle Delete Port: 499d9316-bfab-4e5e-b1b8-1e9cba3d2258 2026-05-12 07:01:24.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4feea848-47d5-4e7b-a12f-9c9661897621 req-f254c769-0f5a-432b-986b-6ab6f6d087bd df5c1f8978f742fe8d58314633013cb2 237c5b0d98374ca29f5c2d29654c250c - - default default] Tap Mirror: Handle Delete Port: 499d9316-bfab-4e5e-b1b8-1e9cba3d2258 [pid: 7|app: 0|req: 1003/1877] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:01:23 2026] DELETE /v2.0/ports/499d9316-bfab-4e5e-b1b8-1e9cba3d2258 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:01:24.234 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c89f3909-2533-4b41-9753-be8b8fe63a97'] response: {'server_uuid': 'ec9da446-9f55-417a-a904-df5ade5deae1', 'name': 'network-vif-deleted', 'tag': '499d9316-bfab-4e5e-b1b8-1e9cba3d2258', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 875/1878] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:24 2026] POST /v2.0/subnets => generated 729 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:24.337 7 INFO neutron.db.segments_db [None req-ef8f0fe2-8c35-4f2b-b0ef-1312d3517289 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Added segment 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 of type vxlan for network f5e5ded4-eae8-4322-9fa0-5f9007d43d2d 2026-05-12 07:01:24.569 7 INFO neutron.db.l3_hamode_db [None req-ef8f0fe2-8c35-4f2b-b0ef-1312d3517289 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 876/1879] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:24 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:25.319 7 INFO neutron.db.l3_hamode_db [None req-ef8f0fe2-8c35-4f2b-b0ef-1312d3517289 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 877/1880] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:25 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 1004/1881] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:24 2026] POST /v2.0/routers => generated 685 bytes in 1868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1882] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:26 2026] GET /v2.0/ports?device_id=ec9da446-9f55-417a-a904-df5ade5deae1 => 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: 878/1883] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:01:26 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1884] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:01:27 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:29.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-31cca114-f5cd-40cf-9979-d782d01030d7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 11838360-f24a-4691-82d8-8e851a116f72 2026-05-12 07:01:29.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31cca114-f5cd-40cf-9979-d782d01030d7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 11838360-f24a-4691-82d8-8e851a116f72 [pid: 8|app: 0|req: 879/1885] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:01:28 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/add_router_interface => generated 309 bytes in 1469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1886] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:30 2026] POST /v2.0/security-groups => generated 1627 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1887] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1888] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:01:29 2026] PUT /v2.0/routers/04feec8c-4841-4616-affb-4e6e40511f47/remove_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1889] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:30.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-579624bd-4046-41d6-a226-54240e8fca87 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 34e46442-5468-44ee-affe-72dab8c2b492 2026-05-12 07:01:30.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-579624bd-4046-41d6-a226-54240e8fca87 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 34e46442-5468-44ee-affe-72dab8c2b492 [pid: 8|app: 0|req: 883/1890] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1891] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:31.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-579624bd-4046-41d6-a226-54240e8fca87 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 957d5c86-a378-4dee-9618-a27fef162ff9 2026-05-12 07:01:31.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-579624bd-4046-41d6-a226-54240e8fca87 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 957d5c86-a378-4dee-9618-a27fef162ff9 [pid: 8|app: 0|req: 885/1892] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1893] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:31 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: 887/1894] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:31.388 7 INFO neutron.services.segments.plugin [-] Segment a95b923d-bb9b-4977-9c19-d0e6eaaa2396 resource provider aggregate not found 2026-05-12 07:01:31.397 7 INFO neutron.services.segments.plugin [-] Segment a95b923d-bb9b-4977-9c19-d0e6eaaa2396 resource provider aggregate not found 2026-05-12 07:01:31.412 7 INFO neutron.services.segments.plugin [-] Segment a95b923d-bb9b-4977-9c19-d0e6eaaa2396 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a95b923d-bb9b-4977-9c19-d0e6eaaa2396 found for delete ", "request_id": "req-bcb63927-9643-4f7e-861c-64991ba4c036"}]} 2026-05-12 07:01:31.420 7 INFO neutron.services.segments.plugin [-] Segment a95b923d-bb9b-4977-9c19-d0e6eaaa2396 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a95b923d-bb9b-4977-9c19-d0e6eaaa2396 found for delete ", "request_id": "req-eee6d40d-cb14-4701-8629-4bba99d56025"}]} 2026-05-12 07:01:31.446 7 INFO neutron.db.l3_hamode_db [None req-579624bd-4046-41d6-a226-54240e8fca87 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network e1612c7a-2dcf-42ba-b057-9443d42b1e07 was deleted as no HA routers are present in tenant 237c5b0d98374ca29f5c2d29654c250c. [pid: 7|app: 0|req: 1008/1895] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:30 2026] DELETE /v2.0/routers/04feec8c-4841-4616-affb-4e6e40511f47 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1896] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1897] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:31 2026] DELETE /v2.0/subnets/3986979e-8fb9-4e3a-8d4d-08e244d1e2f8 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1898] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:31.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bfdcc48-9bb7-4765-91a8-9d72d0db809d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: ab9e48bc-98d5-4073-9608-e8851d4ff546 2026-05-12 07:01:31.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bfdcc48-9bb7-4765-91a8-9d72d0db809d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: ab9e48bc-98d5-4073-9608-e8851d4ff546 [pid: 8|app: 0|req: 890/1899] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1900] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:31 2026] DELETE /v2.0/networks/e8bb1973-2433-44e7-a2b1-e749a29984ee => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1901] 10.0.0.46 () {32 vars in 824 bytes} [Tue May 12 07:01:31 2026] GET /v2.0/ports?project_id=c63123df901e411ba89db0122b39c406&network_id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 3691 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1902] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1903] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/security-groups?tenant_id=237c5b0d98374ca29f5c2d29654c250c&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1904] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:32 2026] DELETE /v2.0/security-groups/a7ac000d-35e7-40cf-9e61-1e53705ca4f7 => 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: 893/1905] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/subnets?network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3 => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1906] 10.0.0.24 () {34 vars in 1092 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-822939109&fields=id&tenant_id=6a39801486b34012af422d575185b69c => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1907] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:32.606 8 INFO neutron.db.l3_db [None req-f4062275-8a01-4c38-88ee-6756ca477962 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Floating IP 896941ec-0568-4990-b4de-3efe57612b20 disassociated. External IP: 10.96.250.207, port: d7f37762-ad2a-490c-9218-79235aa84a14. [pid: 7|app: 0|req: 1013/1908] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/security-groups?tenant_id=a3819b6c63114b54bf7d7ef2917b7f55&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1909] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/quotas/6a39801486b34012af422d575185b69c => 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: 1015/1910] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:32 2026] DELETE /v2.0/security-groups/cb3244c8-6cb3-4a87-b408-5c5d47ee26f5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1911] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:01:32 2026] PUT /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 554 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1912] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&fields=id => generated 241 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:33.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8369b27f-9638-4b1e-8fad-31e7fd1c02c8'] response: {'name': 'network-changed', 'server_uuid': 'b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a', 'tag': 'd7f37762-ad2a-490c-9218-79235aa84a14', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 897/1913] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:32 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => 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: 1017/1914] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 898/1915] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1018/1916] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:33.433 7 INFO neutron.services.segments.plugin [-] Segment e8b6c4ff-d389-40f9-bb2c-b899e116b04c resource provider aggregate not found 2026-05-12 07:01:33.440 7 INFO neutron.services.segments.plugin [-] Segment e8b6c4ff-d389-40f9-bb2c-b899e116b04c resource provider aggregate not found 2026-05-12 07:01:33.454 7 INFO neutron.services.segments.plugin [-] Segment e8b6c4ff-d389-40f9-bb2c-b899e116b04c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8b6c4ff-d389-40f9-bb2c-b899e116b04c found for delete ", "request_id": "req-1ab28d5c-6515-48be-a285-c3a620957dd4"}]} 2026-05-12 07:01:33.456 7 INFO neutron.services.segments.plugin [-] Segment e8b6c4ff-d389-40f9-bb2c-b899e116b04c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8b6c4ff-d389-40f9-bb2c-b899e116b04c found for delete ", "request_id": "req-871bfff2-25e4-4eb8-8759-51aa6d99f320"}]} [pid: 8|app: 0|req: 899/1917] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1918] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1919] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d7f37762-ad2a-490c-9218-79235aa84a14 => 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: 1020/1920] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/subnets?id=06f149f8-4b73-4574-9e96-19a11f0e2774 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1921] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/ports?network_id=712dd1e9-a11f-4a1a-86f8-380c4a20498e&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1922] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 902/1923] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:33 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 1022/1924] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:34 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1925] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:35 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1928] 10.0.0.231 () {30 vars in 649 bytes} [Tue May 12 07:01:35 2026] GET /v2.0/extensions => generated 21537 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1929] 10.0.0.231 () {30 vars in 723 bytes} [Tue May 12 07:01:36 2026] GET /v2.0/quotas/bde2300338d64cb1bce569b3cfb42a84/details => generated 847 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1930] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 07:01:36 2026] POST /v2.0/security-groups => generated 1673 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1931] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1932] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1933] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:36 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: 7|app: 0|req: 1026/1934] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:36 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) 2026-05-12 07:01:36.761 8 INFO neutron.db.securitygroups_db [None req-5a1e941b-8db0-4f33-867a-1d4e9109c5b1 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Project c63123df901e411ba89db0122b39c406 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: 909/1935] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:36.884 7 INFO neutron.db.securitygroups_db [None req-5c8efe4e-3460-4994-b2ff-2b63d61e2679 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Project c63123df901e411ba89db0122b39c406 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: 1027/1936] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:01:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1937] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/networks => generated 1298 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1938] 10.0.0.24 () {34 vars in 1096 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-877266305&fields=id&tenant_id=c63123df901e411ba89db0122b39c406 => 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: 911/1939] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1940] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1941] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a39801486b34012af422d575185b69c => generated 178 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1942] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/quotas/c63123df901e411ba89db0122b39c406 => 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: 1031/1943] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1944] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 1033/1945] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1946] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1035/1947] 10.0.0.231 () {30 vars in 649 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1948] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:01:37 2026] POST /v2.0/ports => generated 1183 bytes in 366 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: 1036/1949] 10.0.0.231 () {30 vars in 723 bytes} [Tue May 12 07:01:37 2026] GET /v2.0/quotas/bde2300338d64cb1bce569b3cfb42a84/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1950] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:01:38 2026] PUT /v2.0/ports/51f6eb57-7962-49be-9b44-24ce2b678605 => generated 1464 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:38.419 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7711ba18-b91f-4c4e-95b0-8f87aa824244'] response: {'name': 'network-changed', 'server_uuid': 'a8abf1de-7241-416b-b3d9-23f5b523fc6f', 'tag': '51f6eb57-7962-49be-9b44-24ce2b678605', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1037/1951] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:38 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1198 bytes in 103 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: 915/1952] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:38 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1953] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:38 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1467 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1954] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:39 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 916/1955] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:01:39 2026] GET /v2.0/networks?tenant_id=6a39801486b34012af422d575185b69c&shared=False => generated 2374 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1956] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:01:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1957] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1042/1958] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1467 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1959] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=51f6eb57-7962-49be-9b44-24ce2b678605 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1960] 199.19.213.181 () {34 vars in 1103 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14c&port_id=51f6eb57-7962-49be-9b44-24ce2b678605 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1961] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/security-groups?tenant_id=bde2300338d64cb1bce569b3cfb42a84&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: 1045/1962] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9&id=a4482da0-1be4-480f-af30-156d7bf9123b => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1963] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1964] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:40 2026] DELETE /v2.0/security-groups/9cc5be87-6c4d-478a-90dd-bd7bbe4cc859 => 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: 1047/1965] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1966] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1967] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:40 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1968] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:41 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1049/1969] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:42 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1970] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 07:01:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c63123df901e411ba89db0122b39c406 => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1971] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:42 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1050/1972] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:01:42 2026] POST /v2.0/ports => generated 954 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1973] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:01:42 2026] PUT /v2.0/ports/e40e9943-86cc-4d06-a936-7fea53b0ecb5 => generated 1235 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:43.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2846d75-3776-43b2-8810-6574cd614564'] response: {'name': 'network-changed', 'server_uuid': 'b1d77b1e-1fab-4063-88c0-5bdc6ede162c', 'tag': 'e40e9943-86cc-4d06-a936-7fea53b0ecb5', '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: 1051/1974] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:43 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 924/1975] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:43 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1052/1976] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:43 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1977] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:43 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1978] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:43 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 926/1979] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:01:43 2026] GET /v2.0/networks?tenant_id=c63123df901e411ba89db0122b39c406&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1980] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:01:43 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: 7|app: 0|req: 1055/1981] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1982] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1983] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1984] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e40e9943-86cc-4d06-a936-7fea53b0ecb5 => 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: 1059/1985] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/subnets?id=06f149f8-4b73-4574-9e96-19a11f0e2774 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1986] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/ports?network_id=712dd1e9-a11f-4a1a-86f8-380c4a20498e&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: 1061/1987] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:44 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 1062/1988] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:45 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?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: 927/1989] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:01:44 2026] POST /v2.0/floatingips => generated 552 bytes in 816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1990] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:01:45 2026] POST /v2.0/floatingips => generated 552 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1991] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:45 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1992] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:45 2026] GET /v2.0/security-groups?tenant_id=f89a1dfe5e12439585a0cb7405a80334&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1993] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:46 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1994] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:46 2026] DELETE /v2.0/security-groups/ad668289-ea06-4401-bbad-f9f99f743051 => 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: 1064/1995] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:01:45 2026] POST /v2.0/floatingips => generated 552 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1996] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:01:46 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1997] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:47 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1998] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:47 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1065/1999] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:01:46 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2000] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:01:47 2026] PUT /v2.0/floatingips/13dbea8a-ab96-4fcd-93c1-17f34e5fb9f2/tags => generated 17 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2001] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:01:47 2026] PUT /v2.0/floatingips/c9981dc4-57a7-4978-9b9c-92b6ba9a8f63/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2002] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:01:47 2026] PUT /v2.0/floatingips/c0283327-59bd-41b0-a8de-62c4c786bc3a/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: 1067/2003] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:01:47 2026] PUT /v2.0/floatingips/f75d08cb-fe73-46a8-8d10-1bf54bccd0ef/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2004] 10.0.0.46 () {32 vars in 670 bytes} [Tue May 12 07:01:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2005] 10.0.0.46 () {32 vars in 684 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2006] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2007] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2008] 10.0.0.46 () {32 vars in 678 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2009] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2010] 10.0.0.46 () {32 vars in 688 bytes} [Tue May 12 07:01:48 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: 1071/2011] 10.0.0.46 () {32 vars in 700 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2012] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2013] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:48.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-c57e7dc7-4b5b-4471-b050-2a4e1a65a38b b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] TaaS: Handle Delete Port: 4f1912ad-4893-48d6-b2e4-6796f89592c2 2026-05-12 07:01:48.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c57e7dc7-4b5b-4471-b050-2a4e1a65a38b b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] Tap Mirror: Handle Delete Port: 4f1912ad-4893-48d6-b2e4-6796f89592c2 [pid: 8|app: 0|req: 941/2014] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:01:48 2026] DELETE /v2.0/floatingips/13dbea8a-ab96-4fcd-93c1-17f34e5fb9f2 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:01:48.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-f40584b6-d9f1-4384-a291-91ff51e9e399 b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] TaaS: Handle Delete Port: 252f2e3d-fd07-4661-943c-0d24bfb07c00 2026-05-12 07:01:48.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f40584b6-d9f1-4384-a291-91ff51e9e399 b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] Tap Mirror: Handle Delete Port: 252f2e3d-fd07-4661-943c-0d24bfb07c00 [pid: 8|app: 0|req: 942/2015] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1200 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2016] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2017] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:01:48 2026] DELETE /v2.0/floatingips/c9981dc4-57a7-4978-9b9c-92b6ba9a8f63 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2018] 10.0.0.46 () {32 vars in 816 bytes} [Tue May 12 07:01:48 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&mac_address=fa%3A16%3A3e%3A3d%3A75%3A9b => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:49.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e11b3fe-9dc6-4f2a-8594-e8b789732db1 b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] TaaS: Handle Delete Port: 15855a83-ccb4-411a-b6d9-26962149397b 2026-05-12 07:01:49.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e11b3fe-9dc6-4f2a-8594-e8b789732db1 b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] Tap Mirror: Handle Delete Port: 15855a83-ccb4-411a-b6d9-26962149397b [pid: 7|app: 0|req: 1075/2019] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:01:48 2026] DELETE /v2.0/floatingips/c0283327-59bd-41b0-a8de-62c4c786bc3a => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:01:49.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f1622b6-b9d0-45f8-903a-d1ab01646aaf b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] TaaS: Handle Delete Port: d399c133-9553-45bc-b9a3-90154c4c38fd 2026-05-12 07:01:49.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f1622b6-b9d0-45f8-903a-d1ab01646aaf b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] Tap Mirror: Handle Delete Port: d399c133-9553-45bc-b9a3-90154c4c38fd [pid: 7|app: 0|req: 1076/2020] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:01:49 2026] DELETE /v2.0/floatingips/f75d08cb-fe73-46a8-8d10-1bf54bccd0ef => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2021] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:49 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:49.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-04343b24-316e-4a42-9260-c9938201b678 b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] TaaS: Handle Delete Port: e056d421-2df0-402b-8a82-cac20edbce24 2026-05-12 07:01:49.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04343b24-316e-4a42-9260-c9938201b678 b432bfa9e72446e3950b9408b8783f76 3a04877a72ae4ca19d35ad7033e4f2ad - - default default] Tap Mirror: Handle Delete Port: e056d421-2df0-402b-8a82-cac20edbce24 [pid: 7|app: 0|req: 1078/2022] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:01:49 2026] DELETE /v2.0/floatingips/ea5b7d92-b637-4f25-a67c-8ec033ca5906 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2023] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:50 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:50.319 8 INFO neutron.db.l3_db [None req-0aa8ec2a-7523-49dc-96b9-6fee40a02fdc ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Floating IP e3295cf2-801b-4bba-af01-8a027bee6802 associated. External IP: 10.96.250.217, port: 51f6eb57-7962-49be-9b44-24ce2b678605. [pid: 8|app: 0|req: 945/2024] 10.0.0.46 () {34 vars in 675 bytes} [Tue May 12 07:01:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:01:50.677 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dacb3ccf-bdfb-47c7-a555-646628b29295'] response: {'name': 'network-changed', 'server_uuid': 'a8abf1de-7241-416b-b3d9-23f5b523fc6f', 'tag': '51f6eb57-7962-49be-9b44-24ce2b678605', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 946/2025] 10.0.0.24 () {34 vars in 1092 bytes} [Tue May 12 07:01:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-822939109&fields=id&tenant_id=6a39801486b34012af422d575185b69c => 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: 947/2026] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:01:50 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2027] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:01:50 2026] GET /v2.0/quotas/6a39801486b34012af422d575185b69c => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:50.944 7 INFO neutron.db.segments_db [None req-eb9301cb-f930-4239-b901-6a9a6237c509 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] Added segment d9576f5c-27cb-499e-9fc7-ba0a077c7069 of type vxlan for network c47ad155-937f-489c-b69b-329d4a2d51ab [pid: 8|app: 0|req: 949/2028] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:01:50 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&fields=id => generated 333 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2029] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:50 2026] POST /v2.0/networks => generated 725 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2031] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2033] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:51 2026] POST /v2.0/subnets => generated 644 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2034] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:50 2026] GET /v2.0/security-groups?tenant_id=d0329516298047a4b20bded1c413c780&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2035] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1086/2036] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2037] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:51.332 8 WARNING neutron.api.v2.base [None req-e641c41f-9e9d-493b-9d96-6ad7b5068b4d a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - 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-05-12 07:01:51.333 8 INFO neutron.api.v2.resource [None req-e641c41f-9e9d-493b-9d96-6ad7b5068b4d a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 952/2038] 10.0.0.46 () {34 vars in 679 bytes} [Tue May 12 07:01:51 2026] POST /v2.0/rbac-policies => generated 143 bytes in 4 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2039] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2040] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:51 2026] DELETE /v2.0/security-groups/4c39631a-e019-4795-9651-98b774bd4596 => 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: 1088/2041] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2042] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=51f6eb57-7962-49be-9b44-24ce2b678605 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2043] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:51.563 8 INFO neutron.services.segments.plugin [-] Segment d9576f5c-27cb-499e-9fc7-ba0a077c7069 resource provider aggregate not found [pid: 7|app: 0|req: 1091/2044] 199.19.213.181 () {34 vars in 1103 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14c&port_id=51f6eb57-7962-49be-9b44-24ce2b678605 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:51.569 8 INFO neutron.services.segments.plugin [-] Segment d9576f5c-27cb-499e-9fc7-ba0a077c7069 resource provider aggregate not found 2026-05-12 07:01:51.588 8 INFO neutron.services.segments.plugin [-] Segment d9576f5c-27cb-499e-9fc7-ba0a077c7069 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9576f5c-27cb-499e-9fc7-ba0a077c7069 found for delete ", "request_id": "req-cdda4656-a641-4a6b-ae5c-c020ee6c5b4b"}]} 2026-05-12 07:01:51.592 8 INFO neutron.services.segments.plugin [-] Segment d9576f5c-27cb-499e-9fc7-ba0a077c7069 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9576f5c-27cb-499e-9fc7-ba0a077c7069 found for delete ", "request_id": "req-1ff047aa-74f4-4e91-be00-3acb35f90df3"}]} [pid: 8|app: 0|req: 954/2045] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:51 2026] DELETE /v2.0/networks/c47ad155-937f-489c-b69b-329d4a2d51ab => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2046] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1093/2047] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9&id=a4482da0-1be4-480f-af30-156d7bf9123b => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:51.701 7 INFO neutron.db.segments_db [None req-969a98df-1c11-4bd2-a63c-1cd82b252bc7 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] Added segment 2fd7871a-9ef8-476a-a16a-624123ad3b27 of type vxlan for network 6ee5ffb3-c33d-4169-9322-ca40bbe929f7 [pid: 8|app: 0|req: 955/2048] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/security-groups?tenant_id=206e26950ef74c2590645f2d3b7ae836&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2049] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:51 2026] POST /v2.0/networks => generated 727 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2050] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1095/2051] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&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: 8|app: 0|req: 957/2052] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:51 2026] DELETE /v2.0/security-groups/09502450-2626-4e3d-9e17-f8bb0c7b74ba => 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: 958/2053] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2054] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:01:51 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2055] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:51 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2056] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:52 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:52.054 8 WARNING neutron.api.v2.base [None req-3b9ed4f1-6fe6-414a-8039-ab0103892cc7 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - 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-05-12 07:01:52.054 8 INFO neutron.api.v2.resource [None req-3b9ed4f1-6fe6-414a-8039-ab0103892cc7 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 961/2057] 10.0.0.46 () {34 vars in 679 bytes} [Tue May 12 07:01:52 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2058] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:52 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 963/2059] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:52 2026] DELETE /v2.0/networks/6ee5ffb3-c33d-4169-9322-ca40bbe929f7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:01:52.370 7 INFO neutron.db.l3_db [None req-cd31b430-5601-4e5f-98b2-593441d70364 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Floating IP 896941ec-0568-4990-b4de-3efe57612b20 associated. External IP: 10.96.250.207, port: e40e9943-86cc-4d06-a936-7fea53b0ecb5. [pid: 8|app: 0|req: 964/2060] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:52 2026] GET /v2.0/security-groups?tenant_id=3a04877a72ae4ca19d35ad7033e4f2ad&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:52.442 8 INFO neutron.db.segments_db [None req-bf75f6f5-ea84-4116-a2c6-bd3e60d10908 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] Added segment c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 of type vxlan for network a46a7db7-5596-40f1-9e71-c52f1832e998 [pid: 8|app: 0|req: 965/2061] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:01:52 2026] POST /v2.0/networks => generated 727 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2062] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:52 2026] DELETE /v2.0/security-groups/e1f4ca67-a95e-4246-bf39-3e997d4b27d4 => 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: 1097/2063] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:01:52 2026] PUT /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 855 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:52.759 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a39fda0-b0b0-4216-b15e-c803e9367df0'] response: {'name': 'network-changed', 'server_uuid': 'b1d77b1e-1fab-4063-88c0-5bdc6ede162c', 'tag': 'e40e9943-86cc-4d06-a936-7fea53b0ecb5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1098/2064] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:52 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2065] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:01:52 2026] POST /v2.0/subnets => generated 647 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2066] 10.0.0.46 () {34 vars in 679 bytes} [Tue May 12 07:01:52 2026] POST /v2.0/rbac-policies => generated 324 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2067] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/ports?tenant_id=c63123df901e411ba89db0122b39c406&device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2068] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/networks?id=712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2069] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e40e9943-86cc-4d06-a936-7fea53b0ecb5 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2070] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/subnets?id=06f149f8-4b73-4574-9e96-19a11f0e2774 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2071] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/ports?network_id=712dd1e9-a11f-4a1a-86f8-380c4a20498e&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: 1103/2072] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:53.621 8 INFO neutron.services.segments.plugin [-] Segment 2fd7871a-9ef8-476a-a16a-624123ad3b27 resource provider aggregate not found [pid: 7|app: 0|req: 1104/2073] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:01:53.624 8 INFO neutron.services.segments.plugin [-] Segment 2fd7871a-9ef8-476a-a16a-624123ad3b27 resource provider aggregate not found [pid: 8|app: 0|req: 970/2074] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/networks/a46a7db7-5596-40f1-9e71-c52f1832e998 => generated 655 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:53.643 8 INFO neutron.services.segments.plugin [-] Segment 2fd7871a-9ef8-476a-a16a-624123ad3b27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fd7871a-9ef8-476a-a16a-624123ad3b27 found for delete ", "request_id": "req-31f60d99-2950-43a2-8e45-aab01d8148c4"}]} 2026-05-12 07:01:53.647 8 INFO neutron.services.segments.plugin [-] Segment 2fd7871a-9ef8-476a-a16a-624123ad3b27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fd7871a-9ef8-476a-a16a-624123ad3b27 found for delete ", "request_id": "req-ebcacd66-c80b-48e5-bf7c-98d619bd3ca7"}]} [pid: 7|app: 0|req: 1105/2075] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:01:54.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0b05912-0884-4e95-bdec-dd7165047efa e9f8f97f623b42c98715e86d3daff79b 00fce37437ce4ebf9f4b6a81e70dd4f4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 971/2076] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:01:53 2026] GET /v2.0/networks/a46a7db7-5596-40f1-9e71-c52f1832e998 => generated 138 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:01:54.252 7 INFO neutron.services.segments.plugin [-] Segment c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 resource provider aggregate not found 2026-05-12 07:01:54.254 7 INFO neutron.services.segments.plugin [-] Segment c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 resource provider aggregate not found 2026-05-12 07:01:54.274 7 INFO neutron.services.segments.plugin [-] Segment c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 found for delete ", "request_id": "req-769ec278-a1b4-483d-8550-558ee4600b13"}]} 2026-05-12 07:01:54.275 7 INFO neutron.services.segments.plugin [-] Segment c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6b8a81c-e6fe-4051-9047-9d7430c2d5f4 found for delete ", "request_id": "req-8ff00412-8c01-42cb-97e6-70d39be66f58"}]} [pid: 7|app: 0|req: 1106/2077] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:01:54 2026] DELETE /v2.0/networks/a46a7db7-5596-40f1-9e71-c52f1832e998 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:01:54.302 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8f27900-3529-4dd8-b6f0-c8f004660efc a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 972/2078] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:54 2026] DELETE /v2.0/subnets/23de23c6-d5aa-4573-810f-9f399398887c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:01:54.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15ff1683-433f-4b45-b1b0-cefa2da51c35 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2079] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:54 2026] DELETE /v2.0/subnets/81d64e87-3677-45cf-ae6d-7ff5c8145d5f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:01:54.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b432e879-1871-4720-a662-57bf4f70aef6 a704013ddeea480ba98225ffdd1d7f58 fa9b6e33856c4163ba63a8fdef451d4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 973/2080] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:01:54 2026] DELETE /v2.0/subnets/046bd98c-a6b7-4d5e-83cc-44330a58e81f => 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: 1108/2081] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:01:54 2026] GET /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2082] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:55 2026] GET /v2.0/security-groups?tenant_id=820a48877b114c998e957ef453e35307&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2083] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:55 2026] DELETE /v2.0/security-groups/89c600b6-4ad7-48a1-a9e5-eb32856762e8 => 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: 975/2084] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:55 2026] GET /v2.0/security-groups?tenant_id=00fce37437ce4ebf9f4b6a81e70dd4f4&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2085] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:01:55 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2086] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 07:01:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a39801486b34012af422d575185b69c => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2087] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:55 2026] DELETE /v2.0/security-groups/7563b775-437e-4652-8384-b782e538bee5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2088] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:56 2026] GET /v2.0/security-groups?tenant_id=fa9b6e33856c4163ba63a8fdef451d4e&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2089] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:56 2026] DELETE /v2.0/security-groups/54ce77b6-e850-474e-981f-9ba07cb84bc8 => 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: 1112/2090] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:01:55 2026] POST /v2.0/ports => generated 1187 bytes in 526 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: 1113/2091] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 07:01:56 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1469 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2092] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 07:01:56 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&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: 1115/2093] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:01:56 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1202 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2094] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:01:56 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2095] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:01:56 2026] PUT /v2.0/ports/4aac584c-d9f0-413b-bec5-18b4ee0795dc => generated 1468 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:01:56.855 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01dbed9e-01ca-4399-98bb-4a5b7db1053e'] response: {'name': 'network-changed', 'server_uuid': '64325972-9dad-46dc-8ea9-fdedc9a56988', 'tag': '4aac584c-d9f0-413b-bec5-18b4ee0795dc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1117/2096] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1118/2097] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:57 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2098] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2099] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:01:57 2026] GET /v2.0/networks?tenant_id=6a39801486b34012af422d575185b69c&shared=False => generated 2374 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2100] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:01:57 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: 981/2101] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2102] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2103] 10.0.0.46 () {34 vars in 682 bytes} [Tue May 12 07:01:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2104] 10.0.0.46 () {34 vars in 765 bytes} [Tue May 12 07:01:57 2026] PUT /v2.0/security-groups/f5c833a6-172e-4f6e-911b-449382473e7a/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2105] 10.0.0.46 () {34 vars in 765 bytes} [Tue May 12 07:01:57 2026] PUT /v2.0/security-groups/a93fc23f-1318-4ad7-8c6c-467cc6ab5ceb/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2106] 10.0.0.46 () {34 vars in 765 bytes} [Tue May 12 07:01:57 2026] PUT /v2.0/security-groups/a8079d62-7cf9-4ec0-8515-0b33c8e81b39/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2107] 10.0.0.46 () {34 vars in 765 bytes} [Tue May 12 07:01:58 2026] PUT /v2.0/security-groups/b8db224c-5bcf-4b45-bc5b-77c505a72fa3/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2108] 10.0.0.46 () {32 vars in 678 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2109] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2110] 10.0.0.46 () {32 vars in 688 bytes} [Tue May 12 07:01:58 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: 8|app: 0|req: 986/2111] 10.0.0.46 () {32 vars in 700 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2112] 10.0.0.46 () {32 vars in 686 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2113] 10.0.0.46 () {32 vars in 700 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2114] 10.0.0.46 () {32 vars in 696 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2115] 10.0.0.46 () {32 vars in 708 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2116] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:58 2026] DELETE /v2.0/security-groups/f5c833a6-172e-4f6e-911b-449382473e7a => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2117] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1471 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2118] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=4aac584c-d9f0-413b-bec5-18b4ee0795dc => 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: 989/2119] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:58 2026] DELETE /v2.0/security-groups/a93fc23f-1318-4ad7-8c6c-467cc6ab5ceb => 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: 990/2120] 199.19.213.181 () {34 vars in 1105 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c3&port_id=4aac584c-d9f0-413b-bec5-18b4ee0795dc => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2121] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/subnets?id=080d47da-2d5d-48be-b18f-58398c3976ec&id=ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2122] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:58 2026] DELETE /v2.0/security-groups/a8079d62-7cf9-4ec0-8515-0b33c8e81b39 => 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: 992/2123] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2124] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2125] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:58 2026] DELETE /v2.0/security-groups/b8db224c-5bcf-4b45-bc5b-77c505a72fa3 => 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: 994/2126] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 995/2127] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:01:58 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2128] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:58 2026] DELETE /v2.0/security-groups/20e108ea-a20a-43a9-b337-48c985126368 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2129] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:01:59 2026] GET /v2.0/security-groups?tenant_id=b06ccd0fb5fc48378523a87f28db718f&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2130] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:01:59 2026] DELETE /v2.0/security-groups/94092b8d-4184-47ba-abc3-ca2ad9221e41 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2131] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:00 2026] GET /v2.0/security-groups?tenant_id=0bb2321be02e4ee3a4dd83561735ce87&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2132] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:00 2026] DELETE /v2.0/security-groups/d23770d3-90ca-4b0e-9f5a-41d0892cb25c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2133] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:00 2026] GET /v2.0/security-groups?tenant_id=290515d5f405449f9df819c8126130e2&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2134] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:00 2026] DELETE /v2.0/security-groups/84b72676-8842-4358-82bd-7d1a4771d9db => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:00.889 7 INFO neutron.db.segments_db [None req-16c57942-b167-40be-86cb-0fcdd4e902bf 66d3d0a2e2564acbba1a3d3e964d7bac 5a8ee7ee5ddc4bebb9e5e6c1ac304f06 - - default default] Added segment 2b05371a-fdfe-4dd3-98d2-8821064c9d17 of type vxlan for network fd226c8a-3c31-44d5-878f-97b3cba60e17 [pid: 7|app: 0|req: 1136/2135] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:00 2026] POST /v2.0/networks => generated 632 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:01.043 8 INFO neutron.db.segments_db [None req-e761f4b3-5d84-4253-a769-fd1b0ae4d792 66d3d0a2e2564acbba1a3d3e964d7bac 5a8ee7ee5ddc4bebb9e5e6c1ac304f06 - - default default] Added segment a15db34a-1568-4aa9-8a14-0c9a9f2562ff of type vxlan for network 1e904351-d144-4f60-bf65-fa779ceb7c43 [pid: 8|app: 0|req: 1000/2136] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:00 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:01.206 7 INFO neutron.db.segments_db [None req-7aa40c80-07dc-4022-a98e-a36bb0471c05 66d3d0a2e2564acbba1a3d3e964d7bac 5a8ee7ee5ddc4bebb9e5e6c1ac304f06 - - default default] Added segment de765578-4c63-415a-b98a-e9df8ed1319c of type vxlan for network b1c3b35a-85eb-4642-bd57-53623515c8d3 [pid: 7|app: 0|req: 1137/2137] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:01 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:01.353 8 INFO neutron.db.segments_db [None req-e9907b41-c1d5-4bdf-b924-32b76e18a273 66d3d0a2e2564acbba1a3d3e964d7bac 5a8ee7ee5ddc4bebb9e5e6c1ac304f06 - - default default] Added segment d1be3a7f-fa50-4f46-8688-f479aba9346f of type vxlan for network 74f19fd1-8e09-4a66-b230-78c244ccf51a [pid: 8|app: 0|req: 1001/2138] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:01 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) 2026-05-12 07:02:01.526 7 INFO neutron.db.segments_db [None req-8e9c7511-fb6c-4a2e-9433-806b299b5b69 66d3d0a2e2564acbba1a3d3e964d7bac 5a8ee7ee5ddc4bebb9e5e6c1ac304f06 - - default default] Added segment 55e014b9-d368-4b65-975d-d9b1062fc62d of type vxlan for network bc469b34-9153-4830-9586-9889b2311912 [pid: 8|app: 0|req: 1002/2139] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 07:02:01 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2140] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:01 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2141] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 07:02:01 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1139/2142] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:02:01 2026] PUT /v2.0/networks/fd226c8a-3c31-44d5-878f-97b3cba60e17/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2143] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:02:01 2026] PUT /v2.0/networks/1e904351-d144-4f60-bf65-fa779ceb7c43/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: 1140/2144] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:02:01 2026] PUT /v2.0/networks/b1c3b35a-85eb-4642-bd57-53623515c8d3/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2145] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:01 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2146] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:02:01 2026] PUT /v2.0/networks/74f19fd1-8e09-4a66-b230-78c244ccf51a/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2147] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:01 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&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: 1142/2148] 10.0.0.46 () {32 vars in 664 bytes} [Tue May 12 07:02:01 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2149] 10.0.0.46 () {32 vars in 678 bytes} [Tue May 12 07:02:01 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2150] 10.0.0.46 () {32 vars in 674 bytes} [Tue May 12 07:02:02 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2151] 10.0.0.46 () {32 vars in 686 bytes} [Tue May 12 07:02:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2152] 10.0.0.46 () {32 vars in 672 bytes} [Tue May 12 07:02:02 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2153] 10.0.0.46 () {32 vars in 686 bytes} [Tue May 12 07:02:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2154] 10.0.0.46 () {32 vars in 682 bytes} [Tue May 12 07:02:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2155] 10.0.0.46 () {32 vars in 694 bytes} [Tue May 12 07:02:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:02.660 7 INFO neutron.services.segments.plugin [-] Segment 2b05371a-fdfe-4dd3-98d2-8821064c9d17 resource provider aggregate not found 2026-05-12 07:02:02.664 7 INFO neutron.services.segments.plugin [-] Segment 2b05371a-fdfe-4dd3-98d2-8821064c9d17 resource provider aggregate not found 2026-05-12 07:02:02.681 7 INFO neutron.services.segments.plugin [-] Segment 2b05371a-fdfe-4dd3-98d2-8821064c9d17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b05371a-fdfe-4dd3-98d2-8821064c9d17 found for delete ", "request_id": "req-5d0c7586-463f-4ef8-8c44-b3e2c70dc44f"}]} 2026-05-12 07:02:02.686 7 INFO neutron.services.segments.plugin [-] Segment 2b05371a-fdfe-4dd3-98d2-8821064c9d17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b05371a-fdfe-4dd3-98d2-8821064c9d17 found for delete ", "request_id": "req-5bed1721-3908-43b1-b5ea-626367b8210d"}]} [pid: 7|app: 0|req: 1146/2156] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:02 2026] DELETE /v2.0/networks/fd226c8a-3c31-44d5-878f-97b3cba60e17 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:02.839 8 INFO neutron.services.segments.plugin [-] Segment a15db34a-1568-4aa9-8a14-0c9a9f2562ff resource provider aggregate not found 2026-05-12 07:02:02.855 8 INFO neutron.services.segments.plugin [-] Segment a15db34a-1568-4aa9-8a14-0c9a9f2562ff resource provider aggregate not found 2026-05-12 07:02:02.866 8 INFO neutron.services.segments.plugin [-] Segment a15db34a-1568-4aa9-8a14-0c9a9f2562ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15db34a-1568-4aa9-8a14-0c9a9f2562ff found for delete ", "request_id": "req-c267fe3b-b7eb-4949-a755-7a27d5ee5485"}]} [pid: 8|app: 0|req: 1011/2157] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:02 2026] DELETE /v2.0/networks/1e904351-d144-4f60-bf65-fa779ceb7c43 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:02.883 8 INFO neutron.services.segments.plugin [-] Segment a15db34a-1568-4aa9-8a14-0c9a9f2562ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15db34a-1568-4aa9-8a14-0c9a9f2562ff found for delete ", "request_id": "req-33d17dec-1479-45d4-a758-ab73d5b6aaca"}]} [pid: 7|app: 0|req: 1147/2158] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:02 2026] DELETE /v2.0/networks/b1c3b35a-85eb-4642-bd57-53623515c8d3 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2159] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:03 2026] DELETE /v2.0/networks/74f19fd1-8e09-4a66-b230-78c244ccf51a => 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: 1148/2160] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:03 2026] DELETE /v2.0/networks/bc469b34-9153-4830-9586-9889b2311912 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:04.389 8 INFO neutron.db.segments_db [None req-289352d4-366b-4045-b64e-6aa13c321984 36fbd83f59cc4012a0d0248c28b24c52 33cbaa3ed29f4fed90b1b32beb269c85 - - default default] Added segment 7c5f1f7a-6272-4b29-bfc2-766439b1552e of type vxlan for network 83712872-18df-44cd-b566-b88dc7594739 [pid: 7|app: 0|req: 1149/2161] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:04 2026] GET /v2.0/security-groups?tenant_id=418c34cb80544d108838af953db4d876&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2162] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:04 2026] POST /v2.0/networks => generated 631 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2163] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:04 2026] DELETE /v2.0/security-groups/bbb4a476-2157-4737-810a-774a25164795 => 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: 1151/2164] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:04 2026] GET /v2.0/security-groups?tenant_id=5a8ee7ee5ddc4bebb9e5e6c1ac304f06&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:04.702 7 INFO neutron.services.segments.plugin [-] Segment de765578-4c63-415a-b98a-e9df8ed1319c resource provider aggregate not found 2026-05-12 07:02:04.729 7 INFO neutron.services.segments.plugin [-] Segment de765578-4c63-415a-b98a-e9df8ed1319c resource provider aggregate not found 2026-05-12 07:02:04.732 7 INFO neutron.services.segments.plugin [-] Segment de765578-4c63-415a-b98a-e9df8ed1319c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de765578-4c63-415a-b98a-e9df8ed1319c found for delete ", "request_id": "req-d8afbd1c-8af9-401f-93f7-212fbd03409c"}]} 2026-05-12 07:02:04.750 7 INFO neutron.services.segments.plugin [-] Segment de765578-4c63-415a-b98a-e9df8ed1319c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de765578-4c63-415a-b98a-e9df8ed1319c found for delete ", "request_id": "req-1fb8e134-b283-4023-b202-8a6b0f80449c"}]} 2026-05-12 07:02:04.759 7 INFO neutron.services.segments.plugin [-] Segment 55e014b9-d368-4b65-975d-d9b1062fc62d resource provider aggregate not found 2026-05-12 07:02:04.773 7 INFO neutron.services.segments.plugin [-] Segment 55e014b9-d368-4b65-975d-d9b1062fc62d resource provider aggregate not found 2026-05-12 07:02:04.778 7 INFO neutron.services.segments.plugin [-] Segment 55e014b9-d368-4b65-975d-d9b1062fc62d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55e014b9-d368-4b65-975d-d9b1062fc62d found for delete ", "request_id": "req-8cd2ee5d-9b95-45f6-b975-3bc3f42ffc06"}]} 2026-05-12 07:02:04.802 7 INFO neutron.services.segments.plugin [-] Segment 55e014b9-d368-4b65-975d-d9b1062fc62d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55e014b9-d368-4b65-975d-d9b1062fc62d found for delete ", "request_id": "req-4a013517-e64c-4c11-81a9-de45fd25ce6d"}]} [pid: 7|app: 0|req: 1152/2165] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:04 2026] DELETE /v2.0/security-groups/3044ff07-46f4-4f00-ae55-13ab9253d2a4 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2166] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:04 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:04.883 8 INFO neutron.services.segments.plugin [-] Segment d1be3a7f-fa50-4f46-8688-f479aba9346f resource provider aggregate not found 2026-05-12 07:02:04.901 8 INFO neutron.services.segments.plugin [-] Segment d1be3a7f-fa50-4f46-8688-f479aba9346f resource provider aggregate not found 2026-05-12 07:02:04.910 8 INFO neutron.services.segments.plugin [-] Segment d1be3a7f-fa50-4f46-8688-f479aba9346f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1be3a7f-fa50-4f46-8688-f479aba9346f found for delete ", "request_id": "req-705c455e-af77-4971-90db-e9dae89788f0"}]} 2026-05-12 07:02:04.925 8 INFO neutron.services.segments.plugin [-] Segment d1be3a7f-fa50-4f46-8688-f479aba9346f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1be3a7f-fa50-4f46-8688-f479aba9346f found for delete ", "request_id": "req-28ecce35-a5b9-46ab-a660-6d0b95341be6"}]} [pid: 7|app: 0|req: 1153/2167] 10.0.0.46 () {34 vars in 745 bytes} [Tue May 12 07:02:04 2026] PUT /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 25 bytes in 76 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: 1015/2168] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:04 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1154/2169] 10.0.0.46 () {34 vars in 756 bytes} [Tue May 12 07:02:05 2026] PUT /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/green => generated 4 bytes in 88 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: 1016/2170] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/security-groups?tenant_id=de4667b8ffe244d4b0dcb898db5edc33&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2171] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 34 bytes in 76 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: 1017/2172] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:05 2026] DELETE /v2.0/security-groups/b7a55e8c-147d-4406-bde7-5cdf01c63cb6 => 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: 1156/2173] 10.0.0.46 () {34 vars in 752 bytes} [Tue May 12 07:02:05 2026] PUT /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2174] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2175] 10.0.0.46 () {34 vars in 774 bytes} [Tue May 12 07:02:05 2026] PUT /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/black.or.white => generated 4 bytes in 91 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/2176] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1158/2177] 10.0.0.46 () {34 vars in 745 bytes} [Tue May 12 07:02:05 2026] PUT /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 37 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: 8|app: 0|req: 1020/2178] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1159/2179] 10.0.0.46 () {32 vars in 733 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/red => generated 0 bytes in 47 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-05-12 07:02:05.720 8 INFO neutron.api.v2.resource [None req-50c89056-183f-4b8b-a0d9-78e29a0f894e 36fbd83f59cc4012a0d0248c28b24c52 33cbaa3ed29f4fed90b1b32beb269c85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2180] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/green => generated 99 bytes in 44 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: 1160/2181] 10.0.0.46 () {32 vars in 736 bytes} [Tue May 12 07:02:05 2026] DELETE /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/red => generated 0 bytes in 58 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/2182] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-12 07:02:05.899 7 INFO neutron.api.v2.resource [None req-1cfb5a42-778a-4058-886f-61d07b6e9c31 36fbd83f59cc4012a0d0248c28b24c52 33cbaa3ed29f4fed90b1b32beb269c85 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1161/2183] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:02:05 2026] DELETE /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags/green => generated 99 bytes in 52 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: 1023/2184] 10.0.0.46 () {32 vars in 728 bytes} [Tue May 12 07:02:05 2026] DELETE /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1162/2187] 10.0.0.46 () {32 vars in 725 bytes} [Tue May 12 07:02:05 2026] GET /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a/tags => generated 12 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, ' 2026-05-12 07:02:06.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa6a5f87-cc0c-4524-a98a-44e3aa45e993 36fbd83f59cc4012a0d0248c28b24c52 33cbaa3ed29f4fed90b1b32beb269c85 - - default default] TaaS: Handle Delete Port: ccd209f5-e530-4cae-a8f8-e13d705b339a 2026-05-12 07:02:06.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa6a5f87-cc0c-4524-a98a-44e3aa45e993 36fbd83f59cc4012a0d0248c28b24c52 33cbaa3ed29f4fed90b1b32beb269c85 - - default default] Tap Mirror: Handle Delete Port: ccd209f5-e530-4cae-a8f8-e13d705b339a [pid: 8|app: 0|req: 1026/2188] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:06 2026] DELETE /v2.0/ports/ccd209f5-e530-4cae-a8f8-e13d705b339a => generated 0 bytes in 204 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: 1163/2189] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:06 2026] DELETE /v2.0/networks/83712872-18df-44cd-b566-b88dc7594739 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:06.794 7 INFO neutron.services.segments.plugin [-] Segment 7c5f1f7a-6272-4b29-bfc2-766439b1552e resource provider aggregate not found 2026-05-12 07:02:06.816 7 INFO neutron.services.segments.plugin [-] Segment 7c5f1f7a-6272-4b29-bfc2-766439b1552e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5f1f7a-6272-4b29-bfc2-766439b1552e found for delete ", "request_id": "req-87528dd3-93de-4749-940f-7c983e8b9149"}]} 2026-05-12 07:02:06.822 7 INFO neutron.services.segments.plugin [-] Segment 7c5f1f7a-6272-4b29-bfc2-766439b1552e resource provider aggregate not found 2026-05-12 07:02:06.836 7 INFO neutron.services.segments.plugin [-] Segment 7c5f1f7a-6272-4b29-bfc2-766439b1552e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5f1f7a-6272-4b29-bfc2-766439b1552e found for delete ", "request_id": "req-8d878a4f-64a1-47fe-b6b5-986263d02c89"}]} [pid: 8|app: 0|req: 1027/2190] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:06 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1204 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2191] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:07 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2192] 10.0.0.46 () {32 vars in 816 bytes} [Tue May 12 07:02:07 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&mac_address=fa%3A16%3A3e%3A90%3Af9%3A66 => generated 1204 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2193] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:07 2026] GET /v2.0/security-groups?tenant_id=33cbaa3ed29f4fed90b1b32beb269c85&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2194] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:07 2026] DELETE /v2.0/security-groups/1c56c032-fddd-4826-8a87-1b120798e00e => 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: 1166/2195] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:07 2026] GET /v2.0/security-groups?tenant_id=d1b3ca35f3424af1bc5e3d7bcfdadfd9&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2196] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:07 2026] DELETE /v2.0/security-groups/32a785eb-fd58-45ea-b005-898351e51634 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:07.880 8 INFO neutron.db.l3_db [None req-7c5ef741-6a4b-436d-8303-5ee3fb7be411 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Floating IP 073b077e-246b-4c51-9d98-bb837cb44863 associated. External IP: 10.96.250.213, port: 4aac584c-d9f0-413b-bec5-18b4ee0795dc. [pid: 8|app: 0|req: 1030/2197] 10.0.0.46 () {34 vars in 675 bytes} [Tue May 12 07:02:07 2026] POST /v2.0/floatingips => generated 855 bytes in 927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:08.152 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d17b7c15-e4eb-43d0-9686-40730d67bd68'] response: {'name': 'network-changed', 'server_uuid': '64325972-9dad-46dc-8ea9-fdedc9a56988', 'tag': '4aac584c-d9f0-413b-bec5-18b4ee0795dc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1168/2198] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2199] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2200] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=4aac584c-d9f0-413b-bec5-18b4ee0795dc => 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: 1032/2201] 199.19.213.181 () {34 vars in 1105 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c3&port_id=4aac584c-d9f0-413b-bec5-18b4ee0795dc => 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: 1170/2202] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/subnets?id=080d47da-2d5d-48be-b18f-58398c3976ec&id=ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2203] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&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: 1171/2204] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&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: 1034/2205] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:02:08 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1172/2206] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:02:09 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:10.006 8 INFO neutron.db.segments_db [None req-8e95027d-8ee1-4f22-b29f-ba7710165205 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Added segment d6049988-ef8c-4e27-98d5-f8c65eeebe8d of type vxlan for network 1ae8ed29-0be7-4bcc-8f6d-e146317f95db [pid: 8|app: 0|req: 1035/2207] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:09 2026] POST /v2.0/networks => generated 632 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2208] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:10 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2209] 10.0.0.46 () {34 vars in 664 bytes} [Tue May 12 07:02:10 2026] POST /v2.0/trunks => generated 407 bytes in 208 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-05-12 07:02:10.683 7 INFO neutron.db.segments_db [None req-c94138a1-1518-4e3b-84d1-cb6ee5b771c2 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Added segment 9ec583c1-1788-49d1-bc44-4c850d1c3020 of type vxlan for network bbbb907a-dcad-47e3-966c-1f12a299e675 [pid: 8|app: 0|req: 1037/2210] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:10 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2211] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:10 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1174/2212] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:10 2026] POST /v2.0/networks => generated 632 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2213] 10.0.0.46 () {34 vars in 676 bytes} [Tue May 12 07:02:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2214] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:10 2026] POST /v2.0/ports => generated 743 bytes in 283 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: 1176/2215] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:02:11 2026] PUT /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2216] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2217] 10.0.0.46 () {34 vars in 762 bytes} [Tue May 12 07:02:11 2026] PUT /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2218] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/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: 1040/2219] 10.0.0.46 () {34 vars in 664 bytes} [Tue May 12 07:02:11 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2220] 10.0.0.46 () {34 vars in 758 bytes} [Tue May 12 07:02:11 2026] PUT /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2221] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:11.298 8 INFO neutron.db.segments_db [None req-5e000121-0596-42bc-be63-8797d84f5497 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Added segment d423a0d5-0fb3-49b3-aeca-103e26adb158 of type vxlan for network 44b62b25-8d08-4f87-add9-c8733e5d725f [pid: 7|app: 0|req: 1182/2222] 10.0.0.46 () {34 vars in 780 bytes} [Tue May 12 07:02:11 2026] PUT /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2223] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2224] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:11 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2225] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:02:11 2026] PUT /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2226] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/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: 1186/2227] 10.0.0.46 () {32 vars in 739 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:11.514 7 INFO neutron.api.v2.resource [None req-78c35ee9-4968-4344-b1ef-d45b9518b744 6d79182317214d2792e5c289f664407b aff3637942db4bd8824553e049592a05 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2228] 10.0.0.46 () {32 vars in 743 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2229] 10.0.0.46 () {32 vars in 742 bytes} [Tue May 12 07:02:11 2026] DELETE /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2230] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:11.626 7 INFO neutron.api.v2.resource [None req-7888e543-cdd4-4693-998e-b085f48b4b63 6d79182317214d2792e5c289f664407b aff3637942db4bd8824553e049592a05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1190/2231] 10.0.0.46 () {32 vars in 746 bytes} [Tue May 12 07:02:11 2026] DELETE /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2232] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:11 2026] POST /v2.0/ports => generated 743 bytes in 266 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: 1191/2233] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:02:11 2026] DELETE /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2234] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10/tags => 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: 1193/2235] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:02:11 2026] DELETE /v2.0/qos/policies/7b3e8e0e-edf7-41d8-9721-c7d754977c10 => 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: 1043/2236] 10.0.0.46 () {34 vars in 664 bytes} [Tue May 12 07:02:11 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:11.861 7 INFO neutron.db.segments_db [None req-d8bb9414-2e4c-4645-8d25-486b35b53091 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Added segment da99cd35-600e-4053-8f97-ef9617e9de3b of type vxlan for network 162bf29c-7acd-4bb1-b454-4bbf15989798 [pid: 8|app: 0|req: 1044/2237] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1045/2238] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:11 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1194/2239] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:11 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2240] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:11 2026] POST /v2.0/ports => generated 743 bytes in 279 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: 1195/2241] 10.0.0.46 () {34 vars in 664 bytes} [Tue May 12 07:02:12 2026] POST /v2.0/trunks => generated 407 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:12.529 7 INFO neutron.db.segments_db [None req-16e9b0cf-2439-42fa-bd5d-bded336c60a8 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Added segment 8d135717-0c27-462c-a09a-5afbb43a3feb of type vxlan for network 9f63f653-e58a-4f91-bf41-f0311aa26147 [pid: 8|app: 0|req: 1047/2242] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:12 2026] GET /v2.0/security-groups?tenant_id=acdac0e9ba154d999c5774777fc1663a&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2243] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:12 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2244] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:12 2026] DELETE /v2.0/security-groups/96c970f9-ab9c-489c-9b64-99073e2f0c31 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2245] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:12 2026] GET /v2.0/security-groups?tenant_id=aff3637942db4bd8824553e049592a05&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2246] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:12 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1050/2247] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:12 2026] DELETE /v2.0/security-groups/62b0ce26-1126-4a36-ac9c-1807a5948a13 => 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: 1051/2248] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2249] 10.0.0.46 () {34 vars in 664 bytes} [Tue May 12 07:02:12 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2250] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/security-groups?id=3ba0f0e1-d5a2-43bf-a23d-488d636db3fb&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: 1199/2251] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:13 2026] PUT /v2.0/trunks/e3107fb2-41ea-4b32-b4dd-7b61fc4647bf/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2252] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2253] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:13 2026] PUT /v2.0/trunks/19e77e0d-71b3-40bb-ad91-1881c93c05d9/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2254] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:13 2026] PUT /v2.0/trunks/34a01090-6355-47a5-9eaa-0bcdacf9365d/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2255] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:13 2026] PUT /v2.0/trunks/7a853e26-4598-410e-a47d-3a9c2ed61fe8/tags => 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: 1203/2256] 10.0.0.46 () {32 vars in 660 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:13.275 8 INFO neutron_taas.services.taas.taas_plugin [req-04275163-aa10-429a-ae65-8070075ec87e req-552365a7-58b0-44aa-a3f2-c9ca3e52e8cd 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: e40e9943-86cc-4d06-a936-7fea53b0ecb5 2026-05-12 07:02:13.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04275163-aa10-429a-ae65-8070075ec87e req-552365a7-58b0-44aa-a3f2-c9ca3e52e8cd 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: e40e9943-86cc-4d06-a936-7fea53b0ecb5 [pid: 7|app: 0|req: 1204/2257] 10.0.0.46 () {32 vars in 674 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2258] 10.0.0.46 () {32 vars in 670 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?tags-any=blue => 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: 1206/2259] 10.0.0.46 () {32 vars in 682 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2260] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2261] 10.0.0.46 () {32 vars in 668 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:02:13.417 8 INFO neutron.db.l3_db [req-04275163-aa10-429a-ae65-8070075ec87e req-552365a7-58b0-44aa-a3f2-c9ca3e52e8cd 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Floating IP 896941ec-0568-4990-b4de-3efe57612b20 disassociated. External IP: 10.96.250.207, port: e40e9943-86cc-4d06-a936-7fea53b0ecb5. [pid: 7|app: 0|req: 1209/2262] 10.0.0.147 () {34 vars in 1039 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2263] 10.0.0.46 () {32 vars in 682 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2264] 10.0.0.46 () {32 vars in 678 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2265] 10.0.0.46 () {32 vars in 690 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2266] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks/e3107fb2-41ea-4b32-b4dd-7b61fc4647bf => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2267] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/ports/6d93ed21-c510-4f33-9077-94d6d67dde32 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2268] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:02:13 2026] DELETE /v2.0/trunks/e3107fb2-41ea-4b32-b4dd-7b61fc4647bf => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2269] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks/19e77e0d-71b3-40bb-ad91-1881c93c05d9 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2270] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:02:13 2026] DELETE /v2.0/ports/e40e9943-86cc-4d06-a936-7fea53b0ecb5 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2271] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/ports/7af93881-ca38-4b94-9d28-d84d301ab408 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:02:13.785 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04485e1e-2e46-4bda-8d94-e3de214d2d1c'] response: {'server_uuid': 'b1d77b1e-1fab-4063-88c0-5bdc6ede162c', 'name': 'network-vif-deleted', 'tag': 'e40e9943-86cc-4d06-a936-7fea53b0ecb5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1055/2272] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:02:13 2026] DELETE /v2.0/trunks/19e77e0d-71b3-40bb-ad91-1881c93c05d9 => 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: 1218/2273] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/trunks/34a01090-6355-47a5-9eaa-0bcdacf9365d => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2274] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:02:13 2026] GET /v2.0/ports/2a76515a-2c5d-423e-b710-be35808eb5b8 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2275] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:02:13 2026] DELETE /v2.0/trunks/34a01090-6355-47a5-9eaa-0bcdacf9365d => 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: 1057/2276] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:02:14 2026] GET /v2.0/trunks/7a853e26-4598-410e-a47d-3a9c2ed61fe8 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2277] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:02:14 2026] GET /v2.0/ports/00132e89-414b-4ecf-9cb7-3fc6d93d4e29 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2278] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:02:14 2026] DELETE /v2.0/trunks/7a853e26-4598-410e-a47d-3a9c2ed61fe8 => 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: 1059/2279] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:02:14 2026] GET /v2.0/trunks/4e826148-10a3-41c1-b15f-3176794480b9 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2280] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:14 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1060/2281] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:02:14 2026] GET /v2.0/ports/e8608edb-d219-4eda-ba11-77177202049c => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2282] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:02:14 2026] DELETE /v2.0/trunks/4e826148-10a3-41c1-b15f-3176794480b9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:14.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f3355b8-897f-4784-ae50-c48f6be53bf5 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] TaaS: Handle Delete Port: 6d93ed21-c510-4f33-9077-94d6d67dde32 2026-05-12 07:02:14.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f3355b8-897f-4784-ae50-c48f6be53bf5 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Tap Mirror: Handle Delete Port: 6d93ed21-c510-4f33-9077-94d6d67dde32 [pid: 8|app: 0|req: 1061/2283] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:14 2026] DELETE /v2.0/ports/6d93ed21-c510-4f33-9077-94d6d67dde32 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:14.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbd8c034-9ddc-444e-82e2-37b66bea32fe 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] TaaS: Handle Delete Port: 7af93881-ca38-4b94-9d28-d84d301ab408 2026-05-12 07:02:14.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd8c034-9ddc-444e-82e2-37b66bea32fe 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Tap Mirror: Handle Delete Port: 7af93881-ca38-4b94-9d28-d84d301ab408 [pid: 7|app: 0|req: 1223/2284] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:14 2026] DELETE /v2.0/ports/7af93881-ca38-4b94-9d28-d84d301ab408 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:14.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-765bfc17-aab2-4a2b-9154-eff6f1321d85 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] TaaS: Handle Delete Port: 2a76515a-2c5d-423e-b710-be35808eb5b8 2026-05-12 07:02:14.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-765bfc17-aab2-4a2b-9154-eff6f1321d85 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Tap Mirror: Handle Delete Port: 2a76515a-2c5d-423e-b710-be35808eb5b8 [pid: 8|app: 0|req: 1062/2285] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:14 2026] DELETE /v2.0/ports/2a76515a-2c5d-423e-b710-be35808eb5b8 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:15.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4d52597-e5d9-465e-9cd5-2c93aecfb4cc 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] TaaS: Handle Delete Port: 00132e89-414b-4ecf-9cb7-3fc6d93d4e29 2026-05-12 07:02:15.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4d52597-e5d9-465e-9cd5-2c93aecfb4cc 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Tap Mirror: Handle Delete Port: 00132e89-414b-4ecf-9cb7-3fc6d93d4e29 [pid: 7|app: 0|req: 1224/2286] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:14 2026] DELETE /v2.0/ports/00132e89-414b-4ecf-9cb7-3fc6d93d4e29 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:15.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ef0fa41-6bc7-4a63-8126-824544c41ae8 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] TaaS: Handle Delete Port: e8608edb-d219-4eda-ba11-77177202049c 2026-05-12 07:02:15.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef0fa41-6bc7-4a63-8126-824544c41ae8 9ec5f7ab648041e790e31b91ee7d1e98 729d6d831a1e4e3c8bc464c1118a1d4f - - default default] Tap Mirror: Handle Delete Port: e8608edb-d219-4eda-ba11-77177202049c [pid: 7|app: 0|req: 1225/2287] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:15 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => 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: 1063/2288] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:15 2026] DELETE /v2.0/ports/e8608edb-d219-4eda-ba11-77177202049c => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:15.442 7 INFO neutron.services.segments.plugin [-] Segment d6049988-ef8c-4e27-98d5-f8c65eeebe8d resource provider aggregate not found 2026-05-12 07:02:15.445 7 INFO neutron.services.segments.plugin [-] Segment d6049988-ef8c-4e27-98d5-f8c65eeebe8d resource provider aggregate not found [pid: 7|app: 0|req: 1226/2289] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:15 2026] DELETE /v2.0/networks/1ae8ed29-0be7-4bcc-8f6d-e146317f95db => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:15.468 7 INFO neutron.services.segments.plugin [-] Segment d6049988-ef8c-4e27-98d5-f8c65eeebe8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6049988-ef8c-4e27-98d5-f8c65eeebe8d found for delete ", "request_id": "req-10eb7df5-7b82-42c2-93db-412ca320bb42"}]} 2026-05-12 07:02:15.470 7 INFO neutron.services.segments.plugin [-] Segment d6049988-ef8c-4e27-98d5-f8c65eeebe8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6049988-ef8c-4e27-98d5-f8c65eeebe8d found for delete ", "request_id": "req-0c806b9b-5120-4362-a675-cfd129b1cdb1"}]} 2026-05-12 07:02:15.584 8 INFO neutron.services.segments.plugin [-] Segment 9ec583c1-1788-49d1-bc44-4c850d1c3020 resource provider aggregate not found 2026-05-12 07:02:15.589 8 INFO neutron.services.segments.plugin [-] Segment 9ec583c1-1788-49d1-bc44-4c850d1c3020 resource provider aggregate not found 2026-05-12 07:02:15.605 8 INFO neutron.services.segments.plugin [-] Segment 9ec583c1-1788-49d1-bc44-4c850d1c3020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec583c1-1788-49d1-bc44-4c850d1c3020 found for delete ", "request_id": "req-88b96968-d6ab-409f-847e-edfb88fe643d"}]} 2026-05-12 07:02:15.608 8 INFO neutron.services.segments.plugin [-] Segment 9ec583c1-1788-49d1-bc44-4c850d1c3020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec583c1-1788-49d1-bc44-4c850d1c3020 found for delete ", "request_id": "req-1b97a1ee-b91f-4ce4-9e75-9273c260a763"}]} [pid: 8|app: 0|req: 1064/2290] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:15 2026] DELETE /v2.0/networks/bbbb907a-dcad-47e3-966c-1f12a299e675 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2291] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:15 2026] DELETE /v2.0/networks/44b62b25-8d08-4f87-add9-c8733e5d725f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2292] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:15 2026] DELETE /v2.0/networks/162bf29c-7acd-4bb1-b454-4bbf15989798 => 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: 1228/2293] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:15 2026] DELETE /v2.0/networks/9f63f653-e58a-4f91-bf41-f0311aa26147 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2294] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:16 2026] GET /v2.0/ports?device_id=b1d77b1e-1fab-4063-88c0-5bdc6ede162c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:16.452 8 INFO neutron.db.segments_db [None req-2cf30eec-f704-4fbf-8999-af33573dab03 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] Added segment 61dbc6b9-d6e5-4006-b413-f9982d20ef11 of type vxlan for network 8f021495-3dd1-4276-bda1-8f88595ff409 2026-05-12 07:02:16.681 8 INFO neutron.db.l3_hamode_db [None req-2cf30eec-f704-4fbf-8999-af33573dab03 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:02:16.796 8 INFO neutron.db.l3_hamode_db [None req-2cf30eec-f704-4fbf-8999-af33573dab03 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1230/2295] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:16 2026] GET /v2.0/security-groups?tenant_id=ec7615da4101425c9406bbdf6bac783b&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2296] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:17 2026] DELETE /v2.0/security-groups/5c06c242-a49c-4615-9c1c-0366563f977d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2297] 10.0.0.46 () {34 vars in 666 bytes} [Tue May 12 07:02:16 2026] POST /v2.0/routers => generated 474 bytes in 1159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2298] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:17 2026] GET /v2.0/security-groups?tenant_id=729d6d831a1e4e3c8bc464c1118a1d4f&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:17.486 7 INFO neutron.services.segments.plugin [-] Segment d423a0d5-0fb3-49b3-aeca-103e26adb158 resource provider aggregate not found 2026-05-12 07:02:17.490 7 INFO neutron.services.segments.plugin [-] Segment d423a0d5-0fb3-49b3-aeca-103e26adb158 resource provider aggregate not found [pid: 8|app: 0|req: 1067/2299] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:02:17 2026] PUT /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:17.508 7 INFO neutron.services.segments.plugin [-] Segment d423a0d5-0fb3-49b3-aeca-103e26adb158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d423a0d5-0fb3-49b3-aeca-103e26adb158 found for delete ", "request_id": "req-4db3f972-c13d-48f0-8654-b8278126f7b2"}]} [pid: 7|app: 0|req: 1233/2300] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:17 2026] DELETE /v2.0/security-groups/aa19c78f-b536-43ff-a4be-de3adc24a618 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:17.511 7 INFO neutron.services.segments.plugin [-] Segment d423a0d5-0fb3-49b3-aeca-103e26adb158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d423a0d5-0fb3-49b3-aeca-103e26adb158 found for delete ", "request_id": "req-ba6d9e30-30ae-485e-ad0f-2b8c3ad05237"}]} 2026-05-12 07:02:17.531 7 INFO neutron.services.segments.plugin [-] Segment 8d135717-0c27-462c-a09a-5afbb43a3feb resource provider aggregate not found 2026-05-12 07:02:17.555 7 INFO neutron.services.segments.plugin [-] Segment 8d135717-0c27-462c-a09a-5afbb43a3feb resource provider aggregate not found 2026-05-12 07:02:17.557 7 INFO neutron.services.segments.plugin [-] Segment 8d135717-0c27-462c-a09a-5afbb43a3feb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d135717-0c27-462c-a09a-5afbb43a3feb found for delete ", "request_id": "req-f38784d6-63be-480d-929a-2a45ad452917"}]} 2026-05-12 07:02:17.585 7 INFO neutron.services.segments.plugin [-] Segment 8d135717-0c27-462c-a09a-5afbb43a3feb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d135717-0c27-462c-a09a-5afbb43a3feb found for delete ", "request_id": "req-7603c2fd-85e7-42db-bffe-2e74853d7e05"}]} [pid: 8|app: 0|req: 1068/2301] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:17 2026] DELETE /v2.0/security-groups/3ba0f0e1-d5a2-43bf-a23d-488d636db3fb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:17.626 8 INFO neutron.services.segments.plugin [-] Segment da99cd35-600e-4053-8f97-ef9617e9de3b resource provider aggregate not found 2026-05-12 07:02:17.629 8 INFO neutron.services.segments.plugin [-] Segment da99cd35-600e-4053-8f97-ef9617e9de3b resource provider aggregate not found 2026-05-12 07:02:17.646 8 INFO neutron.services.segments.plugin [-] Segment da99cd35-600e-4053-8f97-ef9617e9de3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da99cd35-600e-4053-8f97-ef9617e9de3b found for delete ", "request_id": "req-484bb719-f126-4916-a474-9ffff08f5871"}]} [pid: 7|app: 0|req: 1234/2302] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:17 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 25 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:17.654 8 INFO neutron.services.segments.plugin [-] Segment da99cd35-600e-4053-8f97-ef9617e9de3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da99cd35-600e-4053-8f97-ef9617e9de3b found for delete ", "request_id": "req-ad3b0d29-b610-4062-b214-b3eee12604b5"}]} 2026-05-12 07:02:17.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dc7db20-f48c-4727-89da-f49cc91e7c9c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: e1a3ac2a-8c2b-4357-9741-6409d13469e9 2026-05-12 07:02:17.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dc7db20-f48c-4727-89da-f49cc91e7c9c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: e1a3ac2a-8c2b-4357-9741-6409d13469e9 [pid: 7|app: 0|req: 1235/2303] 10.0.0.46 () {34 vars in 760 bytes} [Tue May 12 07:02:17 2026] PUT /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/green => generated 4 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2304] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:02:17 2026] DELETE /v2.0/floatingips/896941ec-0568-4990-b4de-3efe57612b20 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2305] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:17 2026] GET /v2.0/security-groups?tenant_id=1328b80be7e74e4585132ff0d14c91ce&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2306] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:17 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2307] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:17 2026] DELETE /v2.0/security-groups/e20cac3b-d243-47cc-ae15-dbef57dad510 => 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: 1238/2308] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2309] 10.0.0.46 () {34 vars in 756 bytes} [Tue May 12 07:02:17 2026] PUT /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/red => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2310] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2311] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2312] 10.0.0.46 () {34 vars in 778 bytes} [Tue May 12 07:02:18 2026] PUT /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/black.or.white => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2313] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 52 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2314] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:02:18 2026] PUT /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 37 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2315] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2316] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/red => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:18.824 7 INFO neutron.api.v2.resource [None req-f1314111-1b91-4f39-966e-004c2216b88d 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1242/2317] 10.0.0.46 () {32 vars in 741 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2318] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:02:18 2026] DELETE /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2319] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:18 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:19.170 8 INFO neutron.api.v2.resource [None req-dc5b9399-8e1f-47ba-86a4-c168ee652142 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/2320] 10.0.0.46 () {32 vars in 744 bytes} [Tue May 12 07:02:19 2026] DELETE /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags/green => generated 99 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2321] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:19 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 1244/2322] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:02:19 2026] DELETE /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => 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: 1245/2323] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:19 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2324] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:19 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2325] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:02:19 2026] GET /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2326] 10.0.0.46 () {34 vars in 740 bytes} [Tue May 12 07:02:19 2026] PUT /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85 => generated 480 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2327] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:02:19 2026] GET /v2.0/ports?device_id=71ac2ce6-43fd-451b-9e03-b83be9f5ee85 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:20.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-a39daaee-7f11-44af-b2a6-211f3d244023 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] TaaS: Handle Delete Port: 87409336-b662-4a4f-9af7-3755a18d12e6 2026-05-12 07:02:20.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39daaee-7f11-44af-b2a6-211f3d244023 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] Tap Mirror: Handle Delete Port: 87409336-b662-4a4f-9af7-3755a18d12e6 [pid: 7|app: 0|req: 1248/2328] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:20 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2329] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:20 2026] GET /v2.0/security-groups?id=32f0c19b-d91c-403b-ad93-36d594ac0de4&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2330] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:02:20 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:02:20.564 8 INFO neutron.services.segments.plugin [-] Segment 61dbc6b9-d6e5-4006-b413-f9982d20ef11 resource provider aggregate not found 2026-05-12 07:02:20.568 8 INFO neutron.services.segments.plugin [-] Segment 61dbc6b9-d6e5-4006-b413-f9982d20ef11 resource provider aggregate not found 2026-05-12 07:02:20.590 8 INFO neutron.services.segments.plugin [-] Segment 61dbc6b9-d6e5-4006-b413-f9982d20ef11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61dbc6b9-d6e5-4006-b413-f9982d20ef11 found for delete ", "request_id": "req-cc3d652a-a76e-4837-9853-a9e8b5cb5b4f"}]} 2026-05-12 07:02:20.591 8 INFO neutron.services.segments.plugin [-] Segment 61dbc6b9-d6e5-4006-b413-f9982d20ef11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61dbc6b9-d6e5-4006-b413-f9982d20ef11 found for delete ", "request_id": "req-d2bc624e-df1c-4b6b-9792-af70d07b0950"}]} 2026-05-12 07:02:20.601 8 INFO neutron.db.l3_hamode_db [None req-a39daaee-7f11-44af-b2a6-211f3d244023 98fd65dafcc94a84b2a489e44f0ccb5f 3ebf44603c854fd5a590394bdfc068c0 - - default default] HA network 8f021495-3dd1-4276-bda1-8f88595ff409 was deleted as no HA routers are present in tenant 3ebf44603c854fd5a590394bdfc068c0. [pid: 8|app: 0|req: 1081/2331] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:02:20 2026] DELETE /v2.0/routers/71ac2ce6-43fd-451b-9e03-b83be9f5ee85 => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:20.635 7 INFO neutron_taas.services.taas.taas_plugin [req-ba785363-e2b2-4c81-8057-48d1c1102d10 req-64339d1f-91ed-4847-98ba-b781817e9925 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: d7f37762-ad2a-490c-9218-79235aa84a14 2026-05-12 07:02:20.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba785363-e2b2-4c81-8057-48d1c1102d10 req-64339d1f-91ed-4847-98ba-b781817e9925 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: d7f37762-ad2a-490c-9218-79235aa84a14 [pid: 7|app: 0|req: 1251/2332] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:02:20 2026] DELETE /v2.0/ports/d7f37762-ad2a-490c-9218-79235aa84a14 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:20.836 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81435c5b-a274-420d-b2c9-a162c1912a6d'] response: {'server_uuid': 'b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a', 'name': 'network-vif-deleted', 'tag': 'd7f37762-ad2a-490c-9218-79235aa84a14', 'status': 'completed', 'code': 200} 2026-05-12 07:02:21.381 7 INFO neutron.db.segments_db [None req-80a15ef1-da61-4fce-9aaa-9580a81c8786 887fd2765bea402e806d2943b87cdeaa 47c3e7057fab40bb92f3fbf878ef28e9 - - default default] Added segment 66783c70-e4a1-4e39-83df-6f50c57869e9 of type vxlan for network 045e79fc-e4c2-4f2e-8340-2d19fd1ca4b6 [pid: 8|app: 0|req: 1083/2335] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:21 2026] GET /v2.0/security-groups?tenant_id=3ebf44603c854fd5a590394bdfc068c0&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2336] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:21 2026] POST /v2.0/networks => generated 632 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2337] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:21 2026] DELETE /v2.0/security-groups/a84a0394-419e-4d94-b6fc-bda91c0534aa => 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: 1085/2338] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:21 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 1086/2339] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:21 2026] GET /v2.0/security-groups?tenant_id=7c44b1f0d36d43449e039b72df6412c7&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2340] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:02:21 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2341] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:02:21 2026] PUT /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2342] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:21 2026] DELETE /v2.0/security-groups/8ec6772f-0948-44a8-b45b-8d01920c46ed => 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: 1256/2343] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:21 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/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: 1088/2344] 10.0.0.46 () {34 vars in 760 bytes} [Tue May 12 07:02:21 2026] PUT /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2345] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:21 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2346] 10.0.0.46 () {34 vars in 756 bytes} [Tue May 12 07:02:21 2026] PUT /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2347] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2348] 10.0.0.46 () {34 vars in 778 bytes} [Tue May 12 07:02:22 2026] PUT /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2349] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2350] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:02:22 2026] PUT /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2351] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2352] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:22.355 7 INFO neutron.api.v2.resource [None req-4d32fa4c-ff72-4ce7-bfcd-b562f839c33e 887fd2765bea402e806d2943b87cdeaa 47c3e7057fab40bb92f3fbf878ef28e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1261/2353] 10.0.0.46 () {32 vars in 741 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2354] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:02:22 2026] DELETE /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2355] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:02:22.522 8 INFO neutron.api.v2.resource [None req-cf865c85-93f1-4023-99d5-9304c71d62c2 887fd2765bea402e806d2943b87cdeaa 47c3e7057fab40bb92f3fbf878ef28e9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2356] 10.0.0.46 () {32 vars in 744 bytes} [Tue May 12 07:02:22 2026] DELETE /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/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: 1263/2357] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:02:22 2026] DELETE /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2358] 10.0.0.46 () {32 vars in 729 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2359] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:22 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 1264/2360] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:02:22 2026] DELETE /v2.0/subnets/c5199cbe-2985-47ef-9083-811f125045e1 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:22.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4f4fe2e-b88d-440c-b76e-b933435f7fb0 887fd2765bea402e806d2943b87cdeaa 47c3e7057fab40bb92f3fbf878ef28e9 - - default default] TaaS: Handle Delete Port: 27d0405f-d25d-47eb-8e08-7add953640a7 2026-05-12 07:02:22.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f4fe2e-b88d-440c-b76e-b933435f7fb0 887fd2765bea402e806d2943b87cdeaa 47c3e7057fab40bb92f3fbf878ef28e9 - - default default] Tap Mirror: Handle Delete Port: 27d0405f-d25d-47eb-8e08-7add953640a7 2026-05-12 07:02:23.085 8 INFO neutron.services.segments.plugin [-] Segment 66783c70-e4a1-4e39-83df-6f50c57869e9 resource provider aggregate not found 2026-05-12 07:02:23.097 8 INFO neutron.services.segments.plugin [-] Segment 66783c70-e4a1-4e39-83df-6f50c57869e9 resource provider aggregate not found 2026-05-12 07:02:23.111 8 INFO neutron.services.segments.plugin [-] Segment 66783c70-e4a1-4e39-83df-6f50c57869e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66783c70-e4a1-4e39-83df-6f50c57869e9 found for delete ", "request_id": "req-9c848851-31ce-4aef-99b0-0aa4cf6e3069"}]} 2026-05-12 07:02:23.120 8 INFO neutron.services.segments.plugin [-] Segment 66783c70-e4a1-4e39-83df-6f50c57869e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66783c70-e4a1-4e39-83df-6f50c57869e9 found for delete ", "request_id": "req-eed34942-077c-4052-83cc-d3d710d4ee42"}]} [pid: 8|app: 0|req: 1097/2361] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:22 2026] DELETE /v2.0/networks/045e79fc-e4c2-4f2e-8340-2d19fd1ca4b6 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2362] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:23 2026] GET /v2.0/ports?device_id=b4bbc6fd-f3e2-40d4-b00c-7c2d4c77e97a => 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: 1098/2363] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:23 2026] GET /v2.0/security-groups?tenant_id=56f93963a02d4d6dad704c5b24e05604&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2364] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:24 2026] DELETE /v2.0/security-groups/4cd305bd-6d32-4ec8-af9f-a9f9dd9991b2 => 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: 1099/2365] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:24 2026] GET /v2.0/security-groups?tenant_id=47c3e7057fab40bb92f3fbf878ef28e9&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: 1267/2366] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:24 2026] DELETE /v2.0/security-groups/e9e781aa-a5ca-40eb-a840-8321aca6bd7e => 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: 1100/2367] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:02:24 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2368] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:24 2026] DELETE /v2.0/security-groups/32f0c19b-d91c-403b-ad93-36d594ac0de4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:25.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc5ce5c0-511d-4af1-9e17-6b5a06e1461d 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: 16d5a736-5849-4bc9-880d-af9f3c9df77e 2026-05-12 07:02:25.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc5ce5c0-511d-4af1-9e17-6b5a06e1461d 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: 16d5a736-5849-4bc9-880d-af9f3c9df77e [pid: 8|app: 0|req: 1101/2369] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:02:24 2026] PUT /v2.0/routers/7a62c682-228c-4f41-ba51-b6e56b1f94f6/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2370] 10.0.0.14 () {30 vars in 688 bytes} [Tue May 12 07:02:25 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: 7|app: 0|req: 1270/2371] 10.0.0.14 () {30 vars in 690 bytes} [Tue May 12 07:02:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2372] 10.0.0.14 () {30 vars in 666 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2373] 10.0.0.14 () {30 vars in 702 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2374] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:02:25 2026] DELETE /v2.0/subnets/06f149f8-4b73-4574-9e96-19a11f0e2774 => 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: 1103/2375] 10.0.0.14 () {28 vars in 437 bytes} [Tue May 12 07:02:26 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2376] 10.0.0.14 () {30 vars in 726 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 657 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2377] 10.0.0.14 () {30 vars in 688 bytes} [Tue May 12 07:02:26 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: 1106/2378] 10.0.0.14 () {30 vars in 690 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2379] 10.0.0.14 () {30 vars in 666 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2380] 10.0.0.14 () {30 vars in 702 bytes} [Tue May 12 07:02:26 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) 2026-05-12 07:02:26.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-21fda35f-8ff4-4e5e-aceb-adc0bc53953c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: d1b06117-a164-4c69-beb9-ddc8aa96ea07 2026-05-12 07:02:26.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21fda35f-8ff4-4e5e-aceb-adc0bc53953c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: d1b06117-a164-4c69-beb9-ddc8aa96ea07 [pid: 8|app: 0|req: 1109/2381] 10.0.0.14 () {30 vars in 726 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2382] 10.0.0.14 () {30 vars in 688 bytes} [Tue May 12 07:02:26 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: 1111/2383] 10.0.0.14 () {30 vars in 690 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2384] 10.0.0.14 () {30 vars in 666 bytes} [Tue May 12 07:02: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: 1113/2385] 10.0.0.14 () {30 vars in 702 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2386] 10.0.0.14 () {30 vars in 728 bytes} [Tue May 12 07:02:26 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2387] 10.0.0.14 () {30 vars in 680 bytes} [Tue May 12 07:02:26 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) 2026-05-12 07:02:26.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-21fda35f-8ff4-4e5e-aceb-adc0bc53953c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: e876b915-dfbe-44ba-8eda-e2089f422f02 2026-05-12 07:02:26.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21fda35f-8ff4-4e5e-aceb-adc0bc53953c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: e876b915-dfbe-44ba-8eda-e2089f422f02 [pid: 8|app: 0|req: 1116/2388] 10.0.0.14 () {34 vars in 702 bytes} [Tue May 12 07:02:26 2026] POST /v2.0/ports => generated 1128 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-12 07:02:27.319 7 INFO neutron.services.segments.plugin [-] Segment 6c404b7c-a05b-4236-bcbc-eff614b962ec resource provider aggregate not found 2026-05-12 07:02:27.324 7 INFO neutron.services.segments.plugin [-] Segment 6c404b7c-a05b-4236-bcbc-eff614b962ec resource provider aggregate not found 2026-05-12 07:02:27.338 7 INFO neutron.db.l3_hamode_db [None req-21fda35f-8ff4-4e5e-aceb-adc0bc53953c 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] HA network e8ae0005-16b8-42a3-8651-614b1daf3a13 was deleted as no HA routers are present in tenant c63123df901e411ba89db0122b39c406. [pid: 7|app: 0|req: 1273/2389] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:02:26 2026] DELETE /v2.0/routers/7a62c682-228c-4f41-ba51-b6e56b1f94f6 => generated 0 bytes in 1276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:27.346 7 INFO neutron.services.segments.plugin [-] Segment 6c404b7c-a05b-4236-bcbc-eff614b962ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c404b7c-a05b-4236-bcbc-eff614b962ec found for delete ", "request_id": "req-f19725c4-fccf-4175-a944-2273caeb3c75"}]} 2026-05-12 07:02:27.348 7 INFO neutron.services.segments.plugin [-] Segment 6c404b7c-a05b-4236-bcbc-eff614b962ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c404b7c-a05b-4236-bcbc-eff614b962ec found for delete ", "request_id": "req-2a4d26f3-1319-4df0-a486-4cc64f2d5c24"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-05-12 07:02:27.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cfb79c8-5827-403e-8857-61a0dff72d54 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] TaaS: Handle Delete Port: d2003ce3-5c09-4c06-8216-ec45877242f5 2026-05-12 07:02:27.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cfb79c8-5827-403e-8857-61a0dff72d54 2a897cbb6516402b80e267833f3df524 c63123df901e411ba89db0122b39c406 - - default default] Tap Mirror: Handle Delete Port: d2003ce3-5c09-4c06-8216-ec45877242f5 2026-05-12 07:02:27.617 8 INFO neutron.services.segments.plugin [-] Segment 89edd488-bd2b-4645-8ce1-e20fb3d383bc resource provider aggregate not found 2026-05-12 07:02:27.624 8 INFO neutron.services.segments.plugin [-] Segment 89edd488-bd2b-4645-8ce1-e20fb3d383bc resource provider aggregate not found 2026-05-12 07:02:27.636 8 INFO neutron.services.segments.plugin [-] Segment 89edd488-bd2b-4645-8ce1-e20fb3d383bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89edd488-bd2b-4645-8ce1-e20fb3d383bc found for delete ", "request_id": "req-a5022282-0dde-413e-8368-58612299d691"}]} 2026-05-12 07:02:27.637 8 INFO neutron.services.segments.plugin [-] Segment 89edd488-bd2b-4645-8ce1-e20fb3d383bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89edd488-bd2b-4645-8ce1-e20fb3d383bc found for delete ", "request_id": "req-2ab0fa45-6acb-449b-96ad-1b53b691dfc1"}]} [pid: 8|app: 0|req: 1117/2390] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:27 2026] DELETE /v2.0/networks/712dd1e9-a11f-4a1a-86f8-380c4a20498e => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:28.131 7 INFO neutron.db.segments_db [None req-2c00c7ed-2ab3-4947-b8c0-f04a0285f178 499004ed8abf4a82aa5d83268d70d0dc 1ddc65d9236f439cacca666d50aea3bf - - default default] Added segment bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 of type vxlan for network ea54bc70-7157-415c-b433-833a7cc0ca9a [pid: 7|app: 0|req: 1274/2391] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:02:27 2026] POST /v2.0/networks => generated 631 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2392] 10.0.0.46 () {34 vars in 662 bytes} [Tue May 12 07:02:28 2026] POST /v2.0/ports => generated 743 bytes in 253 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: 1119/2393] 10.0.0.46 () {34 vars in 664 bytes} [Tue May 12 07:02:28 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2394] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:28 2026] PUT /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2395] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/security-groups?tenant_id=5b4c66346976478296c5b390bc373ff8&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2396] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2397] 10.0.0.46 () {34 vars in 758 bytes} [Tue May 12 07:02:28 2026] PUT /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags/green => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2398] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/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: 1124/2399] 10.0.0.46 () {34 vars in 754 bytes} [Tue May 12 07:02:28 2026] PUT /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2400] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:28 2026] DELETE /v2.0/security-groups/2ee6d458-52f0-44d1-a758-64aa92d5a6b8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2401] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2402] 10.0.0.46 () {34 vars in 776 bytes} [Tue May 12 07:02:28 2026] PUT /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/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: 8|app: 0|req: 1126/2403] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2404] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:28 2026] PUT /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2405] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2406] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags/red => generated 0 bytes in 15 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2407] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/security-groups?tenant_id=c63123df901e411ba89db0122b39c406&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:28.998 8 INFO neutron.api.v2.resource [None req-5342802f-9e6e-4a97-8ace-b3f49c8afd2d 499004ed8abf4a82aa5d83268d70d0dc 1ddc65d9236f439cacca666d50aea3bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1129/2408] 10.0.0.46 () {32 vars in 739 bytes} [Tue May 12 07:02:28 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2409] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:29 2026] DELETE /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2410] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:29 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2411] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:28 2026] DELETE /v2.0/security-groups/8df628d9-0e16-42d3-a9b3-33dcb998db89 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:29.110 8 INFO neutron.api.v2.resource [None req-b792b57b-3f92-403c-be56-7068237a20c3 499004ed8abf4a82aa5d83268d70d0dc 1ddc65d9236f439cacca666d50aea3bf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2412] 10.0.0.46 () {32 vars in 742 bytes} [Tue May 12 07:02:29 2026] DELETE /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2413] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:02:29 2026] DELETE /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => 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: 1133/2414] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:02:29 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2415] 10.0.0.46 () {32 vars in 717 bytes} [Tue May 12 07:02:29 2026] GET /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2416] 10.0.0.46 () {32 vars in 715 bytes} [Tue May 12 07:02:29 2026] GET /v2.0/ports/a9c70ec0-f729-43df-a6a7-a2df787a9eec => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2417] 10.0.0.46 () {32 vars in 720 bytes} [Tue May 12 07:02:29 2026] DELETE /v2.0/trunks/3b732aea-8533-400e-b5ba-6a3b6bb3fd4a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:29.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7ed61e1-0d02-443a-a4f3-07f364f8987b 499004ed8abf4a82aa5d83268d70d0dc 1ddc65d9236f439cacca666d50aea3bf - - default default] TaaS: Handle Delete Port: a9c70ec0-f729-43df-a6a7-a2df787a9eec 2026-05-12 07:02:29.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7ed61e1-0d02-443a-a4f3-07f364f8987b 499004ed8abf4a82aa5d83268d70d0dc 1ddc65d9236f439cacca666d50aea3bf - - default default] Tap Mirror: Handle Delete Port: a9c70ec0-f729-43df-a6a7-a2df787a9eec [pid: 8|app: 0|req: 1135/2418] 10.0.0.46 () {32 vars in 718 bytes} [Tue May 12 07:02:29 2026] DELETE /v2.0/ports/a9c70ec0-f729-43df-a6a7-a2df787a9eec => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:02:29.637 7 INFO neutron.services.segments.plugin [-] Segment bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 resource provider aggregate not found 2026-05-12 07:02:29.642 7 INFO neutron.services.segments.plugin [-] Segment bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 resource provider aggregate not found 2026-05-12 07:02:29.655 7 INFO neutron.services.segments.plugin [-] Segment bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 found for delete ", "request_id": "req-d573765f-a3c3-4515-ab40-872a8ac359de"}]} 2026-05-12 07:02:29.670 7 INFO neutron.services.segments.plugin [-] Segment bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdbcb9cb-076d-4f54-a9de-b46fc36aa1b5 found for delete ", "request_id": "req-e3b079b3-4800-45dd-87da-69d279139efb"}]} [pid: 7|app: 0|req: 1284/2419] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:02:29 2026] DELETE /v2.0/networks/ea54bc70-7157-415c-b433-833a7cc0ca9a => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2420] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:02:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2421] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:02:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2422] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:02:30 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: 1286/2423] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:02:30 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: 1138/2424] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2425] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:02:30 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: 1140/2426] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:02:30 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: 1141/2427] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2428] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:02:30.318 8 INFO neutron.api.v2.resource [None req-35f99c1e-6644-48f5-b45b-42c097a43365 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1143/2429] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/security-groups/lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 149 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2430] 199.19.213.181 () {30 vars in 784 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/security-groups?name=lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2431] 199.19.213.181 () {34 vars in 735 bytes} [Tue May 12 07:02:30 2026] POST /v2.0/security-groups => generated 1638 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2432] 199.19.213.181 () {30 vars in 814 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/security-group-rules?security_group_id=121cc234-7b60-447e-aa4c-9dba4b9b5d8a => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2433] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/security-groups?tenant_id=ca90fcc999c540ccaf0efe9423b2d6df&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2434] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:30 2026] DELETE /v2.0/security-groups/7c0189fd-b14f-44a0-be68-340615aaeb9a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2435] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:02:30 2026] PUT /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 266 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: 1148/2436] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:02:30 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: 1289/2437] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/security-groups?tenant_id=1ddc65d9236f439cacca666d50aea3bf&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2438] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:02:30 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: 1150/2439] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2440] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2441] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:02:30 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2442] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:30 2026] DELETE /v2.0/security-groups/3641fff2-fc6c-4d29-99c9-692240f0c254 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:02:31.407 8 INFO neutron.db.segments_db [None req-0c90edbc-509d-466f-a788-09e6764477c7 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 26457350-c0cc-4072-9272-6ac66e228eff of type vxlan for network bb2d96e3-97f4-4936-9883-b2a366dddefa [pid: 8|app: 0|req: 1153/2443] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 07:02:31 2026] POST /v2.0/networks => generated 741 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2444] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:02:31 2026] POST /v2.0/subnets => generated 688 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:31.735 8 INFO neutron.db.segments_db [None req-9ebd1068-a207-4799-a2ec-17f0be50d05d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 1434e52d-101b-4d52-b39f-c95e2d307fe0 of type vxlan for network e0f3883b-2e58-4c24-b70d-c56a7fedc41b 2026-05-12 07:02:32.018 8 INFO neutron.db.l3_hamode_db [None req-9ebd1068-a207-4799-a2ec-17f0be50d05d abdb70ce27e64439b2dcee73f3d5f1eb 306613a4bfda4c48bf0e31f562173952 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:02:33.279 8 INFO neutron.db.l3_hamode_db [None req-9ebd1068-a207-4799-a2ec-17f0be50d05d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1154/2445] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:02:31 2026] POST /v2.0/routers => generated 728 bytes in 2549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2446] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:34 2026] GET /v2.0/security-groups?tenant_id=7766a8ddf19242ef9867072a12b5477d&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2447] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:34 2026] DELETE /v2.0/security-groups/112db9d8-fc85-48ea-a3fb-af3e643481a2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2448] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:02:35 2026] GET /v2.0/security-groups?tenant_id=3f26bbbbf45b4360b4a9f810f1547e53&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2449] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:02:35 2026] DELETE /v2.0/security-groups/acb102d4-4c82-452e-9d50-1f21a4f3b81c => 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: 1292/2450] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:02:34 2026] PUT /v2.0/routers/83f93709-f0a7-46e4-b0f8-fcac849318e5/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:02:36.769 8 INFO neutron.db.segments_db [None req-d5bd3507-e563-41ed-8eda-855b0b75815a abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 052469fb-fded-49d9-a996-d98dc918208d of type vxlan for network 16fc7ab7-4091-42a2-b51d-ebec3d463b24 [pid: 8|app: 0|req: 1160/2453] 10.0.0.46 () {34 vars in 669 bytes} [Tue May 12 07:02:36 2026] POST /v2.0/networks => generated 741 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2454] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:02:36 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:37.144 8 INFO neutron.db.segments_db [None req-24573ce3-d7be-4d50-83ba-1e701e5fbc48 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Added segment 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db of type vxlan for network 15209566-d024-4028-a886-6b4c86c7ced8 2026-05-12 07:02:37.479 8 INFO neutron.db.l3_hamode_db [None req-24573ce3-d7be-4d50-83ba-1e701e5fbc48 abdb70ce27e64439b2dcee73f3d5f1eb 2c1bfbd870c1407aa0c710d4ab7c51da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:02:38.255 8 INFO neutron.db.l3_hamode_db [None req-24573ce3-d7be-4d50-83ba-1e701e5fbc48 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1295/2455] 10.0.0.24 () {34 vars in 1014 bytes} [Tue May 12 07:02:38 2026] GET /v2.0/security-groups?id=e5e473ee-ba06-4186-a3d1-c52df6a15c5f&fields=id => 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: 1296/2456] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:02:38 2026] GET /v2.0/networks?id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2457] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:02:38 2026] GET /v2.0/quotas/7624c0289b704f06ab36293bf69805ee => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2458] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:02:38 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2459] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:02:38 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1300/2460] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:02:38 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1161/2461] 10.0.0.46 () {34 vars in 667 bytes} [Tue May 12 07:02:37 2026] POST /v2.0/routers => generated 728 bytes in 2069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2462] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:39 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1163/2463] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:39 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1301/2464] 10.0.0.46 () {34 vars in 781 bytes} [Tue May 12 07:02:39 2026] PUT /v2.0/routers/91e3483e-7b3a-4081-a5ae-97b0ca1b8c9f/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2465] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 07:02:40 2026] POST /v2.0/security-groups => generated 1677 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2466] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2467] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2468] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2469] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:02:41.639 7 INFO neutron.db.securitygroups_db [None req-fda9359a-e3b3-4979-afa0-fb48c4d0caf6 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] Project 306613a4bfda4c48bf0e31f562173952 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: 1304/2470] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:41 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-05-12 07:02:41.798 8 INFO neutron.db.securitygroups_db [None req-107077fa-2d85-4530-b5cc-3e431b7bc2e3 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] Project 306613a4bfda4c48bf0e31f562173952 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: 1167/2471] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:41 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: 7|app: 0|req: 1305/2472] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:42 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1168/2473] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:42 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1306/2474] 10.0.0.46 () {34 vars in 683 bytes} [Tue May 12 07:02:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2475] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2476] 10.0.0.46 () {34 vars in 693 bytes} [Tue May 12 07:02:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2477] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:02:42 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2478] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/networks?id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2479] 10.0.0.24 () {34 vars in 1098 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1998599364&fields=id&tenant_id=306613a4bfda4c48bf0e31f562173952 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2480] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7624c0289b704f06ab36293bf69805ee => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2481] 10.0.0.24 () {34 vars in 1098 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2131290555&fields=id&tenant_id=306613a4bfda4c48bf0e31f562173952 => 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: 1173/2482] 10.0.0.24 () {34 vars in 980 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/networks?id=bb2d96e3-97f4-4936-9883-b2a366dddefa => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2483] 10.0.0.24 () {34 vars in 963 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/quotas/306613a4bfda4c48bf0e31f562173952 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2484] 10.0.0.24 () {34 vars in 1000 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/ports?tenant_id=306613a4bfda4c48bf0e31f562173952&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2485] 10.0.0.24 () {34 vars in 1006 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa?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: 1177/2486] 10.0.0.24 () {34 vars in 1106 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2487] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:02:43 2026] POST /v2.0/ports => generated 1082 bytes in 351 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: 1311/2488] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:43 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2489] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:02:43 2026] PUT /v2.0/ports/12557582-d27d-4809-9008-78430d446ffd => generated 1243 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:44.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-abaf315a-c594-4ecb-ab2a-a3d353d0ab1c'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': '12557582-d27d-4809-9008-78430d446ffd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1312/2490] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:02:44 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1246 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: 1179/2491] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:02:44 2026] GET /v2.0/networks?tenant_id=7624c0289b704f06ab36293bf69805ee&shared=False => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2492] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:02:44 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: 1180/2493] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:44 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1314/2494] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2495] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/security-groups?id=e5e473ee-ba06-4186-a3d1-c52df6a15c5f&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2496] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2497] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2498] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => 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: 1183/2499] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2500] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2501] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&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: 1318/2502] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:02:45 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1185/2503] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:02:46 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1319/2504] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:47 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1186/2505] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:48 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2506] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:48 2026] GET /v2.0/security-groups?id=e5e473ee-ba06-4186-a3d1-c52df6a15c5f&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2507] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:48 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1187/2508] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:02:48 2026] GET /v2.0/networks?id=bb2d96e3-97f4-4936-9883-b2a366dddefa => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2509] 199.19.213.181 () {34 vars in 1049 bytes} [Tue May 12 07:02:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=306613a4bfda4c48bf0e31f562173952 => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2510] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:48 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2511] 199.19.213.181 () {38 vars in 954 bytes} [Tue May 12 07:02:48 2026] POST /v2.0/ports => generated 993 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2512] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:02:48 2026] PUT /v2.0/ports/bc0b31dc-66f1-4ca1-b6b3-886126389fbe => generated 1274 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:49.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b213041a-af5a-4d01-92c8-77eaf3321fa1'] response: {'name': 'network-changed', 'server_uuid': '5c156196-8f5e-4edc-a19c-796fac4e30be', 'tag': 'bc0b31dc-66f1-4ca1-b6b3-886126389fbe', '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: 1324/2513] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:49 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1190/2514] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:49 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2515] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:02:49 2026] GET /v2.0/ports?tenant_id=306613a4bfda4c48bf0e31f562173952&device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2516] 199.19.213.181 () {34 vars in 1017 bytes} [Tue May 12 07:02:49 2026] GET /v2.0/networks?tenant_id=306613a4bfda4c48bf0e31f562173952&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2517] 199.19.213.181 () {34 vars in 929 bytes} [Tue May 12 07:02:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2518] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1248 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2519] 199.19.213.181 () {34 vars in 1043 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/security-groups?id=e5e473ee-ba06-4186-a3d1-c52df6a15c5f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2520] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2521] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2522] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/ports?tenant_id=306613a4bfda4c48bf0e31f562173952&device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2523] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bc0b31dc-66f1-4ca1-b6b3-886126389fbe => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2524] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/subnets?id=e5061a44-da83-44b2-b1e3-51a8bde4f531 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2525] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/ports?network_id=bb2d96e3-97f4-4936-9883-b2a366dddefa&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2526] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2527] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:02:50 2026] GET /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2530] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:51 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2531] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:51 2026] GET /v2.0/security-groups?id=e5e473ee-ba06-4186-a3d1-c52df6a15c5f&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2532] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:51 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1199/2533] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:51 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2534] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:51 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2535] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:52 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2536] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:52 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2537] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:53 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2538] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:53 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2539] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:53 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2540] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:02:53 2026] GET /v2.0/security-groups?id=e5e473ee-ba06-4186-a3d1-c52df6a15c5f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2541] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:54 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1339/2542] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:02:54 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2543] 199.19.213.181 () {34 vars in 1123 bytes} [Tue May 12 07:02:54 2026] GET /v2.0/security-groups?id=da2e57b5-e57f-4c89-a45c-17e19afb2254&id=c54dc6a6-2971-4535-981d-d1ce69342331&fields=id&fields=name => generated 207 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2544] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:54 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2545] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:55 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2546] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:56 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2547] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:02:56 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2548] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:02:56 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:02:56.713 8 INFO neutron.db.l3_db [None req-33aad2fd-5037-45b1-99c0-8144e1c48d73 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] Floating IP 96002cda-a9ba-4668-b061-4fc5fb2a0284 associated. External IP: 10.96.250.203, port: bc0b31dc-66f1-4ca1-b6b3-886126389fbe. [pid: 8|app: 0|req: 1207/2549] 10.0.0.46 () {34 vars in 747 bytes} [Tue May 12 07:02:56 2026] PUT /v2.0/floatingips/96002cda-a9ba-4668-b061-4fc5fb2a0284 => generated 855 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:02:57.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26b82765-e078-4528-aa8a-afe0342ad12e'] response: {'name': 'network-changed', 'server_uuid': '5c156196-8f5e-4edc-a19c-796fac4e30be', 'tag': 'bc0b31dc-66f1-4ca1-b6b3-886126389fbe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1343/2550] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/ports?tenant_id=306613a4bfda4c48bf0e31f562173952&device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1279 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2551] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/networks?id=bb2d96e3-97f4-4936-9883-b2a366dddefa => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2552] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bc0b31dc-66f1-4ca1-b6b3-886126389fbe => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2553] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/subnets?id=e5061a44-da83-44b2-b1e3-51a8bde4f531 => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2554] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/ports?network_id=bb2d96e3-97f4-4936-9883-b2a366dddefa&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: 1210/2555] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa?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: 1346/2556] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:02:57 2026] GET /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2557] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:04 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2558] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:03:04 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2559] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:03:04 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1279 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2560] 10.0.0.46 () {32 vars in 856 bytes} [Tue May 12 07:03:05 2026] GET /v2.0/floatingips?floating_network_id=a3a77a3b-96aa-43ab-9638-1ef8db6851e3&port_id=bc0b31dc-66f1-4ca1-b6b3-886126389fbe => generated 860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2561] 10.0.0.147 () {34 vars in 989 bytes} [Tue May 12 07:03:05 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2562] 10.0.0.147 () {34 vars in 1119 bytes} [Tue May 12 07:03:05 2026] GET /v2.0/security-groups?id=da2e57b5-e57f-4c89-a45c-17e19afb2254&id=c54dc6a6-2971-4535-981d-d1ce69342331&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2565] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:08 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2566] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:03:08 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2567] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:09 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2568] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:03:09 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2569] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:10 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2570] 10.0.0.24 () {34 vars in 1118 bytes} [Tue May 12 07:03:10 2026] GET /v2.0/security-groups?id=c54dc6a6-2971-4535-981d-d1ce69342331&id=da2e57b5-e57f-4c89-a45c-17e19afb2254&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2571] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:03:10 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:03:11.143 7 INFO neutron_taas.services.taas.taas_plugin [req-7a47174e-caae-4b54-b737-d02a035c23ff req-e2a32e90-c261-46f5-b542-344801d3ad2d 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] TaaS: Handle Delete Port: bc0b31dc-66f1-4ca1-b6b3-886126389fbe 2026-05-12 07:03:11.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a47174e-caae-4b54-b737-d02a035c23ff req-e2a32e90-c261-46f5-b542-344801d3ad2d 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] Tap Mirror: Handle Delete Port: bc0b31dc-66f1-4ca1-b6b3-886126389fbe 2026-05-12 07:03:11.254 7 INFO neutron.db.l3_db [req-7a47174e-caae-4b54-b737-d02a035c23ff req-e2a32e90-c261-46f5-b542-344801d3ad2d 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] Floating IP 96002cda-a9ba-4668-b061-4fc5fb2a0284 disassociated. External IP: 10.96.250.203, port: bc0b31dc-66f1-4ca1-b6b3-886126389fbe. [pid: 7|app: 0|req: 1354/2572] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:03:10 2026] DELETE /v2.0/ports/bc0b31dc-66f1-4ca1-b6b3-886126389fbe => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:03:11.680 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98bb044f-fe00-49f7-8b71-900b166dde84'] response: {'server_uuid': '5c156196-8f5e-4edc-a19c-796fac4e30be', 'name': 'network-vif-deleted', 'tag': 'bc0b31dc-66f1-4ca1-b6b3-886126389fbe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1219/2573] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:12 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1355/2574] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:13 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1220/2575] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:14 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1356/2576] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:03:15 2026] GET /v2.0/ports?device_id=5c156196-8f5e-4edc-a19c-796fac4e30be => 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: 1221/2577] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:16 2026] DELETE /v2.0/security-groups/c54dc6a6-2971-4535-981d-d1ce69342331 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:03:16.632 7 INFO neutron.api.v2.resource [None req-75c50606-29ed-43d5-9786-da6fbd98620f 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1357/2578] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 07:03:16 2026] GET /v2.0/security-groups/c54dc6a6-2971-4535-981d-d1ce69342331 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:03:16.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e022da5-63ff-42dc-aafa-7108bce8ec53 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] TaaS: Handle Delete Port: 7cb1d3ba-a145-41e7-8fb0-cfc3f2efb2ea 2026-05-12 07:03:16.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e022da5-63ff-42dc-aafa-7108bce8ec53 190c6d3cffbb4aa18bdb1df06e875c05 306613a4bfda4c48bf0e31f562173952 - - default default] Tap Mirror: Handle Delete Port: 7cb1d3ba-a145-41e7-8fb0-cfc3f2efb2ea [pid: 8|app: 0|req: 1222/2579] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:16 2026] DELETE /v2.0/floatingips/96002cda-a9ba-4668-b061-4fc5fb2a0284 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2580] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:16 2026] DELETE /v2.0/security-groups/da2e57b5-e57f-4c89-a45c-17e19afb2254 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:03:17.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9160db8-e53b-4905-ab9f-be3491728669 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: b82cd290-038a-4b98-9f39-a104305228f9 2026-05-12 07:03:17.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9160db8-e53b-4905-ab9f-be3491728669 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: b82cd290-038a-4b98-9f39-a104305228f9 [pid: 8|app: 0|req: 1223/2581] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:03:17 2026] PUT /v2.0/routers/83f93709-f0a7-46e4-b0f8-fcac849318e5/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:03:18.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-76194407-65b4-4197-b3d4-1aa7e837829b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 2dd2ee15-81ba-478b-9caf-4a1f741663f5 2026-05-12 07:03:18.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76194407-65b4-4197-b3d4-1aa7e837829b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 2dd2ee15-81ba-478b-9caf-4a1f741663f5 2026-05-12 07:03:18.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-76194407-65b4-4197-b3d4-1aa7e837829b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 6d63229f-1f34-46e9-a77e-050c33d113a6 2026-05-12 07:03:18.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76194407-65b4-4197-b3d4-1aa7e837829b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 6d63229f-1f34-46e9-a77e-050c33d113a6 2026-05-12 07:03:18.850 7 INFO neutron.services.segments.plugin [-] Segment 1434e52d-101b-4d52-b39f-c95e2d307fe0 resource provider aggregate not found 2026-05-12 07:03:18.853 7 INFO neutron.services.segments.plugin [-] Segment 1434e52d-101b-4d52-b39f-c95e2d307fe0 resource provider aggregate not found 2026-05-12 07:03:18.869 7 INFO neutron.services.segments.plugin [-] Segment 1434e52d-101b-4d52-b39f-c95e2d307fe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1434e52d-101b-4d52-b39f-c95e2d307fe0 found for delete ", "request_id": "req-e2df062a-39de-49fe-8944-2590122c54f4"}]} 2026-05-12 07:03:18.873 7 INFO neutron.services.segments.plugin [-] Segment 1434e52d-101b-4d52-b39f-c95e2d307fe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1434e52d-101b-4d52-b39f-c95e2d307fe0 found for delete ", "request_id": "req-8e40fab9-9987-4e40-9f81-27825fdf58c8"}]} 2026-05-12 07:03:18.885 7 INFO neutron.db.l3_hamode_db [None req-76194407-65b4-4197-b3d4-1aa7e837829b abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network e0f3883b-2e58-4c24-b70d-c56a7fedc41b was deleted as no HA routers are present in tenant 306613a4bfda4c48bf0e31f562173952. [pid: 7|app: 0|req: 1359/2582] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:17 2026] DELETE /v2.0/routers/83f93709-f0a7-46e4-b0f8-fcac849318e5 => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2583] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:18 2026] DELETE /v2.0/subnets/e5061a44-da83-44b2-b1e3-51a8bde4f531 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:03:19.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6ae7dda-3ba5-4727-931f-f8510e14561d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 5c4a3dfb-ede9-4c4a-9238-39e05d6d7b85 2026-05-12 07:03:19.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6ae7dda-3ba5-4727-931f-f8510e14561d abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 5c4a3dfb-ede9-4c4a-9238-39e05d6d7b85 [pid: 7|app: 0|req: 1360/2584] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:03:19 2026] DELETE /v2.0/networks/bb2d96e3-97f4-4936-9883-b2a366dddefa => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:03:19.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-a112c4df-ac04-40c4-bbbb-37ce596d4a04 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: eef170d6-2160-4420-bd20-b6019ac30e83 2026-05-12 07:03:19.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a112c4df-ac04-40c4-bbbb-37ce596d4a04 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: eef170d6-2160-4420-bd20-b6019ac30e83 [pid: 8|app: 0|req: 1225/2585] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:03:19 2026] PUT /v2.0/routers/91e3483e-7b3a-4081-a5ae-97b0ca1b8c9f/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:03:20.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-30cec8ec-a961-4e49-a65e-1b57f11fb327 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: a2d25480-583e-4836-b694-f010646d0853 2026-05-12 07:03:20.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30cec8ec-a961-4e49-a65e-1b57f11fb327 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: a2d25480-583e-4836-b694-f010646d0853 2026-05-12 07:03:20.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-30cec8ec-a961-4e49-a65e-1b57f11fb327 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 411406a6-d846-4de8-8af2-b66571dd98c6 2026-05-12 07:03:20.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30cec8ec-a961-4e49-a65e-1b57f11fb327 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 411406a6-d846-4de8-8af2-b66571dd98c6 2026-05-12 07:03:20.891 7 INFO neutron.services.segments.plugin [-] Segment 26457350-c0cc-4072-9272-6ac66e228eff resource provider aggregate not found 2026-05-12 07:03:20.893 7 INFO neutron.services.segments.plugin [-] Segment 26457350-c0cc-4072-9272-6ac66e228eff resource provider aggregate not found 2026-05-12 07:03:20.915 7 INFO neutron.services.segments.plugin [-] Segment 26457350-c0cc-4072-9272-6ac66e228eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26457350-c0cc-4072-9272-6ac66e228eff found for delete ", "request_id": "req-04747ac4-53c4-4c8c-bae7-688410972a49"}]} 2026-05-12 07:03:20.917 7 INFO neutron.services.segments.plugin [-] Segment 26457350-c0cc-4072-9272-6ac66e228eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26457350-c0cc-4072-9272-6ac66e228eff found for delete ", "request_id": "req-d54166b0-746d-4ab3-9585-282718ff383b"}]} 2026-05-12 07:03:21.178 7 INFO neutron.db.l3_hamode_db [None req-30cec8ec-a961-4e49-a65e-1b57f11fb327 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] HA network 15209566-d024-4028-a886-6b4c86c7ced8 was deleted as no HA routers are present in tenant 2c1bfbd870c1407aa0c710d4ab7c51da. [pid: 7|app: 0|req: 1361/2588] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:20 2026] DELETE /v2.0/routers/91e3483e-7b3a-4081-a5ae-97b0ca1b8c9f => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2589] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:21 2026] DELETE /v2.0/subnets/15e16a00-b807-47a3-b18f-4c46c9e821ed => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:03:21.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-41cb8026-a6b0-45a2-96b8-7c6cbfeb2076 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: c06eac51-0eb1-4620-9077-5cd75ab4d3a0 2026-05-12 07:03:21.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41cb8026-a6b0-45a2-96b8-7c6cbfeb2076 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: c06eac51-0eb1-4620-9077-5cd75ab4d3a0 [pid: 7|app: 0|req: 1362/2590] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:03:21 2026] DELETE /v2.0/networks/16fc7ab7-4091-42a2-b51d-ebec3d463b24 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2591] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:21 2026] GET /v2.0/security-groups?tenant_id=2c1bfbd870c1407aa0c710d4ab7c51da&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2592] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:21 2026] DELETE /v2.0/security-groups/a028966f-aaf0-45fe-a86c-424b0cb49e3c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2593] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:22 2026] GET /v2.0/security-groups?tenant_id=306613a4bfda4c48bf0e31f562173952&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2594] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:22 2026] DELETE /v2.0/security-groups/82065813-5488-4953-8a6a-7593d7b402f8 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:03:22.934 7 INFO neutron.services.segments.plugin [-] Segment 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db resource provider aggregate not found 2026-05-12 07:03:22.947 7 INFO neutron.services.segments.plugin [-] Segment 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db resource provider aggregate not found 2026-05-12 07:03:22.955 7 INFO neutron.services.segments.plugin [-] Segment 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db found for delete ", "request_id": "req-edaa5181-cefa-41aa-b789-4bf2baf5d4c2"}]} 2026-05-12 07:03:22.963 7 INFO neutron.services.segments.plugin [-] Segment 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ca0ea9-332b-4e6d-b8c9-49a6d674a3db found for delete ", "request_id": "req-e13aab82-5096-4254-a578-da1ad2ce2e84"}]} 2026-05-12 07:03:22.975 7 INFO neutron.services.segments.plugin [-] Segment 052469fb-fded-49d9-a996-d98dc918208d resource provider aggregate not found 2026-05-12 07:03:22.985 7 INFO neutron.services.segments.plugin [-] Segment 052469fb-fded-49d9-a996-d98dc918208d resource provider aggregate not found 2026-05-12 07:03:22.992 7 INFO neutron.services.segments.plugin [-] Segment 052469fb-fded-49d9-a996-d98dc918208d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 052469fb-fded-49d9-a996-d98dc918208d found for delete ", "request_id": "req-5143dc4b-87e1-4900-8bc7-5b670a448a78"}]} 2026-05-12 07:03:23.001 7 INFO neutron.services.segments.plugin [-] Segment 052469fb-fded-49d9-a996-d98dc918208d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 052469fb-fded-49d9-a996-d98dc918208d found for delete ", "request_id": "req-80404843-f6cc-466b-bdc8-276c47e329ca"}]} [pid: 8|app: 0|req: 1231/2595] 10.0.0.46 () {34 vars in 676 bytes} [Tue May 12 07:03:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2596] 10.0.0.46 () {34 vars in 676 bytes} [Tue May 12 07:03:26 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: 1232/2597] 10.0.0.46 () {34 vars in 676 bytes} [Tue May 12 07:03:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2598] 10.0.0.46 () {34 vars in 676 bytes} [Tue May 12 07:03:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2599] 10.0.0.46 () {34 vars in 676 bytes} [Tue May 12 07:03:26 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: 1367/2600] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:03:26 2026] PUT /v2.0/policies/70ebf5c9-ef25-4a2f-8a0c-d14b729c2ec8/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2601] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:03:26 2026] PUT /v2.0/policies/49596c8b-5d95-46e3-8ace-47a0a2ed2313/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2602] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:03:27 2026] PUT /v2.0/policies/812d0347-a82e-4e3e-bfdb-ed53fbebe71d/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2603] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:03:27 2026] PUT /v2.0/policies/4c90cf4d-f24e-49ab-ae69-b64f4e4c74df/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2604] 10.0.0.46 () {32 vars in 672 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2605] 10.0.0.46 () {32 vars in 686 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2606] 10.0.0.46 () {32 vars in 682 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2607] 10.0.0.46 () {32 vars in 694 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2608] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2609] 10.0.0.46 () {32 vars in 694 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2610] 10.0.0.46 () {32 vars in 690 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2611] 10.0.0.46 () {32 vars in 702 bytes} [Tue May 12 07:03:27 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2612] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:03:28 2026] DELETE /v2.0/qos/policies/70ebf5c9-ef25-4a2f-8a0c-d14b729c2ec8 => 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: 1240/2613] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:03:28 2026] DELETE /v2.0/qos/policies/49596c8b-5d95-46e3-8ace-47a0a2ed2313 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2614] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:03:28 2026] DELETE /v2.0/qos/policies/812d0347-a82e-4e3e-bfdb-ed53fbebe71d => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2615] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:03:28 2026] DELETE /v2.0/qos/policies/4c90cf4d-f24e-49ab-ae69-b64f4e4c74df => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2616] 10.0.0.46 () {32 vars in 732 bytes} [Tue May 12 07:03:28 2026] DELETE /v2.0/qos/policies/299037dc-c8e9-4bb7-8312-9ddbe156b2c7 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2617] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:03: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: 7|app: 0|req: 1376/2618] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2619] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:03:29 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: 1377/2620] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:03:29 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: 1244/2621] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2622] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2623] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/security-groups?tenant_id=50e1b0967e814d35b182f1197685f351&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2624] 199.19.213.181 () {34 vars in 716 bytes} [Tue May 12 07:03:29 2026] POST /v2.0/ports => generated 1059 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2625] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:29 2026] DELETE /v2.0/security-groups/cd1d8bd5-2584-4850-a9cb-1662b44efdba => 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: 1247/2626] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2627] 10.0.0.24 () {34 vars in 905 bytes} [Tue May 12 07:03:29 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: 1248/2628] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/security-groups?tenant_id=5061c19372b34ff9ab732430982156a7&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2629] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:29 2026] DELETE /v2.0/security-groups/ecd6e90c-856e-473f-909d-862cc126ed7e => 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: 1249/2630] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:29 2026] GET /v2.0/security-groups?tenant_id=c971f7da63b64f06920d2cfdb1356164&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2631] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:30 2026] DELETE /v2.0/security-groups/13b9dbe9-fce7-4a56-bfc2-938dc4325ffe => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2632] 199.19.213.181 () {34 vars in 1261 bytes} [Tue May 12 07:03:30 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2633] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:03:30 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1251/2634] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:03:30 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1384/2635] 199.19.213.181 () {34 vars in 974 bytes} [Tue May 12 07:03:31 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2636] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:03:31 2026] GET /v2.0/networks?id=226d6aac-0bd1-4554-a06f-3ce541e67ef4 => 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: 1385/2637] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:03:31 2026] PUT /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1249 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:03:31.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a0571ca-3021-4657-8031-db90cacf17a8'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'a0366c9d-86d3-4213-8737-dd18b0fd3f58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1253/2638] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2639] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/networks?id=226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2640] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1387/2641] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2642] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&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: 1388/2643] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2644] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:03:32 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2645] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2646] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => 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: 1390/2647] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => 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: 1258/2648] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&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: 1391/2649] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1259/2650] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2651] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2652] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2653] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2654] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2655] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:03:33 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:34.359 8 INFO neutron.db.segments_db [None req-20b05756-f08a-412f-ae49-a792c9a0bb24 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Added segment 657f289d-5e95-42f2-a00e-cc198d60adfe of type vxlan for network c3424267-f683-4982-bfa3-8223d575057c 2026-05-12 07:03:34.603 8 INFO neutron.db.l3_hamode_db [None req-20b05756-f08a-412f-ae49-a792c9a0bb24 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:03:34.751 8 INFO neutron.db.l3_hamode_db [None req-20b05756-f08a-412f-ae49-a792c9a0bb24 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1262/2656] 10.0.0.46 () {34 vars in 666 bytes} [Tue May 12 07:03:34 2026] POST /v2.0/routers => generated 474 bytes in 1178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:03:35.409 7 INFO neutron.db.l3_hamode_db [None req-014550dc-a73d-41d6-8081-62fdbbc0ff7f 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:03:35.533 7 INFO neutron.db.l3_hamode_db [None req-014550dc-a73d-41d6-8081-62fdbbc0ff7f 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1395/2659] 10.0.0.46 () {34 vars in 666 bytes} [Tue May 12 07:03:35 2026] POST /v2.0/routers => generated 474 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:03:36.182 8 INFO neutron.db.l3_hamode_db [None req-9b8d467c-0a7b-4961-ab5d-8c3963682149 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:03:36.291 8 INFO neutron.db.l3_hamode_db [None req-9b8d467c-0a7b-4961-ab5d-8c3963682149 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1265/2660] 10.0.0.46 () {34 vars in 666 bytes} [Tue May 12 07:03:36 2026] POST /v2.0/routers => generated 474 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:03:36.907 7 INFO neutron.db.l3_hamode_db [None req-c123f7ab-081b-46e8-8707-904e4b197b21 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:03:37.022 7 INFO neutron.db.l3_hamode_db [None req-c123f7ab-081b-46e8-8707-904e4b197b21 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1396/2661] 10.0.0.46 () {34 vars in 666 bytes} [Tue May 12 07:03:36 2026] POST /v2.0/routers => generated 474 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:03:37.675 8 INFO neutron.db.l3_hamode_db [None req-ef9b55be-0128-42de-92d3-73b3dcc5c6b0 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-12 07:03:37.783 8 INFO neutron.db.l3_hamode_db [None req-ef9b55be-0128-42de-92d3-73b3dcc5c6b0 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1397/2662] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 07:03:38 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1251 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2663] 10.0.0.46 () {34 vars in 666 bytes} [Tue May 12 07:03:37 2026] POST /v2.0/routers => generated 474 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2664] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:03:38 2026] PUT /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1275 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2665] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:03:38 2026] PUT /v2.0/routers/d3d9714a-e17f-48cd-b397-ab056e6ad1a7/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:38.457 8 INFO neutron.api.v2.resource [None req-aa600e86-347e-4301-a891-17046dbc339f abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1268/2666] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 07:03:38 2026] GET /v2.0/security-groups/lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:03:38.485 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02d3782c-852d-479f-bcfb-807c9c356311'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'a0366c9d-86d3-4213-8737-dd18b0fd3f58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1269/2667] 199.19.213.181 () {30 vars in 784 bytes} [Tue May 12 07:03:38 2026] GET /v2.0/security-groups?name=lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2668] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:03:38 2026] PUT /v2.0/routers/406f10ee-acc7-4fcc-be76-0a50a2551f53/tags => generated 25 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2669] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:03:38 2026] PUT /v2.0/routers/1b85bee2-e468-4c93-96f6-85a47c40d869/tags => generated 34 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2670] 10.0.0.46 () {34 vars in 749 bytes} [Tue May 12 07:03:38 2026] PUT /v2.0/routers/bee1cba9-21f6-47ba-ba91-a455bde98e88/tags => generated 19 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2671] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:03:38 2026] PUT /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1313 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:03:38.889 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9502c56-979b-49e7-a26d-09ebba6f81be'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'a0366c9d-86d3-4213-8737-dd18b0fd3f58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1402/2672] 10.0.0.46 () {32 vars in 662 bytes} [Tue May 12 07:03:38 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 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: 1271/2673] 10.0.0.46 () {32 vars in 676 bytes} [Tue May 12 07:03:38 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2674] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:03:38 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2675] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2676] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/networks?id=226d6aac-0bd1-4554-a06f-3ce541e67ef4 => 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: 1406/2677] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2678] 10.0.0.46 () {32 vars in 672 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2679] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:03:39 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: 1407/2680] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1408/2681] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => 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: 1409/2682] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2683] 10.0.0.46 () {32 vars in 684 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2684] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2685] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2686] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1277/2687] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2688] 10.0.0.46 () {32 vars in 670 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2689] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2690] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2691] 10.0.0.46 () {32 vars in 684 bytes} [Tue May 12 07:03:39 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: 8|app: 0|req: 1280/2692] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2693] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2694] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2695] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2696] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2697] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2698] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:03:39 2026] GET /v2.0/routers/d3d9714a-e17f-48cd-b397-ab056e6ad1a7 => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2699] 10.0.0.46 () {34 vars in 740 bytes} [Tue May 12 07:03:39 2026] PUT /v2.0/routers/d3d9714a-e17f-48cd-b397-ab056e6ad1a7 => generated 485 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2700] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/ports?device_id=d3d9714a-e17f-48cd-b397-ab056e6ad1a7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:40.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d64eefc-3145-45ea-96bb-c45179f465f3 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] TaaS: Handle Delete Port: 8e7aea42-0251-42f0-92b0-7638a55c184e 2026-05-12 07:03:40.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d64eefc-3145-45ea-96bb-c45179f465f3 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Tap Mirror: Handle Delete Port: 8e7aea42-0251-42f0-92b0-7638a55c184e [pid: 7|app: 0|req: 1417/2701] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2702] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/networks?id=226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2703] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1420/2704] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2705] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:40 2026] DELETE /v2.0/routers/d3d9714a-e17f-48cd-b397-ab056e6ad1a7 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2706] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2707] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/routers/406f10ee-acc7-4fcc-be76-0a50a2551f53 => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2708] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1423/2709] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:03:40 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1287/2710] 10.0.0.46 () {34 vars in 740 bytes} [Tue May 12 07:03:40 2026] PUT /v2.0/routers/406f10ee-acc7-4fcc-be76-0a50a2551f53 => generated 493 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2711] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:03:41 2026] GET /v2.0/ports?device_id=406f10ee-acc7-4fcc-be76-0a50a2551f53 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:41.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b0e63f5-407f-4efe-97f3-a9e5b8f77116 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] TaaS: Handle Delete Port: 87e2b271-3985-42c7-82c8-c580fb58044a 2026-05-12 07:03:41.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b0e63f5-407f-4efe-97f3-a9e5b8f77116 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Tap Mirror: Handle Delete Port: 87e2b271-3985-42c7-82c8-c580fb58044a [pid: 8|app: 0|req: 1288/2712] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:41 2026] DELETE /v2.0/routers/406f10ee-acc7-4fcc-be76-0a50a2551f53 => generated 0 bytes in 441 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2713] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:03:41 2026] GET /v2.0/routers/1b85bee2-e468-4c93-96f6-85a47c40d869 => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2714] 10.0.0.46 () {34 vars in 740 bytes} [Tue May 12 07:03:41 2026] PUT /v2.0/routers/1b85bee2-e468-4c93-96f6-85a47c40d869 => generated 502 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2715] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:03:42 2026] GET /v2.0/ports?device_id=1b85bee2-e468-4c93-96f6-85a47c40d869 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:42.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb2131c9-f0ab-4755-ba65-2e71dea30c5b 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] TaaS: Handle Delete Port: 9dd687a8-9af9-4c62-a5b7-4269c62d7cba 2026-05-12 07:03:42.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb2131c9-f0ab-4755-ba65-2e71dea30c5b 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Tap Mirror: Handle Delete Port: 9dd687a8-9af9-4c62-a5b7-4269c62d7cba [pid: 8|app: 0|req: 1290/2716] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:42 2026] DELETE /v2.0/routers/1b85bee2-e468-4c93-96f6-85a47c40d869 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2717] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:03:42 2026] GET /v2.0/routers/bee1cba9-21f6-47ba-ba91-a455bde98e88 => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2718] 10.0.0.46 () {34 vars in 740 bytes} [Tue May 12 07:03:43 2026] PUT /v2.0/routers/bee1cba9-21f6-47ba-ba91-a455bde98e88 => generated 487 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2719] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:03:43 2026] GET /v2.0/ports?device_id=bee1cba9-21f6-47ba-ba91-a455bde98e88 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:43.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab6cca13-f95d-4ed0-afd6-2567bf6817ef 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] TaaS: Handle Delete Port: ae04c796-2dd4-4550-934e-f40b88870064 2026-05-12 07:03:43.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab6cca13-f95d-4ed0-afd6-2567bf6817ef 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Tap Mirror: Handle Delete Port: ae04c796-2dd4-4550-934e-f40b88870064 [pid: 8|app: 0|req: 1292/2720] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:43 2026] DELETE /v2.0/routers/bee1cba9-21f6-47ba-ba91-a455bde98e88 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2721] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:03:43 2026] GET /v2.0/routers/8c98a185-4451-4cba-9876-c42a5f021386 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2722] 10.0.0.46 () {34 vars in 740 bytes} [Tue May 12 07:03:43 2026] PUT /v2.0/routers/8c98a185-4451-4cba-9876-c42a5f021386 => generated 480 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2723] 10.0.0.46 () {32 vars in 734 bytes} [Tue May 12 07:03:44 2026] GET /v2.0/ports?device_id=8c98a185-4451-4cba-9876-c42a5f021386 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:44.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-98c26fcf-a049-46bc-be54-e8b77bff0ec0 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] TaaS: Handle Delete Port: 1377cf7b-07bd-4645-99b0-8626872a0e12 2026-05-12 07:03:44.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98c26fcf-a049-46bc-be54-e8b77bff0ec0 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] Tap Mirror: Handle Delete Port: 1377cf7b-07bd-4645-99b0-8626872a0e12 2026-05-12 07:03:44.942 8 INFO neutron.services.segments.plugin [-] Segment 657f289d-5e95-42f2-a00e-cc198d60adfe resource provider aggregate not found 2026-05-12 07:03:44.945 8 INFO neutron.services.segments.plugin [-] Segment 657f289d-5e95-42f2-a00e-cc198d60adfe resource provider aggregate not found 2026-05-12 07:03:44.974 8 INFO neutron.db.l3_hamode_db [None req-98c26fcf-a049-46bc-be54-e8b77bff0ec0 19ce4f24f87a4cb8928906a037df9bdd 7a0f42b0f7704b83911df03c9f5fcc53 - - default default] HA network c3424267-f683-4982-bfa3-8223d575057c was deleted as no HA routers are present in tenant 7a0f42b0f7704b83911df03c9f5fcc53. [pid: 8|app: 0|req: 1294/2724] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:03:44 2026] DELETE /v2.0/routers/8c98a185-4451-4cba-9876-c42a5f021386 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:03:45.040 8 INFO neutron.services.segments.plugin [-] Segment 657f289d-5e95-42f2-a00e-cc198d60adfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 657f289d-5e95-42f2-a00e-cc198d60adfe found for delete ", "request_id": "req-099c1115-9ad4-48df-8061-557c5d823f07"}]} 2026-05-12 07:03:45.083 8 INFO neutron.services.segments.plugin [-] Segment 657f289d-5e95-42f2-a00e-cc198d60adfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 657f289d-5e95-42f2-a00e-cc198d60adfe found for delete ", "request_id": "req-5cc7aa2f-0280-4c0c-9d1f-5486b9dc253b"}]} [pid: 7|app: 0|req: 1431/2725] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:45 2026] GET /v2.0/security-groups?tenant_id=7e4b8044dd79446c8cb550d5be72bf90&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2726] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:46 2026] DELETE /v2.0/security-groups/aeb0c244-58a9-4bd9-9980-7fe0a5939f03 => 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: 1432/2727] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:46 2026] GET /v2.0/security-groups?tenant_id=7a0f42b0f7704b83911df03c9f5fcc53&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2728] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:46 2026] DELETE /v2.0/security-groups/3212978e-11a1-4545-8f9b-9764f3f5de3b => 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: 1433/2729] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:46 2026] GET /v2.0/security-groups?tenant_id=c60a7ec6f60241e18f369fa365d88f7d&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2730] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:46 2026] DELETE /v2.0/security-groups/aaf9e330-23bf-425a-89ee-40abb490d220 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:03:48.505 7 INFO neutron.db.l3_db [None req-22f8d98d-792a-4cdc-ba41-1f27947d6d5d ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Floating IP 1e75507f-9ae9-4468-91ed-f15f5b9abc8e associated. External IP: 10.96.250.208, port: 9358998b-572a-4192-a4f3-be801b50485f. [pid: 7|app: 0|req: 1434/2731] 10.0.0.46 () {34 vars in 675 bytes} [Tue May 12 07:03:47 2026] POST /v2.0/floatingips => generated 898 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2734] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:03:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2735] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:03:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2736] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:03:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2737] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:03:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2738] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:03:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2739] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:03:51 2026] PUT /v2.0/subnetpools/f06d786e-6f4a-4679-aabe-2486c6766dd5/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: 1301/2740] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:03:51 2026] PUT /v2.0/subnetpools/5916b76d-9c86-4265-9e5a-834e296bffe6/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2741] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:03:51 2026] PUT /v2.0/subnetpools/a3147029-b2c9-45f4-9a61-a61febea733b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2742] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:03:51 2026] PUT /v2.0/subnetpools/65a0187e-6728-414f-bfa6-5dad05f6a429/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2743] 10.0.0.46 () {32 vars in 670 bytes} [Tue May 12 07:03:51 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: 8|app: 0|req: 1303/2744] 10.0.0.46 () {32 vars in 684 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2745] 10.0.0.46 () {32 vars in 680 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2746] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2747] 10.0.0.46 () {32 vars in 678 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2748] 10.0.0.46 () {32 vars in 692 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2749] 10.0.0.46 () {32 vars in 688 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2750] 10.0.0.46 () {32 vars in 700 bytes} [Tue May 12 07:03:51 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2751] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:51 2026] DELETE /v2.0/subnetpools/f06d786e-6f4a-4679-aabe-2486c6766dd5 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2752] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:51 2026] DELETE /v2.0/subnetpools/5916b76d-9c86-4265-9e5a-834e296bffe6 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2753] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:51 2026] DELETE /v2.0/subnetpools/a3147029-b2c9-45f4-9a61-a61febea733b => 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: 1308/2754] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:51 2026] DELETE /v2.0/subnetpools/65a0187e-6728-414f-bfa6-5dad05f6a429 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2755] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:51 2026] DELETE /v2.0/subnetpools/0e309eca-c50f-4a40-b916-6dae905171d9 => 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: 1309/2756] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:52 2026] GET /v2.0/security-groups?tenant_id=d9ff276f4d234601be5d8b4866b4442f&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2757] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:53 2026] DELETE /v2.0/security-groups/a5b86e2d-fef6-4489-aa53-c3c93e6e07a3 => 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: 1310/2758] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:53 2026] GET /v2.0/security-groups?tenant_id=0f9c729f22fd414694fbac7004a70d07&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: 1449/2759] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:53 2026] DELETE /v2.0/security-groups/22aacd1a-6bd6-40ad-83bb-4b2813c9361a => 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: 1311/2760] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:53 2026] GET /v2.0/security-groups?tenant_id=866e9163f18c487e9c1531d7049f4087&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2761] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:03:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2762] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:03:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2763] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:03:53 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: 1312/2764] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:53 2026] DELETE /v2.0/security-groups/64bd0b2b-99df-45f1-b213-92eff05dd5bf => 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: 1453/2765] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:03:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:03:53.997 8 INFO neutron.api.v2.resource [None req-6399b2f4-0a2a-4638-8bdb-5994d60fc613 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2766] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 07:03:53 2026] GET /v2.0/security-groups/lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2767] 199.19.213.181 () {30 vars in 784 bytes} [Tue May 12 07:03:54 2026] GET /v2.0/security-groups?name=lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2768] 199.19.213.181 () {30 vars in 814 bytes} [Tue May 12 07:03:54 2026] GET /v2.0/security-group-rules?security_group_id=121cc234-7b60-447e-aa4c-9dba4b9b5d8a => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2769] 199.19.213.181 () {34 vars in 746 bytes} [Tue May 12 07:03:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2770] 199.19.213.181 () {34 vars in 746 bytes} [Tue May 12 07:03:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2771] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:03:56 2026] POST /v2.0/floatingips => generated 552 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2772] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:03:57 2026] PUT /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2773] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:57 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2774] 10.0.0.46 () {34 vars in 768 bytes} [Tue May 12 07:03:57 2026] PUT /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2775] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:57 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2776] 10.0.0.46 () {34 vars in 764 bytes} [Tue May 12 07:03:57 2026] PUT /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2777] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:57 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2778] 10.0.0.46 () {34 vars in 786 bytes} [Tue May 12 07:03:57 2026] PUT /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/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: 1460/2779] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:57 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2780] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:03:57 2026] PUT /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2781] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:57 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2782] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:03:58 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:03:58.102 7 INFO neutron.api.v2.resource [None req-99f4503f-6f1e-4a36-b9f1-91ef54da8143 99f13f624ac546b09faf78d17496a283 5dbd526663244c5294290466e02e0e47 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2783] 10.0.0.46 () {32 vars in 749 bytes} [Tue May 12 07:03:58 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2784] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:03:58 2026] DELETE /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags/red => 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: 1463/2785] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:58 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:58.252 8 INFO neutron.api.v2.resource [None req-063651d2-5e8f-4d1e-8fa4-4ceb3068930d 99f13f624ac546b09faf78d17496a283 5dbd526663244c5294290466e02e0e47 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2786] 10.0.0.46 () {32 vars in 752 bytes} [Tue May 12 07:03:58 2026] DELETE /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2787] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:03:58 2026] DELETE /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2788] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:03:58 2026] GET /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:03:58.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8c121e5-3310-41f1-bd1c-ca7b4721bb71 99f13f624ac546b09faf78d17496a283 5dbd526663244c5294290466e02e0e47 - - default default] TaaS: Handle Delete Port: c6d53121-100a-48fb-bd6d-b3fec44078d9 2026-05-12 07:03:58.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c121e5-3310-41f1-bd1c-ca7b4721bb71 99f13f624ac546b09faf78d17496a283 5dbd526663244c5294290466e02e0e47 - - default default] Tap Mirror: Handle Delete Port: c6d53121-100a-48fb-bd6d-b3fec44078d9 [pid: 7|app: 0|req: 1465/2789] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:03:58 2026] DELETE /v2.0/floatingips/785c41d7-01a6-4861-8d1d-40cc5a82c17e => 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: 1325/2790] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:59 2026] GET /v2.0/security-groups?tenant_id=5dbd526663244c5294290466e02e0e47&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2791] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:59 2026] DELETE /v2.0/security-groups/2041dd19-d145-4a92-a75e-4a1bec511ec0 => 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: 1326/2792] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:03:59 2026] GET /v2.0/security-groups?tenant_id=6e853d1d10d44e1a96e74f91b77cb86b&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2793] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:03:59 2026] DELETE /v2.0/security-groups/bcdd08c0-0dfb-4b9c-8753-a1242a49a9e0 => 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: 1327/2794] 10.0.0.46 () {34 vars in 674 bytes} [Tue May 12 07:04:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2795] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:04:03 2026] PUT /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2796] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2797] 10.0.0.46 () {34 vars in 768 bytes} [Tue May 12 07:04:03 2026] PUT /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2798] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2799] 10.0.0.46 () {34 vars in 764 bytes} [Tue May 12 07:04:03 2026] PUT /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2800] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/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: 1471/2801] 10.0.0.46 () {34 vars in 786 bytes} [Tue May 12 07:04:03 2026] PUT /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2802] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2803] 10.0.0.46 () {34 vars in 757 bytes} [Tue May 12 07:04:03 2026] PUT /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2804] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/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: 1473/2805] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:04:03.753 8 INFO neutron.api.v2.resource [None req-802de1ad-638f-4357-811b-c6a6e24a5338 ccf9a8bcaaf84a18a4f15bdd22dfa409 4d0661fa83464c17ba2227360dbae189 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1333/2806] 10.0.0.46 () {32 vars in 749 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/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: 1474/2807] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:04:03 2026] DELETE /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2808] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:04:03.870 7 INFO neutron.api.v2.resource [None req-3251392e-422a-4529-a048-ac5782efd69b ccf9a8bcaaf84a18a4f15bdd22dfa409 4d0661fa83464c17ba2227360dbae189 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/2809] 10.0.0.46 () {32 vars in 752 bytes} [Tue May 12 07:04:03 2026] DELETE /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2810] 10.0.0.46 () {32 vars in 740 bytes} [Tue May 12 07:04:03 2026] DELETE /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2811] 10.0.0.46 () {32 vars in 737 bytes} [Tue May 12 07:04:03 2026] GET /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6/tags => 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: 1336/2812] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:04:03 2026] DELETE /v2.0/subnetpools/c1c8bfaa-624a-421c-ab87-b4715d3863b6 => 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: 1337/2813] 10.0.0.14 () {30 vars in 688 bytes} [Tue May 12 07:04: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: 8|app: 0|req: 1338/2814] 10.0.0.14 () {30 vars in 690 bytes} [Tue May 12 07:04:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2815] 10.0.0.14 () {30 vars in 666 bytes} [Tue May 12 07:04:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2816] 10.0.0.14 () {30 vars in 702 bytes} [Tue May 12 07:04:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2817] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:04:04 2026] GET /v2.0/security-groups?tenant_id=12c4d80dff7342c0a8a773c39de1cf1c&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2818] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:04:04 2026] DELETE /v2.0/security-groups/6cb48b76-b453-4181-91b9-df0a37ee5aa7 => 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: 1342/2819] 10.0.0.14 () {28 vars in 437 bytes} [Tue May 12 07:04:05 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2820] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/security-groups?tenant_id=4d0661fa83464c17ba2227360dbae189&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2821] 10.0.0.14 () {30 vars in 726 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2822] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:04:05 2026] DELETE /v2.0/security-groups/d048d0fb-8145-42dc-bf6b-8a2b58cce129 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2823] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:05 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: 1344/2824] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2825] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2826] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2827] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2830] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:05 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2831] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:06 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: 1485/2832] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:06 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: 1348/2833] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:06 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: 1486/2834] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2835] 199.19.213.181 () {34 vars in 716 bytes} [Tue May 12 07:04:06 2026] POST /v2.0/ports => generated 1324 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2836] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 07:04:07 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1324 bytes in 236 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: 1350/2837] 199.19.213.181 () {34 vars in 1261 bytes} [Tue May 12 07:04:08 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2838] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:08 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:04:08.670 7 INFO neutron.db.segments_db [None req-04cdcdd4-e4a4-4b6d-8548-fe0d92cba4a5 5ca54d7c02d64dc09717d4810ce4a1e9 79e20b7bf6d0479798edebfb9d4d8f62 - - default default] Added segment cff9d2de-21f0-40de-80e6-d7acca91dfd5 of type vxlan for network 370f0966-ea8b-4545-8e69-117d1f3233f6 [pid: 8|app: 0|req: 1352/2839] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:08 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1488/2840] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:04:08 2026] POST /v2.0/networks => generated 632 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-12 07:04:08.814 8 INFO neutron.db.segments_db [None req-077fe68e-2ca2-4be8-baff-e50ac68d9f87 5ca54d7c02d64dc09717d4810ce4a1e9 79e20b7bf6d0479798edebfb9d4d8f62 - - default default] Added segment 8c8ffd1f-f632-426a-afca-664a3bffcb02 of type vxlan for network ec9685e3-9f45-4b93-8819-47dd1a5afb66 [pid: 8|app: 0|req: 1353/2841] 10.0.0.46 () {34 vars in 668 bytes} [Tue May 12 07:04:08 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2842] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:04:08 2026] PUT /v2.0/networks/370f0966-ea8b-4545-8e69-117d1f3233f6/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2843] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:04:08 2026] GET /v2.0/networks/370f0966-ea8b-4545-8e69-117d1f3233f6/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2844] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:04:09 2026] PUT /v2.0/networks/ec9685e3-9f45-4b93-8819-47dd1a5afb66/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2845] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:04:09 2026] GET /v2.0/networks/ec9685e3-9f45-4b93-8819-47dd1a5afb66/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2846] 10.0.0.46 () {34 vars in 751 bytes} [Tue May 12 07:04:09 2026] PUT /v2.0/networks/ec9685e3-9f45-4b93-8819-47dd1a5afb66/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2847] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:04:09 2026] GET /v2.0/networks/ec9685e3-9f45-4b93-8819-47dd1a5afb66/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2848] 199.19.213.181 () {34 vars in 974 bytes} [Tue May 12 07:04:09 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2849] 10.0.0.46 () {32 vars in 731 bytes} [Tue May 12 07:04:09 2026] GET /v2.0/networks/370f0966-ea8b-4545-8e69-117d1f3233f6/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: 1493/2850] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:09 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:04:09.424 8 INFO neutron.services.segments.plugin [-] Segment cff9d2de-21f0-40de-80e6-d7acca91dfd5 resource provider aggregate not found 2026-05-12 07:04:09.425 8 INFO neutron.services.segments.plugin [-] Segment cff9d2de-21f0-40de-80e6-d7acca91dfd5 resource provider aggregate not found 2026-05-12 07:04:09.449 8 INFO neutron.services.segments.plugin [-] Segment cff9d2de-21f0-40de-80e6-d7acca91dfd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff9d2de-21f0-40de-80e6-d7acca91dfd5 found for delete ", "request_id": "req-2295a182-0b0e-43bb-915d-605fb4f138a9"}]} 2026-05-12 07:04:09.451 8 INFO neutron.services.segments.plugin [-] Segment cff9d2de-21f0-40de-80e6-d7acca91dfd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff9d2de-21f0-40de-80e6-d7acca91dfd5 found for delete ", "request_id": "req-06b57039-9073-42fa-95ea-efde6d9bad52"}]} [pid: 8|app: 0|req: 1358/2851] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:04:09 2026] DELETE /v2.0/networks/370f0966-ea8b-4545-8e69-117d1f3233f6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2852] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:04:09 2026] DELETE /v2.0/networks/ec9685e3-9f45-4b93-8819-47dd1a5afb66 => 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: 1494/2853] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:04:09 2026] PUT /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1514 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:04:09.924 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a141075-ab00-44c7-932a-9b739b996fce'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'd8d35168-52ab-4eef-a230-4eecda9679c6', '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: 1495/2854] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4095 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2855] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/security-groups?tenant_id=593f9d3ece49422e9191a7fc0daf6c9d&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2856] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2857] 199.19.213.181 () {34 vars in 1055 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => 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: 1498/2858] 199.19.213.181 () {34 vars in 1103 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A136&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => 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: 1361/2859] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:04:10 2026] DELETE /v2.0/security-groups/e429e3cf-a609-4a36-bd81-8ee1eb1c04ac => 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: 1499/2860] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9&id=a4482da0-1be4-480f-af30-156d7bf9123b => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2861] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2862] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&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: 1363/2863] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/security-groups?tenant_id=79e20b7bf6d0479798edebfb9d4d8f62&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2864] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1364/2865] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:04:10 2026] DELETE /v2.0/security-groups/c6ed2f37-81b2-4d19-86c5-4fd46324f66b => 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: 1502/2866] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:10 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:04:11.467 8 INFO neutron.services.segments.plugin [-] Segment 8c8ffd1f-f632-426a-afca-664a3bffcb02 resource provider aggregate not found 2026-05-12 07:04:11.470 8 INFO neutron.services.segments.plugin [-] Segment 8c8ffd1f-f632-426a-afca-664a3bffcb02 resource provider aggregate not found 2026-05-12 07:04:11.481 8 INFO neutron.services.segments.plugin [-] Segment 8c8ffd1f-f632-426a-afca-664a3bffcb02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c8ffd1f-f632-426a-afca-664a3bffcb02 found for delete ", "request_id": "req-bdbbd051-6639-463b-bf9c-fc884b6f331b"}]} 2026-05-12 07:04:11.483 8 INFO neutron.services.segments.plugin [-] Segment 8c8ffd1f-f632-426a-afca-664a3bffcb02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c8ffd1f-f632-426a-afca-664a3bffcb02 found for delete ", "request_id": "req-0138306f-55c9-4279-b21d-f56862a205fa"}]} [pid: 8|app: 0|req: 1365/2867] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:11 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1503/2868] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:04:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => 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: 1366/2869] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:11 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2870] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:11 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2871] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1505/2872] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1368/2873] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1506/2874] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2875] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2876] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2877] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1508/2878] 199.19.213.181 () {34 vars in 1055 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => 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: 1371/2879] 199.19.213.181 () {34 vars in 1103 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A136&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2880] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9&id=a4482da0-1be4-480f-af30-156d7bf9123b => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2881] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&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: 1510/2882] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&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: 1373/2883] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1511/2884] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:12 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1374/2885] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 07:04:16 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1514 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2886] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:16 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2887] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:16 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2888] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:16 2026] GET /v2.0/subnets/a4482da0-1be4-480f-af30-156d7bf9123b => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2889] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:17 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: 1514/2890] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:17 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: 1377/2891] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:17 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: 1515/2892] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2893] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2894] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2895] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2896] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2897] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2898] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => 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: 1381/2899] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:17 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2902] 10.0.0.14 () {30 vars in 688 bytes} [Tue May 12 07:04:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2903] 10.0.0.14 () {30 vars in 690 bytes} [Tue May 12 07:04:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2904] 10.0.0.14 () {30 vars in 666 bytes} [Tue May 12 07:04:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2905] 10.0.0.14 () {30 vars in 702 bytes} [Tue May 12 07:04:25 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: 1522/2906] 10.0.0.14 () {28 vars in 437 bytes} [Tue May 12 07:04:26 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2907] 10.0.0.14 () {30 vars in 726 bytes} [Tue May 12 07:04:26 2026] GET /v2.0/subnets/080d47da-2d5d-48be-b18f-58398c3976ec => generated 655 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2908] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2909] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:26 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: 1524/2910] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2911] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:26 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: 1525/2912] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:26 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2913] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:26 2026] GET /v2.0/subnets/080d47da-2d5d-48be-b18f-58398c3976ec => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2914] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:27 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4097 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2915] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04: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: 1527/2916] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2917] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04: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: 7|app: 0|req: 1528/2918] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:27 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: 1391/2919] 199.19.213.181 () {34 vars in 716 bytes} [Tue May 12 07:04:27 2026] POST /v2.0/ports => generated 1332 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2920] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 07:04:28 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1332 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: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1392/2921] 10.0.0.24 () {34 vars in 905 bytes} [Tue May 12 07:04:28 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2922] 199.19.213.181 () {34 vars in 1261 bytes} [Tue May 12 07:04:29 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2923] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:29 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1531/2924] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:29 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1394/2925] 199.19.213.181 () {34 vars in 974 bytes} [Tue May 12 07:04:30 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2926] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:30 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2927] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:04:30 2026] PUT /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1522 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:04:30.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8197ca7-0f6c-4a3b-bac9-19b752cc7021'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'a50bf65a-c62e-4368-b407-2b6e90c15549', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1533/2928] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 5611 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: 1396/2929] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2930] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=a50bf65a-c62e-4368-b407-2b6e90c15549 => 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: 1397/2931] 199.19.213.181 () {34 vars in 1105 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e3&port_id=a50bf65a-c62e-4368-b407-2b6e90c15549 => 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: 1535/2932] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/subnets?id=080d47da-2d5d-48be-b18f-58398c3976ec&id=ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2933] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&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: 1536/2934] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2935] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2936] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:31 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2937] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 5611 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2938] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => 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: 1401/2939] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2940] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&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: 1402/2941] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1540/2942] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1403/2943] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1541/2944] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2945] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2946] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:32 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1405/2947] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1543/2948] 199.19.213.181 () {34 vars in 1055 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => 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: 1406/2949] 199.19.213.181 () {34 vars in 1103 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A136&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => 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: 1544/2950] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9&id=a4482da0-1be4-480f-af30-156d7bf9123b => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2951] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&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: 7|app: 0|req: 1545/2952] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2953] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1546/2954] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2955] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2956] 199.19.213.181 () {34 vars in 1105 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e3&port_id=a50bf65a-c62e-4368-b407-2b6e90c15549 => 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: 1410/2957] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/subnets?id=080d47da-2d5d-48be-b18f-58398c3976ec&id=ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2958] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2959] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&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: 1549/2960] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2961] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:33 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1551/2964] 10.0.0.24 () {34 vars in 969 bytes} [Tue May 12 07:04:37 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2965] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:37 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2966] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:37 2026] GET /v2.0/subnets/080d47da-2d5d-48be-b18f-58398c3976ec => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2967] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:37 2026] GET /v2.0/subnets/ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2968] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:37 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2969] 199.19.213.181 () {34 vars in 789 bytes} [Tue May 12 07:04:37 2026] PUT /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1251 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:04:38.024 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62da87c4-afe1-4913-abf9-67ebd9b918b9'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'd8d35168-52ab-4eef-a230-4eecda9679c6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1554/2970] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:37 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee => 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: 8|app: 0|req: 1417/2971] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2972] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:38 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: 1418/2973] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2974] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2975] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2976] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2977] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2978] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1349 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2979] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2980] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2981] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2982] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2983] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 5384 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2984] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2985] 199.19.213.181 () {34 vars in 1055 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => 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: 1562/2986] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2987] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2988] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2989] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:38 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1428/2992] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2993] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:51 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: 1429/2994] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:51 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: 1566/2995] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:51 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: 1430/2996] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2997] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 5384 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2998] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:51 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: 1568/2999] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04: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: 8|app: 0|req: 1432/3000] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04: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: 7|app: 0|req: 1569/3001] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:51 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: 1433/3002] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1524 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3003] 199.19.213.181 () {34 vars in 789 bytes} [Tue May 12 07:04:51 2026] PUT /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1311 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:04:51.841 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25ec69c4-7e60-4b5e-93e9-ef16f0e428fd'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'a50bf65a-c62e-4368-b407-2b6e90c15549', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1434/3004] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1571/3005] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/subnets/ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3006] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:51 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3007] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:04:51 2026] PUT /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1080 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3008] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1573/3009] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4976 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3010] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3011] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1574/3012] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3013] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1575/3014] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:52 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3015] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:53 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:04:53.877 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edf2c6e6-6098-4bd5-9005-3b97dc35142e'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'a50bf65a-c62e-4368-b407-2b6e90c15549', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1576/3016] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4976 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3017] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3018] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3019] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1578/3020] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3021] 199.19.213.181 () {34 vars in 974 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3022] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3023] 199.19.213.181 () {34 vars in 1015 bytes} [Tue May 12 07:04:54 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3024] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:04:54 2026] PUT /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 917 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3025] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:04:55 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3868 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-12 07:04:55.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e1b81ff-5a90-4b23-98f3-d0f8c81d1015 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: a50bf65a-c62e-4368-b407-2b6e90c15549 2026-05-12 07:04:55.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e1b81ff-5a90-4b23-98f3-d0f8c81d1015 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: a50bf65a-c62e-4368-b407-2b6e90c15549 [pid: 7|app: 0|req: 1581/3026] 199.19.213.181 () {32 vars in 758 bytes} [Tue May 12 07:04:55 2026] DELETE /v2.0/ports/a50bf65a-c62e-4368-b407-2b6e90c15549 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3027] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3028] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3029] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3030] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:04:56 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: 1448/3031] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3032] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3033] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3034] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3868 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3035] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3036] 199.19.213.181 () {34 vars in 1225 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/networks?id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&id=7697b943-8dd1-418d-a97a-04e36c09cbee&id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 3095 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3037] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3038] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3039] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => 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: 1452/3040] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3041] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3042] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3043] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3044] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3045] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1455/3046] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3047] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:56 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3048] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1593/3049] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3050] 199.19.213.181 () {34 vars in 1055 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.45&port_id=d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3051] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3052] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3053] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1459/3054] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:04:57 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1596/3055] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3056] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3057] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3058] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:01 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: 1598/3059] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3868 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3060] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:01 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: 1599/3061] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3062] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3063] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3064] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1287 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3065] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:05:01 2026] PUT /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1080 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:05:01.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62a004f6-891f-47fa-9bcd-98481d3d3458'] response: {'name': 'network-changed', 'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'tag': 'd8d35168-52ab-4eef-a230-4eecda9679c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/3066] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee => generated 798 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1602/3067] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:01 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3697 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3068] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:02 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3697 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3069] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:05:02 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3697 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3070] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:05:02 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3071] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:05:02 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1468/3072] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:05:02 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1605/3073] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:03 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3074] 199.19.213.181 () {34 vars in 974 bytes} [Tue May 12 07:05:04 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3075] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 07:05:04 2026] GET /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3076] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:04 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 3697 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3077] 199.19.213.181 () {34 vars in 1015 bytes} [Tue May 12 07:05:04 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3078] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:05:04 2026] PUT /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3079] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 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-05-12 07:05:05.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-07f7785e-e42f-45b3-a22a-72b5e7475b0e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: d8d35168-52ab-4eef-a230-4eecda9679c6 2026-05-12 07:05:05.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07f7785e-e42f-45b3-a22a-72b5e7475b0e abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: d8d35168-52ab-4eef-a230-4eecda9679c6 [pid: 8|app: 0|req: 1472/3080] 199.19.213.181 () {32 vars in 758 bytes} [Tue May 12 07:05:05 2026] DELETE /v2.0/ports/d8d35168-52ab-4eef-a230-4eecda9679c6 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3081] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3082] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:05 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: 1610/3083] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3084] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:05 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: 1611/3085] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3086] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3087] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3088] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3089] 199.19.213.181 () {30 vars in 742 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3090] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3093] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:05:05 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3094] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3095] 199.19.213.181 () {34 vars in 1145 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/networks?id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&id=7697b943-8dd1-418d-a97a-04e36c09cbee => generated 2309 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3096] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3097] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3098] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3099] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1483/3100] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3101] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.171&port_id=a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1484/3102] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/subnets?id=ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3103] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/ports?network_id=226d6aac-0bd1-4554-a06f-3ce541e67ef4&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3104] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?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: 1620/3105] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:05:06 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3106] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:17 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: 1621/3107] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3108] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:17 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: 1622/3109] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:17 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-05-12 07:05:17.330 8 INFO neutron.api.v2.resource [None req-af921d5f-32f8-4018-95b7-8560cd3599a4 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1488/3110] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 07:05:17 2026] GET /v2.0/security-groups/lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3111] 199.19.213.181 () {30 vars in 784 bytes} [Tue May 12 07:05:17 2026] GET /v2.0/security-groups?name=lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3112] 199.19.213.181 () {30 vars in 814 bytes} [Tue May 12 07:05:17 2026] GET /v2.0/security-group-rules?security_group_id=121cc234-7b60-447e-aa4c-9dba4b9b5d8a => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3113] 199.19.213.181 () {32 vars in 788 bytes} [Tue May 12 07:05:17 2026] DELETE /v2.0/security-group-rules/2c99d2d3-ae5b-469b-abee-512cc1b25067 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3114] 199.19.213.181 () {32 vars in 788 bytes} [Tue May 12 07:05:17 2026] DELETE /v2.0/security-group-rules/d4f9f3e8-708f-401a-9f8d-c431514becbd => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:21.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-71b1eae8-5590-4abd-a73e-3d5048786eb9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: eb573ed2-bb9f-4de9-aa65-21607ce4ce4d 2026-05-12 07:05:21.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71b1eae8-5590-4abd-a73e-3d5048786eb9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: eb573ed2-bb9f-4de9-aa65-21607ce4ce4d 2026-05-12 07:05:21.598 7 INFO neutron.db.l3_db [None req-71b1eae8-5590-4abd-a73e-3d5048786eb9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Floating IP 1e75507f-9ae9-4468-91ed-f15f5b9abc8e disassociated (deleted). External IP: 10.96.250.208, port: 9358998b-572a-4192-a4f3-be801b50485f. [pid: 7|app: 0|req: 1626/3117] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:05:21 2026] DELETE /v2.0/floatingips/1e75507f-9ae9-4468-91ed-f15f5b9abc8e => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:21.916 8 INFO neutron.api.v2.resource [None req-0bb96ba9-bda5-4a59-98a2-06ce8e1e0a92 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1492/3118] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:05:21 2026] GET /v2.0/floatingips/1e75507f-9ae9-4468-91ed-f15f5b9abc8e => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3119] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:22 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: 1493/3120] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3121] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:22 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: 1494/3122] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:05:22.755 7 INFO neutron.api.v2.resource [None req-ca0b2623-c24e-4dfa-9e24-fa37dd41f0ad abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3123] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/security-groups/lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3124] 199.19.213.181 () {30 vars in 784 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/security-groups?name=lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3125] 199.19.213.181 () {30 vars in 814 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/security-group-rules?security_group_id=121cc234-7b60-447e-aa4c-9dba4b9b5d8a => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3126] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:22 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: 1631/3127] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:22 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: 1497/3128] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:22 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: 1632/3129] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3130] 199.19.213.181 () {30 vars in 740 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3131] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:22 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3132] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:23 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3133] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:23 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3134] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:24 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3135] 199.19.213.181 () {34 vars in 974 bytes} [Tue May 12 07:05:25 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3136] 199.19.213.181 () {34 vars in 1059 bytes} [Tue May 12 07:05:25 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3137] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:25 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3138] 199.19.213.181 () {34 vars in 1015 bytes} [Tue May 12 07:05:25 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3139] 199.19.213.181 () {38 vars in 1027 bytes} [Tue May 12 07:05:25 2026] PUT /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1150 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3140] 199.19.213.181 () {30 vars in 768 bytes} [Tue May 12 07:05:26 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => 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: 1504/3141] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:05:26 2026] PUT /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1090 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3142] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:26 2026] GET /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 1090 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-05-12 07:05:26.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ca4abdb-8706-4c82-976c-85a736432946 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: a0366c9d-86d3-4213-8737-dd18b0fd3f58 2026-05-12 07:05:26.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca4abdb-8706-4c82-976c-85a736432946 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: a0366c9d-86d3-4213-8737-dd18b0fd3f58 [pid: 8|app: 0|req: 1505/3143] 199.19.213.181 () {32 vars in 758 bytes} [Tue May 12 07:05:26 2026] DELETE /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3144] 199.19.213.181 () {30 vars in 702 bytes} [Tue May 12 07:05:26 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: 1506/3145] 199.19.213.181 () {30 vars in 704 bytes} [Tue May 12 07:05:26 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: 1640/3146] 199.19.213.181 () {30 vars in 680 bytes} [Tue May 12 07:05:26 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: 1507/3147] 199.19.213.181 () {30 vars in 716 bytes} [Tue May 12 07:05:26 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) 2026-05-12 07:05:26.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1085cc74-4dd4-4c39-93c4-283487f901d6 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3148] 199.19.213.181 () {32 vars in 758 bytes} [Tue May 12 07:05:26 2026] DELETE /v2.0/ports/a0366c9d-86d3-4213-8737-dd18b0fd3f58 => 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: 1508/3149] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:05:27.056 7 INFO neutron.api.v2.resource [None req-2c195abb-92f7-4534-b3e1-caae9eaefc03 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3150] 199.19.213.181 () {30 vars in 762 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/security-groups/lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => 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: 1509/3151] 199.19.213.181 () {30 vars in 784 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/security-groups?name=lb-30aafb06-310c-44a6-a5ca-cc8c61516bd8 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3152] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/ports?tenant_id=7624c0289b704f06ab36293bf69805ee&device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3153] 199.19.213.181 () {30 vars in 736 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3154] 199.19.213.181 () {34 vars in 1065 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/networks?id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&id=226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 1522 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3155] 199.19.213.181 () {34 vars in 1061 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.144&port_id=12557582-d27d-4809-9008-78430d446ffd => 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: 1646/3156] 199.19.213.181 () {34 vars in 983 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/subnets?id=f99f9c31-04d7-49f2-9796-1437c44903c2 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3157] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/ports?network_id=4b70f9ca-17d9-4215-aedc-708dcf9e16b2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3158] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1511/3159] 199.19.213.181 () {34 vars in 788 bytes} [Tue May 12 07:05:27 2026] PUT /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 1090 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3160] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:05:27 2026] GET /v2.0/networks/4b70f9ca-17d9-4215-aedc-708dcf9e16b2?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: 1512/3161] 199.19.213.181 () {32 vars in 778 bytes} [Tue May 12 07:05:27 2026] DELETE /v2.0/security-groups/121cc234-7b60-447e-aa4c-9dba4b9b5d8a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:27.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-63ec116a-61a8-4e44-8547-75f0e276e107 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 9358998b-572a-4192-a4f3-be801b50485f 2026-05-12 07:05:27.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63ec116a-61a8-4e44-8547-75f0e276e107 abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 9358998b-572a-4192-a4f3-be801b50485f [pid: 7|app: 0|req: 1650/3162] 199.19.213.181 () {32 vars in 758 bytes} [Tue May 12 07:05:27 2026] DELETE /v2.0/ports/9358998b-572a-4192-a4f3-be801b50485f => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3163] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:05:30 2026] GET /v2.0/ports?device_id=cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:05:30.437 7 INFO neutron_taas.services.taas.taas_plugin [req-e31df250-8c06-4ec8-8226-4aa11387ffe6 req-b03a2e13-dba8-4279-a3ad-20078ebc3cae abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] TaaS: Handle Delete Port: 12557582-d27d-4809-9008-78430d446ffd 2026-05-12 07:05:30.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e31df250-8c06-4ec8-8226-4aa11387ffe6 req-b03a2e13-dba8-4279-a3ad-20078ebc3cae abdb70ce27e64439b2dcee73f3d5f1eb 7624c0289b704f06ab36293bf69805ee - - default default] Tap Mirror: Handle Delete Port: 12557582-d27d-4809-9008-78430d446ffd [pid: 7|app: 0|req: 1651/3164] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:05:30 2026] DELETE /v2.0/ports/12557582-d27d-4809-9008-78430d446ffd => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:05:30.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0eafa8e-8952-4896-85d9-fd2793c2da61'] response: {'server_uuid': 'cd3a1c13-1a41-47a2-8a1f-d7303a01a2a0', 'name': 'network-vif-deleted', 'tag': '12557582-d27d-4809-9008-78430d446ffd', 'status': 'completed', 'code': 200} 2026-05-12 07:05:32.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-189e35fd-6c81-4648-af16-01c64f0d4bfe ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 39c30406-64e8-41d4-97a9-bae84c43dbe3 2026-05-12 07:05:32.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-189e35fd-6c81-4648-af16-01c64f0d4bfe ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 39c30406-64e8-41d4-97a9-bae84c43dbe3 2026-05-12 07:05:32.444 8 INFO neutron.db.l3_db [None req-189e35fd-6c81-4648-af16-01c64f0d4bfe ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Floating IP 073b077e-246b-4c51-9d98-bb837cb44863 disassociated (deleted). External IP: 10.96.250.213, port: 4aac584c-d9f0-413b-bec5-18b4ee0795dc. [pid: 8|app: 0|req: 1514/3165] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:05:32 2026] DELETE /v2.0/floatingips/073b077e-246b-4c51-9d98-bb837cb44863 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:32.776 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53059971-1c12-4747-af44-cc4272259585'] response: {'name': 'network-changed', 'server_uuid': '64325972-9dad-46dc-8ea9-fdedc9a56988', 'tag': '4aac584c-d9f0-413b-bec5-18b4ee0795dc', 'status': 'completed', 'code': 200} 2026-05-12 07:05:32.778 7 INFO neutron.api.v2.resource [None req-4a3193a8-a23f-462e-b33e-5a7d4d3b5773 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3166] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:05:32 2026] GET /v2.0/floatingips/073b077e-246b-4c51-9d98-bb837cb44863 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3167] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:05:32 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3168] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3169] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3170] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/networks?id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3171] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=4aac584c-d9f0-413b-bec5-18b4ee0795dc => 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: 1655/3172] 199.19.213.181 () {34 vars in 1105 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c3&port_id=4aac584c-d9f0-413b-bec5-18b4ee0795dc => 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: 1518/3173] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/subnets?id=080d47da-2d5d-48be-b18f-58398c3976ec&id=ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3174] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3175] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/ports?network_id=477c332d-e4e2-40e0-8b7d-e540b0e25f9b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3176] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1520/3177] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:05:33 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b?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: 1658/3178] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:05:35 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 1204 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:05:35.531 8 INFO neutron_taas.services.taas.taas_plugin [req-ba2f9f4a-35f3-413f-8b2a-b6051aa27165 req-843eb324-01aa-46f1-9f02-0b75a13934f1 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 4aac584c-d9f0-413b-bec5-18b4ee0795dc 2026-05-12 07:05:35.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba2f9f4a-35f3-413f-8b2a-b6051aa27165 req-843eb324-01aa-46f1-9f02-0b75a13934f1 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 4aac584c-d9f0-413b-bec5-18b4ee0795dc [pid: 8|app: 0|req: 1521/3179] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:05:35 2026] DELETE /v2.0/ports/4aac584c-d9f0-413b-bec5-18b4ee0795dc => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:05:35.759 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0e21ed9-abf1-4f84-a559-448a862375a3'] response: {'server_uuid': '64325972-9dad-46dc-8ea9-fdedc9a56988', 'name': 'network-vif-deleted', 'tag': '4aac584c-d9f0-413b-bec5-18b4ee0795dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1523/3182] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:05:38 2026] GET /v2.0/ports?device_id=64325972-9dad-46dc-8ea9-fdedc9a56988 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-12 07:05:43.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-982a99b2-fd6c-45fe-91d7-ee3cbeee6257 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 019c3261-cf4d-4107-a683-bf35e5378061 2026-05-12 07:05:43.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982a99b2-fd6c-45fe-91d7-ee3cbeee6257 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 019c3261-cf4d-4107-a683-bf35e5378061 2026-05-12 07:05:43.544 7 INFO neutron.db.l3_db [None req-982a99b2-fd6c-45fe-91d7-ee3cbeee6257 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Floating IP e3295cf2-801b-4bba-af01-8a027bee6802 disassociated (deleted). External IP: 10.96.250.217, port: 51f6eb57-7962-49be-9b44-24ce2b678605. [pid: 7|app: 0|req: 1660/3183] 10.0.0.46 () {32 vars in 730 bytes} [Tue May 12 07:05:43 2026] DELETE /v2.0/floatingips/e3295cf2-801b-4bba-af01-8a027bee6802 => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:43.870 8 INFO neutron.api.v2.resource [None req-6f5da418-97b1-49f1-9819-4f73a5958319 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3184] 10.0.0.46 () {32 vars in 727 bytes} [Tue May 12 07:05:43 2026] GET /v2.0/floatingips/e3295cf2-801b-4bba-af01-8a027bee6802 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:43.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd296760-d017-4d7b-b38c-be84a8f4168b'] response: {'name': 'network-changed', 'server_uuid': 'a8abf1de-7241-416b-b3d9-23f5b523fc6f', 'tag': '51f6eb57-7962-49be-9b44-24ce2b678605', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1661/3185] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:05:43 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3186] 10.0.0.24 () {34 vars in 1038 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/security-groups?id=be430ce1-bf28-475e-a674-d8c78ed2aacd&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3187] 199.19.213.181 () {34 vars in 1079 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/ports?tenant_id=6a39801486b34012af422d575185b69c&device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3188] 199.19.213.181 () {34 vars in 985 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/networks?id=7697b943-8dd1-418d-a97a-04e36c09cbee => 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: 1663/3189] 199.19.213.181 () {34 vars in 1057 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=51f6eb57-7962-49be-9b44-24ce2b678605 => 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: 1527/3190] 199.19.213.181 () {34 vars in 1103 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14c&port_id=51f6eb57-7962-49be-9b44-24ce2b678605 => 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: 1664/3191] 199.19.213.181 () {34 vars in 1063 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/subnets?id=aaf67923-76cf-46da-bfbc-d3ace7b216f9&id=a4482da0-1be4-480f-af30-156d7bf9123b => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3192] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3193] 199.19.213.181 () {34 vars in 1051 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/ports?network_id=7697b943-8dd1-418d-a97a-04e36c09cbee&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3194] 199.19.213.181 () {34 vars in 1011 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3195] 199.19.213.181 () {34 vars in 1111 bytes} [Tue May 12 07:05:44 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee?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: 1530/3196] 199.19.213.181 () {34 vars in 993 bytes} [Tue May 12 07:05:46 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-12 07:05:46.588 7 INFO neutron_taas.services.taas.taas_plugin [req-361c6740-0e9d-4153-b8f2-bc9555f7c9d5 req-64c90426-bac3-442f-8f96-39166133bf59 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 51f6eb57-7962-49be-9b44-24ce2b678605 2026-05-12 07:05:46.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-361c6740-0e9d-4153-b8f2-bc9555f7c9d5 req-64c90426-bac3-442f-8f96-39166133bf59 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 51f6eb57-7962-49be-9b44-24ce2b678605 [pid: 7|app: 0|req: 1667/3197] 199.19.213.181 () {36 vars in 996 bytes} [Tue May 12 07:05:46 2026] DELETE /v2.0/ports/51f6eb57-7962-49be-9b44-24ce2b678605 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:05:46.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9847b36-6e2b-4673-b85d-073a96a0f3e6'] response: {'server_uuid': 'a8abf1de-7241-416b-b3d9-23f5b523fc6f', 'name': 'network-vif-deleted', 'tag': '51f6eb57-7962-49be-9b44-24ce2b678605', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1531/3198] 10.0.0.24 () {34 vars in 988 bytes} [Tue May 12 07:05:49 2026] GET /v2.0/ports?device_id=a8abf1de-7241-416b-b3d9-23f5b523fc6f => 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: 1669/3201] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/5d14beee-2b7c-477c-92d2-bdc1e99a90df => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.353 8 INFO neutron.api.v2.resource [None req-f66e8b1a-360c-41db-89e4-9a392a745700 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3202] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/5d14beee-2b7c-477c-92d2-bdc1e99a90df => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3203] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/882b9aed-e444-498a-9e14-f51a035af17a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.438 8 INFO neutron.api.v2.resource [None req-900ca0af-5247-4fb2-a186-31f8dc8b3ba4 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3204] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/882b9aed-e444-498a-9e14-f51a035af17a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3205] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/00583a9d-3a49-4f3b-8a43-3e4574fa9bba => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.515 8 INFO neutron.api.v2.resource [None req-2db28ee3-6c8e-46f0-acf8-23e7209597ff ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3206] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/00583a9d-3a49-4f3b-8a43-3e4574fa9bba => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3207] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/aeb791fe-2832-4190-8b7d-a0bf282dd928 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.596 8 INFO neutron.api.v2.resource [None req-42bb0980-6136-458f-b053-a4439ddff700 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3208] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/aeb791fe-2832-4190-8b7d-a0bf282dd928 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3209] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/9da54998-5ab8-4d01-8046-7b444e12f86b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.682 8 INFO neutron.api.v2.resource [None req-e8b74e2a-f40c-438b-b9a6-9c3914c98839 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3210] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/9da54998-5ab8-4d01-8046-7b444e12f86b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3211] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/ba9150a7-5745-48cf-830a-83b67a2f3a03 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.776 8 INFO neutron.api.v2.resource [None req-d7390801-0ee4-4678-aa74-26275757e91c ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3212] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/ba9150a7-5745-48cf-830a-83b67a2f3a03 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3213] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/5b731b97-4dfd-45b3-aa5d-5ee90e86a4d6 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.855 8 INFO neutron.api.v2.resource [None req-23671950-3703-41c5-8dd2-cb0954f4e92d ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3214] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/5b731b97-4dfd-45b3-aa5d-5ee90e86a4d6 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3215] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/b9ddc350-ac17-4aba-bb98-44c809a25e0e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:54.933 8 INFO neutron.api.v2.resource [None req-607567c4-c55e-4285-8e47-3e05df22677e ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3216] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:54 2026] GET /v2.0/security-group-rules/b9ddc350-ac17-4aba-bb98-44c809a25e0e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3217] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:54 2026] DELETE /v2.0/security-group-rules/0b427d1d-ff09-4a28-af2b-e8cfad243063 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:55.012 8 INFO neutron.api.v2.resource [None req-82889206-5b43-43ff-a128-d43fab4ea10b ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3218] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:55 2026] GET /v2.0/security-group-rules/0b427d1d-ff09-4a28-af2b-e8cfad243063 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3219] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:55 2026] DELETE /v2.0/security-group-rules/499ba4f6-ada1-4c40-9015-8ab6b70353bc => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:55.092 8 INFO neutron.api.v2.resource [None req-35e534ea-9275-4cb6-81e8-3273d8afc27e ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3220] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:55 2026] GET /v2.0/security-group-rules/499ba4f6-ada1-4c40-9015-8ab6b70353bc => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3221] 10.0.0.46 () {32 vars in 748 bytes} [Tue May 12 07:05:55 2026] DELETE /v2.0/security-group-rules/b273d224-30b5-4546-803e-a0d6a42eed6a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:55.179 8 INFO neutron.api.v2.resource [None req-52858b3e-00bf-4078-b96e-5e45f6442f0b ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3222] 10.0.0.46 () {32 vars in 745 bytes} [Tue May 12 07:05:55 2026] GET /v2.0/security-group-rules/b273d224-30b5-4546-803e-a0d6a42eed6a => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3223] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:05:55 2026] DELETE /v2.0/security-groups/be430ce1-bf28-475e-a674-d8c78ed2aacd => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:55.282 8 INFO neutron.api.v2.resource [None req-07001d0f-5af6-497e-90fd-bd3a6a1f5f57 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3224] 10.0.0.46 () {32 vars in 735 bytes} [Tue May 12 07:05:55 2026] GET /v2.0/security-groups/be430ce1-bf28-475e-a674-d8c78ed2aacd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:55.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d06a387-e4fd-4027-9e1a-189b068e57ae ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 927f25f8-eb3c-4c86-80d8-6c88d0316808 2026-05-12 07:05:55.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d06a387-e4fd-4027-9e1a-189b068e57ae ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 927f25f8-eb3c-4c86-80d8-6c88d0316808 [pid: 7|app: 0|req: 1681/3225] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:05:55 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:05:56.414 8 INFO neutron.api.v2.resource [None req-3c7223a6-d1b8-4217-bf1a-aa60b8ef63dd ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3226] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:05:56 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/remove_router_interface => generated 198 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:56.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-411bb14d-14eb-4e73-b1d8-b2bb051a1854 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 7a9c4b72-9fad-4813-abf9-95253573a890 2026-05-12 07:05:56.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-411bb14d-14eb-4e73-b1d8-b2bb051a1854 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 7a9c4b72-9fad-4813-abf9-95253573a890 [pid: 7|app: 0|req: 1682/3227] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:05:56 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:05:57.499 8 INFO neutron.api.v2.resource [None req-eb50ca85-69c1-472a-885d-a90609729dac ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3228] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:05:57 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/remove_router_interface => generated 198 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:57.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f638162-ed0e-4520-bd71-fbe969e86c70 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 16fa7a5c-8775-4dd8-bdb7-e0ce581b8024 2026-05-12 07:05:57.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f638162-ed0e-4520-bd71-fbe969e86c70 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 16fa7a5c-8775-4dd8-bdb7-e0ce581b8024 [pid: 7|app: 0|req: 1683/3229] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:05:57 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-12 07:05:58.551 8 INFO neutron.api.v2.resource [None req-56f15e96-45ce-4184-af8c-a88467aa8cac ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3230] 10.0.0.46 () {34 vars in 787 bytes} [Tue May 12 07:05:58 2026] PUT /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:58.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-17af5bdd-fcc9-4032-9a38-e222c41927b9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 3c44705f-68db-4a50-ac8b-4daf1f2d0617 2026-05-12 07:05:58.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17af5bdd-fcc9-4032-9a38-e222c41927b9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 3c44705f-68db-4a50-ac8b-4daf1f2d0617 2026-05-12 07:05:59.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-17af5bdd-fcc9-4032-9a38-e222c41927b9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 4067e3e1-d287-4b4d-afa9-b06b495f7eca 2026-05-12 07:05:59.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17af5bdd-fcc9-4032-9a38-e222c41927b9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 4067e3e1-d287-4b4d-afa9-b06b495f7eca 2026-05-12 07:05:59.380 7 INFO neutron.db.l3_hamode_db [None req-17af5bdd-fcc9-4032-9a38-e222c41927b9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] HA network f5e5ded4-eae8-4322-9fa0-5f9007d43d2d was deleted as no HA routers are present in tenant 6a39801486b34012af422d575185b69c. [pid: 7|app: 0|req: 1684/3231] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:05:58 2026] DELETE /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-12 07:05:59.412 8 INFO neutron.api.v2.resource [None req-ac817077-0090-4f60-a8c4-eb1a2a764d32 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3232] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:05:59 2026] GET /v2.0/routers/67e0a8cc-77c2-4456-a96f-3a63e12be522 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:59.484 7 INFO neutron.services.segments.plugin [-] Segment 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 resource provider aggregate not found 2026-05-12 07:05:59.488 7 INFO neutron.services.segments.plugin [-] Segment 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 resource provider aggregate not found 2026-05-12 07:05:59.501 7 INFO neutron.services.segments.plugin [-] Segment 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 found for delete ", "request_id": "req-07e41950-b3d2-4668-8fcc-46cbc9b3a055"}]} 2026-05-12 07:05:59.508 7 INFO neutron.services.segments.plugin [-] Segment 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b55e3ee-d964-4782-bc4f-56b7aeba3e62 found for delete ", "request_id": "req-909742c2-f529-4987-ae29-e3b801dd5d56"}]} [pid: 7|app: 0|req: 1685/3233] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:05:59 2026] DELETE /v2.0/subnets/ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:05:59.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7ac2709-ac5b-40fa-a0da-9b7a3b2e6b72 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3234] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:05:59 2026] GET /v2.0/subnets/ed380f31-e308-418b-b9bb-a4a316cd55a0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3235] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:05:59 2026] DELETE /v2.0/subnets/080d47da-2d5d-48be-b18f-58398c3976ec => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:05:59.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56424f61-b12a-4da5-ac78-c9e7a5b59db4 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3236] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:05:59 2026] GET /v2.0/subnets/080d47da-2d5d-48be-b18f-58398c3976ec => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:05:59.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb02e866-c171-44c5-ad48-c4cf0cd74cde ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: f65d74f1-7214-45f2-be5b-b2995e1d1963 2026-05-12 07:05:59.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb02e866-c171-44c5-ad48-c4cf0cd74cde ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: f65d74f1-7214-45f2-be5b-b2995e1d1963 [pid: 7|app: 0|req: 1687/3237] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:05:59 2026] DELETE /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:00.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c26ad17f-dbad-4801-bb17-9c6f06b1961b ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3238] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:06:00 2026] GET /v2.0/networks/477c332d-e4e2-40e0-8b7d-e540b0e25f9b => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3239] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:06:00 2026] DELETE /v2.0/subnets/a4482da0-1be4-480f-af30-156d7bf9123b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:00.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d4240b9-ed32-4f78-8a87-4cef7b2921d9 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3240] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:06:00 2026] GET /v2.0/subnets/a4482da0-1be4-480f-af30-156d7bf9123b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3241] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:06:00 2026] DELETE /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:00.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f0c6fed-faad-4b9a-b069-63bd2e6590c4 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3242] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:06:00 2026] GET /v2.0/subnets/aaf67923-76cf-46da-bfbc-d3ace7b216f9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:06:00.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b604c8b-045f-4ab4-b0cd-9f5fb29483b6 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: 67a3cb13-983d-4964-b540-c08dd08946be 2026-05-12 07:06:00.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b604c8b-045f-4ab4-b0cd-9f5fb29483b6 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: 67a3cb13-983d-4964-b540-c08dd08946be [pid: 7|app: 0|req: 1690/3243] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:06:00 2026] DELETE /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:00.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c66e5be4-3a0c-487d-9fcf-5c2235e41f23 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3244] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:06:00 2026] GET /v2.0/networks/7697b943-8dd1-418d-a97a-04e36c09cbee => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3245] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:06:00 2026] DELETE /v2.0/subnets/cb671d9d-8316-4166-bec6-f4d57fa12b68 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:00.894 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25c53703-0a72-45b1-9995-631cf28ffbcc ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3246] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:06:00 2026] GET /v2.0/subnets/cb671d9d-8316-4166-bec6-f4d57fa12b68 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3247] 10.0.0.46 () {32 vars in 722 bytes} [Tue May 12 07:06:00 2026] DELETE /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:01.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-155a378d-ccf5-4efa-9a06-9664c0f21951 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3248] 10.0.0.46 () {32 vars in 719 bytes} [Tue May 12 07:06:01 2026] GET /v2.0/subnets/ceb59c09-19fc-4f76-bb22-349f1d938f9d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:06:01.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-afb896c1-8607-40e7-bb24-11476a330a5f ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] TaaS: Handle Delete Port: ed2e2fc4-c0e6-4356-a2b2-1590f72be908 2026-05-12 07:06:01.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afb896c1-8607-40e7-bb24-11476a330a5f ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] Tap Mirror: Handle Delete Port: ed2e2fc4-c0e6-4356-a2b2-1590f72be908 [pid: 7|app: 0|req: 1693/3249] 10.0.0.46 () {32 vars in 724 bytes} [Tue May 12 07:06:01 2026] DELETE /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-12 07:06:01.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-789c293c-998e-4d1a-b199-dfeb8a03e645 ae61b7913a9d499c8e92a6c6aca63198 6a39801486b34012af422d575185b69c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3250] 10.0.0.46 () {32 vars in 721 bytes} [Tue May 12 07:06:01 2026] GET /v2.0/networks/226d6aac-0bd1-4554-a06f-3ce541e67ef4 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-12 07:06:01.523 7 INFO neutron.services.segments.plugin [-] Segment 4212419b-0952-45e0-8dad-74249a2b3eac resource provider aggregate not found 2026-05-12 07:06:01.528 7 INFO neutron.services.segments.plugin [-] Segment 4212419b-0952-45e0-8dad-74249a2b3eac resource provider aggregate not found 2026-05-12 07:06:01.542 7 INFO neutron.services.segments.plugin [-] Segment 4212419b-0952-45e0-8dad-74249a2b3eac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4212419b-0952-45e0-8dad-74249a2b3eac found for delete ", "request_id": "req-b2f66fed-d9d5-4709-afbf-58b5c8dcef8b"}]} 2026-05-12 07:06:01.548 7 INFO neutron.services.segments.plugin [-] Segment 4212419b-0952-45e0-8dad-74249a2b3eac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4212419b-0952-45e0-8dad-74249a2b3eac found for delete ", "request_id": "req-2feda35e-16a8-4e5d-86b4-92cc8f9d260d"}]} 2026-05-12 07:06:01.563 7 INFO neutron.services.segments.plugin [-] Segment 254b5896-906e-4c1c-8a41-b02ce5862922 resource provider aggregate not found 2026-05-12 07:06:01.569 7 INFO neutron.services.segments.plugin [-] Segment 254b5896-906e-4c1c-8a41-b02ce5862922 resource provider aggregate not found 2026-05-12 07:06:01.582 7 INFO neutron.services.segments.plugin [-] Segment 254b5896-906e-4c1c-8a41-b02ce5862922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254b5896-906e-4c1c-8a41-b02ce5862922 found for delete ", "request_id": "req-ad518fa9-bab7-4dfa-bf44-899d62dfa4a1"}]} 2026-05-12 07:06:01.585 7 INFO neutron.services.segments.plugin [-] Segment 254b5896-906e-4c1c-8a41-b02ce5862922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254b5896-906e-4c1c-8a41-b02ce5862922 found for delete ", "request_id": "req-8b36a36f-03d6-4d6d-907a-b89c6a6cb66b"}]} 2026-05-12 07:06:01.596 7 INFO neutron.services.segments.plugin [-] Segment 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 resource provider aggregate not found 2026-05-12 07:06:01.601 7 INFO neutron.services.segments.plugin [-] Segment 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 resource provider aggregate not found 2026-05-12 07:06:01.612 7 INFO neutron.services.segments.plugin [-] Segment 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 found for delete ", "request_id": "req-1d1a2b98-e516-43a9-bc2f-3efbdbb99fbb"}]} 2026-05-12 07:06:01.618 7 INFO neutron.services.segments.plugin [-] Segment 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5effe43b-6ca1-4f80-8733-8b5f1abcc5f9 found for delete ", "request_id": "req-c5aef7c6-53c5-48e0-a6e4-f1c0dca98a42"}]} [pid: 7|app: 0|req: 1694/3251] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:03 2026] GET /v2.0/security-groups?tenant_id=6a39801486b34012af422d575185b69c&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3252] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:03 2026] DELETE /v2.0/security-groups/5def902e-f373-49bf-a0b9-117a8cbc32e8 => 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: 1695/3253] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:03 2026] GET /v2.0/security-groups?tenant_id=3120b17b97614bf489a286158a932c49&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3254] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:03 2026] DELETE /v2.0/security-groups/c0b6bc91-fd04-47c2-b44d-de354daf0de5 => 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: 1696/3255] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:04 2026] GET /v2.0/security-groups?tenant_id=6523bab6f49f4c4f92ff0618f1464c91&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3256] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:04 2026] DELETE /v2.0/security-groups/1a44e0ea-bb94-4021-b81e-2d5c9442cfbe => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3257] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:04 2026] GET /v2.0/security-groups?tenant_id=a0f77c2eb8794c0f87b503bfefb79d27&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: 1561/3258] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:04 2026] DELETE /v2.0/security-groups/c376db66-b15c-4a82-9ec1-6933b17ee295 => 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: 1698/3259] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:04 2026] GET /v2.0/security-groups?tenant_id=0510ab1b372f4c718d23d0ba64d4f318&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3260] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:04 2026] DELETE /v2.0/security-groups/9579daea-45ee-4918-a741-cab325c9578b => 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: 1699/3261] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:05 2026] GET /v2.0/security-groups?tenant_id=844c2f929119482ab1d6a8fc527a98d5&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3262] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:05 2026] DELETE /v2.0/security-groups/655c7405-ebb6-4328-9b38-c3e2831e5e32 => 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: 1700/3263] 10.0.0.46 () {32 vars in 772 bytes} [Tue May 12 07:06:05 2026] GET /v2.0/security-groups?tenant_id=d292007e6b4248fba70dff0a5737a51b&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3264] 10.0.0.46 () {32 vars in 738 bytes} [Tue May 12 07:06:05 2026] DELETE /v2.0/security-groups/6824a940-ff68-4c99-8b8c-3c5e1d4a24b6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3267] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:06:08 2026] GET /v2.0/networks => generated 2167 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3268] 10.0.0.46 () {32 vars in 653 bytes} [Tue May 12 07:06:09 2026] GET /v2.0/floatingips => 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: 1567/3269] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:06:09 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3270] 10.0.0.46 () {32 vars in 641 bytes} [Tue May 12 07:06:09 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3271] 10.0.0.46 () {32 vars in 645 bytes} [Tue May 12 07:06:09 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3272] 10.0.0.46 () {32 vars in 647 bytes} [Tue May 12 07:06:09 2026] GET /v2.0/networks => generated 2167 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3273] 10.0.0.46 () {32 vars in 661 bytes} [Tue May 12 07:06:09 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3274] 10.0.0.46 () {32 vars in 653 bytes} [Tue May 12 07:06:09 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)