+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jun 4 07:06:16 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6cf9ff9b5d-2s8w4 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 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f6a4bf98668 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-06-04 07:06:20.864 8 INFO neutron.common.config [-] Logging enabled! 2026-06-04 07:06:20.865 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-06-04 07:06:20.910 7 INFO neutron.common.config [-] Logging enabled! 2026-06-04 07:06:20.911 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-06-04 07:06:21.904 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 07:06:22.014 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 07:06:23.419 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 07:06:23.422 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 07:06:23.426 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 07:06:23.427 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 07:06:23.427 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 07:06:23.427 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 07:06:23.428 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 07:06:23.435 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 07:06:23.436 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 07:06:23.436 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 07:06:23.466 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 07:06:23.467 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 07:06:23.467 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 07:06:23.514 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 07:06:23.517 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 07:06:23.518 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 07:06:23.519 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 07:06:23.519 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 07:06:23.519 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 07:06:23.521 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 07:06:23.522 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 07:06:23.522 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 07:06:23.522 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 07:06:23.522 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 07:06:23.530 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 07:06:23.530 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 07:06:23.530 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 07:06:23.553 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 07:06:23.554 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 07:06:23.554 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 07:06:23.607 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 07:06:23.608 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 07:06:23.608 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 07:06:23.608 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 07:06:23.801 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing driver for type 'vlan' 2026-06-04 07:06:23.926 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing driver for type 'vlan' 2026-06-04 07:06:24.094 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] VlanTypeDriver initialization complete 2026-06-04 07:06:24.094 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 07:06:24.095 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 07:06:24.108 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 07:06:24.108 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 07:06:24.108 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing extension driver 'port_security' 2026-06-04 07:06:24.108 8 INFO neutron.plugins.ml2.extensions.port_security [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 07:06:24.109 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing extension driver 'qos' 2026-06-04 07:06:24.109 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 07:06:24.109 8 INFO neutron.plugins.ml2.managers [None req-eaf7b394-1a8b-4796-99de-86e214c27d0a - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 07:06:24.121 8 INFO neutron.quota [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded quota_driver: . 2026-06-04 07:06:24.122 8 INFO neutron.plugins.ml2.plugin [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 07:06:24.122 8 INFO neutron.plugins.ml2.managers [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 07:06:24.122 8 INFO neutron.plugins.ml2.managers [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 07:06:24.122 8 INFO neutron.plugins.ml2.managers [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 07:06:24.122 8 INFO neutron.extensions.vlantransparent [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Disabled vlantransparent extension. 2026-06-04 07:06:24.123 8 INFO neutron.extensions.qinq [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 07:06:24.123 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: qos 2026-06-04 07:06:24.137 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: router 2026-06-04 07:06:24.184 8 INFO neutron.services.service_base [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 07:06:24.185 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: segments 2026-06-04 07:06:24.245 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] VlanTypeDriver initialization complete 2026-06-04 07:06:24.247 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 07:06:24.247 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 07:06:24.262 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 07:06:24.263 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 07:06:24.263 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing extension driver 'port_security' 2026-06-04 07:06:24.263 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 07:06:24.263 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing extension driver 'qos' 2026-06-04 07:06:24.263 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 07:06:24.263 7 INFO neutron.plugins.ml2.managers [None req-f6c8c51c-0353-41ed-9a68-569cd5ee578c - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 07:06:24.283 7 INFO neutron.quota [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded quota_driver: . 2026-06-04 07:06:24.284 7 INFO neutron.plugins.ml2.plugin [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 07:06:24.285 7 INFO neutron.plugins.ml2.managers [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 07:06:24.285 7 INFO neutron.plugins.ml2.managers [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 07:06:24.285 7 INFO neutron.plugins.ml2.managers [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 07:06:24.285 7 INFO neutron.extensions.vlantransparent [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Disabled vlantransparent extension. 2026-06-04 07:06:24.286 7 INFO neutron.extensions.qinq [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 07:06:24.286 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: qos 2026-06-04 07:06:24.288 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: trunk 2026-06-04 07:06:24.302 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: vpnaas 2026-06-04 07:06:24.305 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: router 2026-06-04 07:06:24.344 8 WARNING stevedore.named [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 07:06:24.344 8 WARNING stevedore.named [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 07:06:24.356 7 INFO neutron.services.service_base [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 07:06:24.357 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: segments 2026-06-04 07:06:24.431 8 INFO neutron_vpnaas.services.vpn.plugin [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 07:06:24.432 8 INFO neutron.common.utils [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 07:06:24.432 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: taas 2026-06-04 07:06:24.459 8 WARNING stevedore.named [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 07:06:24.471 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: trunk 2026-06-04 07:06:24.486 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: vpnaas 2026-06-04 07:06:24.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 07:06:24.492 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: tapmirror 2026-06-04 07:06:24.503 8 WARNING stevedore.named [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 07:06:24.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 07:06:24.524 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: auto_allocate 2026-06-04 07:06:24.526 7 WARNING stevedore.named [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 07:06:24.527 7 WARNING stevedore.named [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 07:06:24.532 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: tag 2026-06-04 07:06:24.542 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: timestamp 2026-06-04 07:06:24.546 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 07:06:24.551 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: flavors 2026-06-04 07:06:24.554 8 INFO neutron.manager [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loading Plugin: revisions 2026-06-04 07:06:24.559 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Initializing extension manager. 2026-06-04 07:06:24.560 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: address-group 2026-06-04 07:06:24.561 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: address-scope 2026-06-04 07:06:24.562 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 07:06:24.563 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: agent 2026-06-04 07:06:24.563 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 07:06:24.564 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 07:06:24.565 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 07:06:24.566 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: availability_zone 2026-06-04 07:06:24.567 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 07:06:24.567 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 07:06:24.568 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: default-subnetpools 2026-06-04 07:06:24.569 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 07:06:24.570 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: dns-integration 2026-06-04 07:06:24.570 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 07:06:24.571 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 07:06:24.571 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: dvr 2026-06-04 07:06:24.572 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 07:06:24.573 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 07:06:24.573 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 07:06:24.574 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 07:06:24.574 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: external-net 2026-06-04 07:06:24.575 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 07:06:24.576 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: extraroute 2026-06-04 07:06:24.576 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 07:06:24.577 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 07:06:24.578 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 07:06:24.578 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 07:06:24.579 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 07:06:24.579 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: fip-port-details 2026-06-04 07:06:24.580 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: flavors 2026-06-04 07:06:24.581 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 07:06:24.582 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: floatingip-pools 2026-06-04 07:06:24.582 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: ip_allocation 2026-06-04 07:06:24.583 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 07:06:24.583 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: l2_adjacency 2026-06-04 07:06:24.584 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: router 2026-06-04 07:06:24.586 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 07:06:24.587 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 07:06:24.587 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 07:06:24.588 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 07:06:24.588 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: l3-ha 2026-06-04 07:06:24.589 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 07:06:24.589 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 07:06:24.590 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: l3-flavors 2026-06-04 07:06:24.591 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 07:06:24.591 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 07:06:24.594 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 07:06:24.595 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 07:06:24.596 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 07:06:24.597 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 07:06:24.597 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 07:06:24.597 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 07:06:24.598 7 INFO neutron.common.utils [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 07:06:24.598 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: taas 2026-06-04 07:06:24.598 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: multi-provider 2026-06-04 07:06:24.598 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: net-mtu 2026-06-04 07:06:24.599 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 07:06:24.600 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: network_availability_zone 2026-06-04 07:06:24.600 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: network_ha 2026-06-04 07:06:24.601 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: network-ip-availability 2026-06-04 07:06:24.602 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 07:06:24.602 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: pagination 2026-06-04 07:06:24.603 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-device-profile 2026-06-04 07:06:24.603 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 07:06:24.604 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 07:06:24.604 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 07:06:24.605 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-mac-override 2026-06-04 07:06:24.605 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 07:06:24.606 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 07:06:24.606 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 07:06:24.607 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-resource-request 2026-06-04 07:06:24.607 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 07:06:24.608 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 07:06:24.609 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: binding 2026-06-04 07:06:24.610 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: binding-extended 2026-06-04 07:06:24.610 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-security 2026-06-04 07:06:24.611 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: project-id 2026-06-04 07:06:24.611 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: provider 2026-06-04 07:06:24.612 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 07:06:24.614 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos 2026-06-04 07:06:24.614 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 07:06:24.615 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 07:06:24.615 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-default 2026-06-04 07:06:24.616 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-fip 2026-06-04 07:06:24.616 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 07:06:24.617 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 07:06:24.617 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 07:06:24.618 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 07:06:24.619 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 07:06:24.619 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-pps 2026-06-04 07:06:24.620 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 07:06:24.620 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 07:06:24.621 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 07:06:24.621 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: quota-check-limit 2026-06-04 07:06:24.622 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 07:06:24.623 7 WARNING stevedore.named [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 07:06:24.624 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: quotas 2026-06-04 07:06:24.625 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: quota_details 2026-06-04 07:06:24.627 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: rbac-policies 2026-06-04 07:06:24.627 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: rbac-address-group 2026-06-04 07:06:24.628 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 07:06:24.628 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 07:06:24.629 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 07:06:24.629 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: revision-if-match 2026-06-04 07:06:24.632 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 07:06:24.632 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: router_availability_zone 2026-06-04 07:06:24.633 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 07:06:24.635 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 07:06:24.635 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 07:06:24.636 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 07:06:24.636 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 07:06:24.637 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 07:06:24.638 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 07:06:24.642 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: security-group 2026-06-04 07:06:24.643 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: segment 2026-06-04 07:06:24.644 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 07:06:24.645 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: service-type 2026-06-04 07:06:24.645 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: sorting 2026-06-04 07:06:24.646 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 07:06:24.646 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: standard-attr-description 2026-06-04 07:06:24.647 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: stateful-security-group 2026-06-04 07:06:24.647 8 WARNING neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 07:06:24.648 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 07:06:24.648 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: subnet-external-network 2026-06-04 07:06:24.649 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: subnet_onboard 2026-06-04 07:06:24.649 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 07:06:24.650 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: subnet-service-types 2026-06-04 07:06:24.651 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: subnet_allocation 2026-06-04 07:06:24.651 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 07:06:24.652 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: tag-creation 2026-06-04 07:06:24.652 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 07:06:24.656 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 07:06:24.657 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 07:06:24.657 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: trunk 2026-06-04 07:06:24.658 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: trunk-details 2026-06-04 07:06:24.658 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 07:06:24.659 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 07:06:24.660 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 07:06:24.660 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 07:06:24.662 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 07:06:24.663 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 07:06:24.663 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: vpn-flavors 2026-06-04 07:06:24.665 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: vpnaas 2026-06-04 07:06:24.666 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: taas 2026-06-04 07:06:24.667 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: tap-mirror 2026-06-04 07:06:24.668 8 INFO neutron.api.extensions [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 07:06:24.670 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 07:06:24.671 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 07:06:24.671 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.671 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 07:06:24.674 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 07:06:24.675 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 07:06:24.679 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 07:06:24.680 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 07:06:24.680 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 07:06:24.681 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.681 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.682 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.682 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.682 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 07:06:24.683 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.683 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.683 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 07:06:24.684 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 07:06:24.684 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 07:06:24.685 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.685 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ipsecpolicy is already registered 2026-06-04 07:06:24.685 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.685 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ikepolicy is already registered 2026-06-04 07:06:24.690 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 07:06:24.690 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] router is already registered 2026-06-04 07:06:24.690 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 07:06:24.691 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] floatingip is already registered 2026-06-04 07:06:24.694 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 07:06:24.694 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] rbac_policy is already registered 2026-06-04 07:06:24.695 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 07:06:24.695 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] security_group is already registered 2026-06-04 07:06:24.695 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 07:06:24.695 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] security_group_rule is already registered 2026-06-04 07:06:24.696 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.696 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.697 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.697 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.697 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 07:06:24.697 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] trunk is already registered 2026-06-04 07:06:24.698 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.698 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ikepolicy is already registered 2026-06-04 07:06:24.698 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.698 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ipsecpolicy is already registered 2026-06-04 07:06:24.699 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 07:06:24.699 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] endpoint_group is already registered 2026-06-04 07:06:24.699 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 07:06:24.699 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] vpnservice is already registered 2026-06-04 07:06:24.700 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 07:06:24.700 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ipsec_site_connection is already registered 2026-06-04 07:06:24.700 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.700 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ipsecpolicy is already registered 2026-06-04 07:06:24.701 8 INFO neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.701 8 WARNING neutron.quota.resource_registry [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] ikepolicy is already registered 2026-06-04 07:06:24.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 07:06:24.707 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: tapmirror 2026-06-04 07:06:24.719 7 WARNING stevedore.named [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 07:06:24.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 07:06:24.739 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: auto_allocate 2026-06-04 07:06:24.740 8 WARNING keystonemiddleware._common.config [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 07:06:24.747 8 WARNING oslo_config.cfg [None req-777f95bb-32e4-4a4a-a625-7d8819411429 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-04 07:06:24.750 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: tag WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6a4bf98668 pid: 8 (default app) 2026-06-04 07:06:24.758 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: timestamp 2026-06-04 07:06:24.762 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 07:06:24.766 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: flavors 2026-06-04 07:06:24.769 7 INFO neutron.manager [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loading Plugin: revisions 2026-06-04 07:06:24.773 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Initializing extension manager. 2026-06-04 07:06:24.774 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: address-group 2026-06-04 07:06:24.775 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: address-scope 2026-06-04 07:06:24.776 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 07:06:24.777 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: agent 2026-06-04 07:06:24.777 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 07:06:24.779 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 07:06:24.779 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 07:06:24.780 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: availability_zone 2026-06-04 07:06:24.781 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 07:06:24.781 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 07:06:24.782 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: default-subnetpools 2026-06-04 07:06:24.783 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 07:06:24.784 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: dns-integration 2026-06-04 07:06:24.784 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 07:06:24.785 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 07:06:24.785 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: dvr 2026-06-04 07:06:24.786 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 07:06:24.787 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 07:06:24.787 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 07:06:24.788 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 07:06:24.789 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: external-net 2026-06-04 07:06:24.789 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 07:06:24.790 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: extraroute 2026-06-04 07:06:24.791 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 07:06:24.792 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 07:06:24.793 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 07:06:24.794 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 07:06:24.795 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 07:06:24.796 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: fip-port-details 2026-06-04 07:06:24.796 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: flavors 2026-06-04 07:06:24.797 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 07:06:24.798 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: floatingip-pools 2026-06-04 07:06:24.799 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: ip_allocation 2026-06-04 07:06:24.799 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 07:06:24.800 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: l2_adjacency 2026-06-04 07:06:24.801 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: router 2026-06-04 07:06:24.803 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 07:06:24.804 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 07:06:24.804 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 07:06:24.805 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 07:06:24.805 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: l3-ha 2026-06-04 07:06:24.806 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 07:06:24.806 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 07:06:24.807 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: l3-flavors 2026-06-04 07:06:24.808 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 07:06:24.808 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 07:06:24.810 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 07:06:24.812 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 07:06:24.812 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 07:06:24.814 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 07:06:24.814 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 07:06:24.815 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: multi-provider 2026-06-04 07:06:24.815 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: net-mtu 2026-06-04 07:06:24.816 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 07:06:24.816 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: network_availability_zone 2026-06-04 07:06:24.817 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: network_ha 2026-06-04 07:06:24.820 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: network-ip-availability 2026-06-04 07:06:24.823 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 07:06:24.824 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: pagination 2026-06-04 07:06:24.825 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-device-profile 2026-06-04 07:06:24.826 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 07:06:24.827 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 07:06:24.828 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 07:06:24.829 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-mac-override 2026-06-04 07:06:24.829 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 07:06:24.830 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 07:06:24.830 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 07:06:24.831 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-resource-request 2026-06-04 07:06:24.831 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 07:06:24.832 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 07:06:24.832 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: binding 2026-06-04 07:06:24.833 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: binding-extended 2026-06-04 07:06:24.834 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-security 2026-06-04 07:06:24.834 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: project-id 2026-06-04 07:06:24.835 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: provider 2026-06-04 07:06:24.835 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 07:06:24.838 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos 2026-06-04 07:06:24.840 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 07:06:24.841 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 07:06:24.841 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-default 2026-06-04 07:06:24.842 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-fip 2026-06-04 07:06:24.842 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 07:06:24.843 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 07:06:24.843 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 07:06:24.844 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 07:06:24.845 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 07:06:24.845 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-pps 2026-06-04 07:06:24.846 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 07:06:24.846 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 07:06:24.847 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 07:06:24.847 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: quota-check-limit 2026-06-04 07:06:24.848 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 07:06:24.850 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: quotas 2026-06-04 07:06:24.858 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: quota_details 2026-06-04 07:06:24.862 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: rbac-policies 2026-06-04 07:06:24.863 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: rbac-address-group 2026-06-04 07:06:24.864 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 07:06:24.865 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 07:06:24.865 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 07:06:24.866 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: revision-if-match 2026-06-04 07:06:24.867 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 07:06:24.868 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: router_availability_zone 2026-06-04 07:06:24.869 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 07:06:24.871 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 07:06:24.871 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 07:06:24.872 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 07:06:24.872 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 07:06:24.873 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 07:06:24.873 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 07:06:24.879 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: security-group 2026-06-04 07:06:24.880 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: segment 2026-06-04 07:06:24.880 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 07:06:24.881 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: service-type 2026-06-04 07:06:24.881 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: sorting 2026-06-04 07:06:24.882 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 07:06:24.883 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: standard-attr-description 2026-06-04 07:06:24.884 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: stateful-security-group 2026-06-04 07:06:24.885 7 WARNING neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 07:06:24.885 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 07:06:24.886 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: subnet-external-network 2026-06-04 07:06:24.886 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: subnet_onboard 2026-06-04 07:06:24.887 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 07:06:24.887 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: subnet-service-types 2026-06-04 07:06:24.888 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: subnet_allocation 2026-06-04 07:06:24.889 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 07:06:24.889 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: tag-creation 2026-06-04 07:06:24.890 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 07:06:24.894 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 07:06:24.894 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 07:06:24.895 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: trunk 2026-06-04 07:06:24.895 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: trunk-details 2026-06-04 07:06:24.896 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 07:06:24.897 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 07:06:24.897 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 07:06:24.898 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 07:06:24.900 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 07:06:24.901 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 07:06:24.901 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: vpn-flavors 2026-06-04 07:06:24.903 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: vpnaas 2026-06-04 07:06:24.905 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: taas 2026-06-04 07:06:24.906 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: tap-mirror 2026-06-04 07:06:24.907 7 INFO neutron.api.extensions [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 07:06:24.910 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 07:06:24.911 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 07:06:24.911 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.911 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 07:06:24.914 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 07:06:24.915 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 07:06:24.920 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 07:06:24.920 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 07:06:24.921 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 07:06:24.922 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.922 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.922 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.922 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.923 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 07:06:24.923 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.924 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.924 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 07:06:24.924 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 07:06:24.925 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 07:06:24.925 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.925 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ipsecpolicy is already registered 2026-06-04 07:06:24.926 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.926 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ikepolicy is already registered 2026-06-04 07:06:24.930 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 07:06:24.930 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] router is already registered 2026-06-04 07:06:24.931 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 07:06:24.931 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] floatingip is already registered 2026-06-04 07:06:24.935 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 07:06:24.935 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] rbac_policy is already registered 2026-06-04 07:06:24.935 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 07:06:24.935 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] security_group is already registered 2026-06-04 07:06:24.936 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 07:06:24.936 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] security_group_rule is already registered 2026-06-04 07:06:24.937 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.937 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.937 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 07:06:24.937 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] subnetpool is already registered 2026-06-04 07:06:24.938 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 07:06:24.938 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] trunk is already registered 2026-06-04 07:06:24.938 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.938 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ikepolicy is already registered 2026-06-04 07:06:24.939 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.939 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ipsecpolicy is already registered 2026-06-04 07:06:24.939 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 07:06:24.939 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] endpoint_group is already registered 2026-06-04 07:06:24.940 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 07:06:24.940 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] vpnservice is already registered 2026-06-04 07:06:24.940 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 07:06:24.940 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ipsec_site_connection is already registered 2026-06-04 07:06:24.941 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 07:06:24.941 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ipsecpolicy is already registered 2026-06-04 07:06:24.941 7 INFO neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 07:06:24.941 7 WARNING neutron.quota.resource_registry [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] ikepolicy is already registered 2026-06-04 07:06:24.979 7 WARNING keystonemiddleware._common.config [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 07:06:24.987 7 WARNING oslo_config.cfg [None req-c2c1360a-821e-4e97-9954-86ae3eba10b1 - - - - - -] 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 0x7f6a4bf98668 pid: 7 (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-06-04 07:06:29.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88115456-17b2-41b2-b7f9-d0ec2ebc8aa0 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:06:28 2026] GET /v2.0/networks/public => generated 108 bytes in 966 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: 4/5] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:06:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:06:30.470 7 WARNING neutron.services.revisions.revision_plugin [None req-f1bc8a5f-7366-4f91-ada4-3110c0868fe6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Could not find related network for resource to bump revision. 2026-06-04 07:06:30.492 7 INFO neutron.db.segments_db [None req-f1bc8a5f-7366-4f91-ada4-3110c0868fe6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 8279deeb-b1a5-459f-a466-fc2d7ae10807 of type flat for network ae11bb0c-99ee-406e-a096-382eda0ec97f 2026-06-04 07:06:30.542 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1bc8a5f-7366-4f91-ada4-3110c0868fe6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.205 () {48 vars in 967 bytes} [Thu Jun 4 07:06:30 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-06-04 07:06:36.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-499af298-8081-42c2-b10a-df37fa7d8969 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:06:36 2026] GET /v2.0/networks/public => generated 108 bytes in 387 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:06:36 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-06-04 07:06:37.083 8 WARNING neutron.services.revisions.revision_plugin [None req-4fd83a5a-0f27-45ea-a13e-1b58580e6bfc 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Could not find related network for resource to bump revision. 2026-06-04 07:06:37.114 8 INFO neutron.db.segments_db [None req-4fd83a5a-0f27-45ea-a13e-1b58580e6bfc 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment e1cc9b8e-2819-41f0-8280-b036284cd0f3 of type flat for network 5bc77b3b-3c24-4107-817e-358aff4b920b 2026-06-04 07:06:37.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fd83a5a-0f27-45ea-a13e-1b58580e6bfc 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.205 () {48 vars in 967 bytes} [Thu Jun 4 07:06:36 2026] POST /v2.0/networks => generated 124 bytes in 347 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:06:43.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc3f7bf7-b298-42e5-84d2-b08800a315d5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:06:43 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:06:43 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-06-04 07:06:43.173 8 WARNING neutron.services.revisions.revision_plugin [None req-a6c54626-7bb7-4188-9729-def20f01f87a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Could not find related network for resource to bump revision. 2026-06-04 07:06:43.189 8 INFO neutron.db.segments_db [None req-a6c54626-7bb7-4188-9729-def20f01f87a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 5873858d-3000-43b5-81ad-dfd7bb9bf6ff of type flat for network 5dc88a21-248e-4533-b26d-c779e7a36a05 2026-06-04 07:06:43.215 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6c54626-7bb7-4188-9729-def20f01f87a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.205 () {48 vars in 967 bytes} [Thu Jun 4 07:06:43 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:06:49.138 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18f413ba-80c9-4d90-bca1-e415256cdb1d 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:06:49 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:06:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:06:49.217 7 WARNING neutron.services.revisions.revision_plugin [None req-bfefae8a-0c72-407f-8013-7b70c68ca4e0 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Could not find related network for resource to bump revision. 2026-06-04 07:06:49.244 7 INFO neutron.db.segments_db [None req-bfefae8a-0c72-407f-8013-7b70c68ca4e0 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 775adcaf-6822-4c49-b0ce-78974fd66466 of type flat for network dd950196-ff0f-4379-804a-a20cab370dc6 2026-06-04 07:06:49.281 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfefae8a-0c72-407f-8013-7b70c68ca4e0 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.205 () {48 vars in 967 bytes} [Thu Jun 4 07:06:49 2026] POST /v2.0/networks => generated 124 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:06:55.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6d4275b-fbda-4a6c-bcfb-d70571ba34aa 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:06:55 2026] GET /v2.0/networks/public => generated 108 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:06:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:06:55.431 8 WARNING neutron.services.revisions.revision_plugin [None req-0fce9dca-86e9-4526-9d3e-d0bf73fb78db 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Could not find related network for resource to bump revision. 2026-06-04 07:06:55.450 8 INFO neutron.db.segments_db [None req-0fce9dca-86e9-4526-9d3e-d0bf73fb78db 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 4a356bc2-9d3a-4662-9e76-15ce9784470d of type flat for network d2e70bd6-26c0-493c-98ad-2dedc537c6fa 2026-06-04 07:06:55.480 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fce9dca-86e9-4526-9d3e-d0bf73fb78db 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.205 () {48 vars in 967 bytes} [Thu Jun 4 07:06:55 2026] POST /v2.0/networks => generated 124 bytes in 254 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:07:01.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48686925-37f6-45af-a0f6-335ad9eff65b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:07:01 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:07:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:07:01.469 8 WARNING neutron.services.revisions.revision_plugin [None req-f945655c-b45d-4039-82c5-e2a671170f52 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Could not find related network for resource to bump revision. 2026-06-04 07:07:01.489 8 INFO neutron.db.segments_db [None req-f945655c-b45d-4039-82c5-e2a671170f52 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment f1420ae7-3baa-49bc-ae12-f22653c5c63d of type flat for network d1492144-dfb2-41b2-a9f7-4b5c95a1227b [pid: 8|app: 0|req: 13/23] 199.204.45.205 () {48 vars in 967 bytes} [Thu Jun 4 07:07:01 2026] POST /v2.0/networks => generated 706 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:07:02.884 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89fd804e-edc1-49c4-9605-d9c161013971 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:07:02 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:07:02 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:07:02.970 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8bc7c57-ac9e-4019-b4f1-e06016a6e946 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.205 () {44 vars in 1034 bytes} [Thu Jun 4 07:07:02 2026] GET /v2.0/subnets/public-subnet?network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.205 () {44 vars in 1057 bytes} [Thu Jun 4 07:07:02 2026] GET /v2.0/subnets?name=public-subnet&network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.205 () {48 vars in 965 bytes} [Thu Jun 4 07:07:03 2026] POST /v2.0/subnets => generated 664 bytes in 1371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:11:53.120 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6d25382-b445-4da3-bb03-e5331373dcff 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.204.45.205 () {44 vars in 937 bytes} [Thu Jun 4 07:11:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.204.45.205 () {44 vars in 959 bytes} [Thu Jun 4 07:11:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:11:53.206 8 INFO neutron.db.segments_db [None req-1a9c14d7-a431-42b2-b6e5-a616a54621ef 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 640c63d7-7974-40c5-b024-71dff30a1c11 of type vxlan for network eaffddb7-9930-497d-b968-ce505778ad8e [pid: 8|app: 0|req: 36/68] 199.204.45.205 () {48 vars in 966 bytes} [Thu Jun 4 07:11:53 2026] POST /v2.0/networks => generated 706 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:11:54.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd11135d-d325-4355-b4cf-cb4da3cfec3a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.205 () {44 vars in 937 bytes} [Thu Jun 4 07:11:54 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: 37/70] 199.204.45.205 () {44 vars in 959 bytes} [Thu Jun 4 07:11:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:11:54.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16b30e7b-6aa6-4a04-aeee-f54c79968add 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.205 () {44 vars in 1036 bytes} [Thu Jun 4 07:11:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.205 () {44 vars in 1059 bytes} [Thu Jun 4 07:11:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.205 () {48 vars in 965 bytes} [Thu Jun 4 07:11:54 2026] POST /v2.0/subnets => generated 651 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:11:55.870 8 INFO neutron.api.v2.resource [None req-074d1ac9-e8f0-449b-9819-27e0ef0fd2bb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.204.45.205 () {44 vars in 971 bytes} [Thu Jun 4 07:11:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.205 () {44 vars in 993 bytes} [Thu Jun 4 07:11:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.205 () {48 vars in 980 bytes} [Thu Jun 4 07:11:55 2026] POST /v2.0/security-groups => generated 1616 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:57 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 1616 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:57 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:57 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:11:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:58 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:58 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:58 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:11:58 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: 7|app: 0|req: 42/87] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:59 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:59 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:11:59 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => 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: 47/90] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:11:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:00 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:00 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => 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: 45/93] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:00 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:12:00 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: 7|app: 0|req: 46/95] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:01 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:01 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:01 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:12:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.205 () {44 vars in 987 bytes} [Thu Jun 4 07:12:03 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e => generated 731 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:12:03.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef4db8f1-5356-432f-ac30-8e8f53fec29c 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/100] 199.204.45.205 () {44 vars in 1076 bytes} [Thu Jun 4 07:12:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.205 () {44 vars in 1099 bytes} [Thu Jun 4 07:12:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:03 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.205 () {48 vars in 961 bytes} [Thu Jun 4 07:12:03 2026] POST /v2.0/ports => generated 1100 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 07:12:11.382 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a845ce39-543a-42de-b29a-ed99b3077f1b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.205 () {44 vars in 979 bytes} [Thu Jun 4 07:12:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 51/105] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/108] 199.204.45.205 () {48 vars in 1031 bytes} [Thu Jun 4 07:12:11 2026] PUT /v2.0/ports/f1984211-9570-4ef3-b61d-e840c1d6a711 => generated 1249 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/109] 199.204.45.205 () {44 vars in 920 bytes} [Thu Jun 4 07:12:13 2026] GET /v2.0/ports => generated 3730 bytes in 406 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-06-04 07:12:15.364 8 INFO neutron.api.v2.resource [None req-d2211c03-31c1-424a-b0f1-45f107221ae7 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/110] 199.204.45.205 () {44 vars in 959 bytes} [Thu Jun 4 07:12:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.205 () {44 vars in 981 bytes} [Thu Jun 4 07:12:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.204.45.205 () {48 vars in 980 bytes} [Thu Jun 4 07:12:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:16 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:16 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:16 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:12:16 2026] POST /v2.0/security-group-rules => generated 623 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:17 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:17 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:12:17 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:12:17 2026] POST /v2.0/security-group-rules => generated 627 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/129] 199.204.45.205 () {44 vars in 975 bytes} [Thu Jun 4 07:13:21 2026] GET /v2.0/quotas/124fc0c3828c4184bb90470154c7b66a => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/130] 199.204.45.205 () {48 vars in 1027 bytes} [Thu Jun 4 07:13:22 2026] PUT /v2.0/quotas/124fc0c3828c4184bb90470154c7b66a => generated 291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:15:42.500 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4c25616-f021-41bc-8db5-a89ca50d0044 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/151] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:15:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 204 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/152] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:15:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:15:44.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db7b8788-ec57-4259-bfc2-af4d983623d2 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:15:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/154] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:15:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:22:22.809 8 INFO neutron.api.v2.resource [None req-b9918b48-af36-4aa8-86df-5577abe7ca9f 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/207] 199.204.45.205 () {44 vars in 1074 bytes} [Thu Jun 4 07:22:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=685d9c4f755f4725af782b554c88aa26 => generated 139 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/208] 199.204.45.205 () {44 vars in 1097 bytes} [Thu Jun 4 07:22:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=685d9c4f755f4725af782b554c88aa26 => generated 23 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/209] 199.204.45.205 () {48 vars in 981 bytes} [Thu Jun 4 07:22:23 2026] POST /v2.0/security-groups => generated 1624 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:24 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 1624 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/211] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:22:24 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:24 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:22:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:25 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:22:25 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:25 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:22:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:26 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:22:26 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:26 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:22:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:28 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:22:28 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:22:28 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.205 () {48 vars in 991 bytes} [Thu Jun 4 07:22:28 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: 124/246] 199.204.45.205 () {30 vars in 740 bytes} [Thu Jun 4 07:24:46 2026] GET /v2.0/networks?tenant_id=685d9c4f755f4725af782b554c88aa26&shared=False => generated 15 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:24:46.569 7 INFO neutron.db.segments_db [None req-f9132c58-92b0-4ed7-abaa-204793981220 1b15180090da405fbf0e04551c165cb1 685d9c4f755f4725af782b554c88aa26 - - 8748b37ecb104f9f9a6a983ad5d51801 8748b37ecb104f9f9a6a983ad5d51801] Added segment 87865df3-4d3c-4879-90cd-9d016501f8b3 of type vxlan for network 81a644d1-244d-48a5-82db-d148cde3e0ca [pid: 7|app: 0|req: 123/247] 199.204.45.205 () {34 vars in 682 bytes} [Thu Jun 4 07:24:46 2026] POST /v2.0/networks => generated 718 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/248] 199.204.45.205 () {30 vars in 722 bytes} [Thu Jun 4 07:24:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/249] 199.204.45.205 () {30 vars in 633 bytes} [Thu Jun 4 07:24:46 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.205 () {34 vars in 677 bytes} [Thu Jun 4 07:24:46 2026] POST /v2.0/ports => generated 999 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:24:47 2026] GET /v2.0/networks/81a644d1-244d-48a5-82db-d148cde3e0ca => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/252] 199.204.45.205 () {30 vars in 722 bytes} [Thu Jun 4 07:24:49 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:24:49 2026] GET /v2.0/networks/81a644d1-244d-48a5-82db-d148cde3e0ca => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/256] 199.204.45.205 () {44 vars in 975 bytes} [Thu Jun 4 07:25:02 2026] GET /v2.0/quotas/685d9c4f755f4725af782b554c88aa26 => 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: 128/257] 199.204.45.205 () {48 vars in 1027 bytes} [Thu Jun 4 07:25:03 2026] PUT /v2.0/quotas/685d9c4f755f4725af782b554c88aa26 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:37:31.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51e8d9e1-23a1-45aa-a128-17cf621b1abc 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:37:31 2026] GET /v2.0/networks/public => generated 108 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:37:31 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:37:33.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03005443-7be6-4c9a-bb12-8137597ddc3f 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/360] 199.204.45.205 () {44 vars in 927 bytes} [Thu Jun 4 07:37:33 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: 181/361] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:37:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:37:33.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08b8fcf0-d219-41d1-adfc-3339bc872d16 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/362] 199.204.45.205 () {44 vars in 1034 bytes} [Thu Jun 4 07:37:33 2026] GET /v2.0/subnets/public-subnet?network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.205 () {44 vars in 1057 bytes} [Thu Jun 4 07:37:33 2026] GET /v2.0/subnets?name=public-subnet&network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:38:03.889 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82cdb9bf-07bf-46df-b00b-38664c186be7 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/368] 199.204.45.205 () {44 vars in 937 bytes} [Thu Jun 4 07:38:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.205 () {44 vars in 959 bytes} [Thu Jun 4 07:38:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:38:04.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62762909-2c1d-433e-9178-cdf1dc202af2 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/370] 199.204.45.205 () {44 vars in 937 bytes} [Thu Jun 4 07:38:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.205 () {44 vars in 959 bytes} [Thu Jun 4 07:38:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:38:05.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15ebef19-ab3a-4d3c-9748-cb0bd6c7b1eb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/372] 199.204.45.205 () {44 vars in 1036 bytes} [Thu Jun 4 07:38:05 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.205 () {44 vars in 1059 bytes} [Thu Jun 4 07:38:05 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:38:06.323 7 INFO neutron.api.v2.resource [None req-6a049d59-b778-4f40-9b07-f9e152e9fbc9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/374] 199.204.45.205 () {44 vars in 971 bytes} [Thu Jun 4 07:38:06 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.204.45.205 () {44 vars in 993 bytes} [Thu Jun 4 07:38:06 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:07 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:07 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => 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: 189/378] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:07 2026] GET /v2.0/security-group-rules/e57d6092-b751-4919-80fa-0174ab38060f => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:08 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:08 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:08 2026] GET /v2.0/security-group-rules/52fce030-0891-415f-9df4-80c72199be00 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/382] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:09 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:09 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:09 2026] GET /v2.0/security-group-rules/bdfecafb-57bc-4284-9c64-dc7b4de46abe => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:10 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:10 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:10 2026] GET /v2.0/security-group-rules/e14acae3-0208-4fb4-996c-953dffb97e08 => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:11 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => 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: 195/389] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:11 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => 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: 195/390] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:11 2026] GET /v2.0/security-group-rules/bc2225a6-d1c9-41c7-99b9-07ce7a63e3d1 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 199.204.45.205 () {44 vars in 987 bytes} [Thu Jun 4 07:38:13 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e => generated 731 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:38:13.239 8 INFO neutron.pecan_wsgi.hooks.translation [None req-921aa6e3-1167-40d1-8f55-de420a19f481 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/394] 199.204.45.205 () {44 vars in 1076 bytes} [Thu Jun 4 07:38:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eaffddb7-9930-497d-b968-ce505778ad8e => 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: 198/395] 199.204.45.205 () {44 vars in 1099 bytes} [Thu Jun 4 07:38:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:13 2026] GET /v2.0/security-groups/16f5d954-2d52-4f14-8df2-23d0b2730355 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:38:21.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec8a94da-2487-4c42-810e-c2a19bf50571 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/397] 199.204.45.205 () {44 vars in 979 bytes} [Thu Jun 4 07:38:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.205 () {44 vars in 920 bytes} [Thu Jun 4 07:38:23 2026] GET /v2.0/ports => generated 4725 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:38:24.651 8 INFO neutron.api.v2.resource [None req-4abac50e-91be-45a9-b0b1-abe2f7bab335 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/400] 199.204.45.205 () {44 vars in 959 bytes} [Thu Jun 4 07:38:24 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.205 () {44 vars in 981 bytes} [Thu Jun 4 07:38:24 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:25 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:25 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2886 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:25 2026] GET /v2.0/security-group-rules/ea6ea118-12d8-4513-a136-ee910e99007b => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:26 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:38:26 2026] GET /v2.0/security-groups/a728dc5c-42fa-4d61-ab0c-ca635a03d09b => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:38:26 2026] GET /v2.0/security-group-rules/37ed2e7e-0038-4ffd-a8d6-349ff1919458 => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.205 () {44 vars in 975 bytes} [Thu Jun 4 07:38:40 2026] GET /v2.0/quotas/124fc0c3828c4184bb90470154c7b66a => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:39:38.983 7 INFO neutron.api.v2.resource [None req-9c5dc4ed-bfe8-4f1f-b066-c41584406fbd 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/419] 199.204.45.205 () {44 vars in 1074 bytes} [Thu Jun 4 07:39:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=685d9c4f755f4725af782b554c88aa26 => generated 139 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 199.204.45.205 () {44 vars in 1097 bytes} [Thu Jun 4 07:39:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=685d9c4f755f4725af782b554c88aa26 => generated 4072 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:39:40 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:39:40 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:39:40 2026] GET /v2.0/security-group-rules/049401b1-7d12-4bf7-b28c-1202a9e03338 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:39:41 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:39:41 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:39:41 2026] GET /v2.0/security-group-rules/6ae0d363-9ad2-4703-a7fd-4a33a2e08861 => generated 599 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/429] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:39:42 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/430] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:39:42 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:39:42 2026] GET /v2.0/security-group-rules/beb4e4c3-441c-4913-948c-6f6b7a2c5ad0 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/432] 199.204.45.205 () {44 vars in 1088 bytes} [Thu Jun 4 07:39:43 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9?project_id=685d9c4f755f4725af782b554c88aa26 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 199.204.45.205 () {44 vars in 1001 bytes} [Thu Jun 4 07:39:43 2026] GET /v2.0/security-groups/c7e617dc-5c73-4f08-ab39-83e7c7ac71f9 => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 199.204.45.205 () {44 vars in 1011 bytes} [Thu Jun 4 07:39:43 2026] GET /v2.0/security-group-rules/82b9f4b5-a4af-405f-8988-f38cd0ecc651 => 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: 218/435] 199.204.45.205 () {44 vars in 975 bytes} [Thu Jun 4 07:39:51 2026] GET /v2.0/quotas/685d9c4f755f4725af782b554c88aa26 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 199.204.45.205 () {44 vars in 949 bytes} [Thu Jun 4 07:40:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/451] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:41:28 2026] GET /v2.0/networks => generated 2167 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/452] 10.0.0.60 () {32 vars in 654 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/453] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/454] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/networks => generated 2167 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.60 () {32 vars in 654 bytes} [Thu Jun 4 07:41:30 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:41:42.400 8 INFO neutron.db.segments_db [None req-79042a16-2d22-4a0b-ae7e-2b722db87424 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 004eff40-7a64-46c7-a36f-bd441bee7e8f of type vxlan for network 26a87d33-1a39-4b04-b9ac-cd3f23ac33d8 [pid: 8|app: 0|req: 231/461] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:41:42 2026] POST /v2.0/networks => generated 748 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:42.504 7 INFO neutron.db.segments_db [None req-adc9ae0e-6bd8-4e93-8280-e24b63e290bf 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 35d74cdc-6775-4dad-adb4-50921f931253 of type vxlan for network 82b70298-2508-415b-9cbc-18203c58a715 [pid: 7|app: 0|req: 231/462] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:41:42 2026] POST /v2.0/networks => generated 744 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:42.786 8 INFO neutron.db.segments_db [None req-2b0c6d7a-e5c5-4f76-9a8d-0260ba428b11 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 3eaa1485-d437-439c-828e-bc9731268467 of type vxlan for network b70e3ce5-c616-4669-bf24-7c79591ec979 [pid: 7|app: 0|req: 232/463] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:42 2026] POST /v2.0/subnets => generated 695 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:41:42 2026] POST /v2.0/networks => generated 752 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:42.931 8 INFO neutron.db.segments_db [None req-ced46366-2ada-4cd8-9f39-59b7f39113d2 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a of type vxlan for network 5149071f-95a1-4ef5-b98f-6ef73c0628d7 [pid: 7|app: 0|req: 233/465] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:42 2026] POST /v2.0/subnets => generated 691 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:43.192 8 INFO neutron.db.l3_hamode_db [None req-ced46366-2ada-4cd8-9f39-59b7f39113d2 1dde3fb1dfd04553a431f2594ae72b84 69b2ad8f72f948b88ff0404e4ee17f64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/466] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:41:43 2026] GET /v2.0/security-groups?tenant_id=200b6b88643949eaae2e7a541d347edb&name=default => generated 2921 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:43 2026] POST /v2.0/subnets => generated 699 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:43.484 7 INFO neutron.db.segments_db [None req-ed7dd8d9-8eaf-4671-bc2b-6ee5c7ae33d5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment a6fae0c7-32a4-47b2-9453-a7e84320b4da of type vxlan for network c17f5a2f-f698-4954-9e25-43a76b90f330 2026-06-04 07:41:43.755 7 INFO neutron.db.l3_hamode_db [None req-ed7dd8d9-8eaf-4671-bc2b-6ee5c7ae33d5 1dde3fb1dfd04553a431f2594ae72b84 ddd5aecd25694498829aff8dae41247a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:41:44.527 8 INFO neutron.db.l3_hamode_db [None req-ced46366-2ada-4cd8-9f39-59b7f39113d2 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:41:44.625 7 INFO neutron.db.l3_hamode_db [None req-ed7dd8d9-8eaf-4671-bc2b-6ee5c7ae33d5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 233/468] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:42 2026] POST /v2.0/routers => generated 735 bytes in 2697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:41:45 2026] DELETE /v2.0/security-groups/d686517c-b1d8-478a-9757-d2a1135fe72c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:41:45.713 8 INFO neutron.db.segments_db [None req-1f57b7b6-47b5-4253-9ec7-aec92c121898 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment cfa5ab33-92b4-44ef-a845-a1e834fcafa3 of type vxlan for network c9e38205-172a-4171-a455-ea2e70be15f4 2026-06-04 07:41:45.957 8 INFO neutron.db.l3_hamode_db [None req-1f57b7b6-47b5-4253-9ec7-aec92c121898 1dde3fb1dfd04553a431f2594ae72b84 cccc29eacc9842858f7124de7bc44587 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/470] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:43 2026] POST /v2.0/routers => generated 731 bytes in 2561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:46.685 8 INFO neutron.db.l3_hamode_db [None req-1f57b7b6-47b5-4253-9ec7-aec92c121898 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/471] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:41:45 2026] PUT /v2.0/routers/e88b714d-b03b-4d82-a97c-e5a298dbb1f3/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:45 2026] POST /v2.0/routers => generated 739 bytes in 2003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:48.096 8 INFO neutron.db.segments_db [None req-68f14db8-7d29-4520-a094-b3c3d8c507df 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 2c803d1b-530c-44d9-80af-51b8f85eebea of type vxlan for network 294343f2-b41f-4025-944e-1c60e0d1d585 [pid: 8|app: 0|req: 236/473] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:41:47 2026] POST /v2.0/networks => generated 744 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/474] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:41:47 2026] PUT /v2.0/routers/0682f07b-94bd-409d-9357-43d2f8dcabda/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:48 2026] POST /v2.0/subnets => generated 691 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.7 () {38 vars in 969 bytes} [Thu Jun 4 07:41:48 2026] POST /v2.0/security-groups => generated 1685 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 07:41:48.820 7 INFO neutron.db.segments_db [None req-f373362d-d463-461a-b184-1dcee7e04a16 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment ef4a9c78-1f78-421b-b047-196f414d0121 of type vxlan for network eda4ea08-9246-4983-a209-f52d7b227b82 2026-06-04 07:41:49.059 7 INFO neutron.db.l3_hamode_db [None req-f373362d-d463-461a-b184-1dcee7e04a16 1dde3fb1dfd04553a431f2594ae72b84 3d40d56a7d994122b9b12e6f178e6617 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/477] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:41:48 2026] PUT /v2.0/routers/3e7edc33-e3dc-4ba1-935d-17d5c3f4fd93/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:41:49 2026] POST /v2.0/security-groups => generated 1661 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:49 2026] GET /v2.0/security-groups/b327a8ec-2825-491e-ab24-22a8d053d271 => generated 1685 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:41:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:41:49.784 7 INFO neutron.db.l3_hamode_db [None req-f373362d-d463-461a-b184-1dcee7e04a16 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/481] 10.0.0.7 () {38 vars in 979 bytes} [Thu Jun 4 07:41:49 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/482] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:41:49 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: 243/483] 10.0.0.7 () {38 vars in 969 bytes} [Thu Jun 4 07:41:49 2026] POST /v2.0/security-groups => generated 1685 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:41:50 2026] POST /v2.0/security-groups => generated 1661 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/485] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:41:48 2026] POST /v2.0/routers => generated 731 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/486] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:50 2026] GET /v2.0/security-groups/1eac775d-0eff-4484-9c5d-ef03a6275ab9 => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:41:50 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/488] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:41:50 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: 7|app: 0|req: 244/489] 10.0.0.7 () {38 vars in 979 bytes} [Thu Jun 4 07:41:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:41:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/security-groups/1eac775d-0eff-4484-9c5d-ef03a6275ab9 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:41:51 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.7 () {38 vars in 979 bytes} [Thu Jun 4 07:41:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1645097590&fields=id&tenant_id=ddd5aecd25694498829aff8dae41247a => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/security-groups/1eac775d-0eff-4484-9c5d-ef03a6275ab9 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/networks?id=82b70298-2508-415b-9cbc-18203c58a715 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/497] 10.0.0.7 () {34 vars in 999 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/security-group-rules/151fc530-e831-48bd-bcbd-7d89fdb0c952 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/498] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/quotas/ddd5aecd25694498829aff8dae41247a => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/security-groups/1eac775d-0eff-4484-9c5d-ef03a6275ab9 => generated 2940 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:41:51 2026] GET /v2.0/ports?tenant_id=ddd5aecd25694498829aff8dae41247a&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.7 () {36 vars in 1021 bytes} [Thu Jun 4 07:41:51 2026] DELETE /v2.0/security-group-rules/151fc530-e831-48bd-bcbd-7d89fdb0c952 => 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: 257/502] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1899641817&fields=id&tenant_id=cccc29eacc9842858f7124de7bc44587 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/503] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/504] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/quotas/cccc29eacc9842858f7124de7bc44587 => 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: 246/505] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:41:50 2026] PUT /v2.0/routers/dced4d62-47fb-4b1e-9155-29b05b1e025f/add_router_interface => generated 309 bytes in 1564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/506] 10.0.0.7 () {34 vars in 905 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/507] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/508] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?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: 261/509] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?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: 249/510] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/security-groups/1eac775d-0eff-4484-9c5d-ef03a6275ab9 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/511] 10.0.0.7 () {36 vars in 1011 bytes} [Thu Jun 4 07:41:52 2026] DELETE /v2.0/security-groups/1eac775d-0eff-4484-9c5d-ef03a6275ab9 => 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: 250/512] 10.0.0.7 () {34 vars in 905 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/513] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/514] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/515] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:41:52 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/516] 10.0.0.7 () {38 vars in 969 bytes} [Thu Jun 4 07:41:52 2026] POST /v2.0/security-groups => generated 1681 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/517] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups/b327a8ec-2825-491e-ab24-22a8d053d271 => generated 2310 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/518] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 266/519] 10.0.0.7 () {36 vars in 1011 bytes} [Thu Jun 4 07:41:53 2026] DELETE /v2.0/security-groups/b327a8ec-2825-491e-ab24-22a8d053d271 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/520] 10.0.0.7 () {38 vars in 969 bytes} [Thu Jun 4 07:41:53 2026] POST /v2.0/security-groups => generated 1681 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/521] 10.0.0.7 () {38 vars in 969 bytes} [Thu Jun 4 07:41:53 2026] POST /v2.0/security-groups => generated 1681 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/522] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups?tenant_id=3d40d56a7d994122b9b12e6f178e6617 => generated 7908 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/523] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups/6b31f0a1-6087-47cb-9254-8829f9c52508 => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/524] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups/6b31f0a1-6087-47cb-9254-8829f9c52508 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/525] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups/16d6196f-1875-47a9-aa7a-165c3b73fdd5 => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/526] 10.0.0.7 () {36 vars in 1011 bytes} [Thu Jun 4 07:41:53 2026] DELETE /v2.0/security-groups/16d6196f-1875-47a9-aa7a-165c3b73fdd5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:41:53.842 8 INFO neutron.api.v2.resource [req-6744e0a6-99a1-47d8-942c-b6d0d5fa2d87 req-04c5f1f6-9cd0-4aa5-825b-24c1c2fd5938 48db38d74b3a4e718fcc0567a9e6da70 3d40d56a7d994122b9b12e6f178e6617 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/527] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups/16d6196f-1875-47a9-aa7a-165c3b73fdd5 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/528] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/security-groups/8086a0de-1b6d-45c8-90b9-8ac9d9b57e6a => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/529] 10.0.0.7 () {36 vars in 1011 bytes} [Thu Jun 4 07:41:53 2026] DELETE /v2.0/security-groups/8086a0de-1b6d-45c8-90b9-8ac9d9b57e6a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/530] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:53 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:41:54.011 8 INFO neutron.api.v2.resource [req-86b7dd75-3a04-4ce4-844a-4588c441e717 req-538f1faf-7f07-4270-a2e1-49770ddebcaf 48db38d74b3a4e718fcc0567a9e6da70 3d40d56a7d994122b9b12e6f178e6617 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/531] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/8086a0de-1b6d-45c8-90b9-8ac9d9b57e6a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:41:54.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-24163dc9-6e47-4b7a-b758-0e4f2d775b45 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: c15d7ff4-af66-4452-9016-d2df998727a8 [pid: 8|app: 0|req: 266/532] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/291a0fc6-9a67-467d-aeb1-d77e35c23c34 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:41:54.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24163dc9-6e47-4b7a-b758-0e4f2d775b45 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: c15d7ff4-af66-4452-9016-d2df998727a8 [pid: 8|app: 0|req: 267/533] 10.0.0.7 () {36 vars in 1011 bytes} [Thu Jun 4 07:41:54 2026] DELETE /v2.0/security-groups/291a0fc6-9a67-467d-aeb1-d77e35c23c34 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:41:54.200 8 INFO neutron.api.v2.resource [req-d31f47f6-ea99-4aee-a947-2102a8a41bd7 req-838a33dc-52df-4c8b-865d-f1e574ccf06f 48db38d74b3a4e718fcc0567a9e6da70 3d40d56a7d994122b9b12e6f178e6617 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/534] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/291a0fc6-9a67-467d-aeb1-d77e35c23c34 => 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: 269/535] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 270/536] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups?tenant_id=3d40d56a7d994122b9b12e6f178e6617 => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/537] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/6b31f0a1-6087-47cb-9254-8829f9c52508 => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/538] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/6b31f0a1-6087-47cb-9254-8829f9c52508 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:41:54.396 8 INFO neutron.api.v2.resource [req-08db53fe-70ec-4b35-813b-2acd0904c617 req-25222ee6-b14a-4b96-87c0-c93b6b624a94 48db38d74b3a4e718fcc0567a9e6da70 3d40d56a7d994122b9b12e6f178e6617 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/539] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/291a0fc6-9a67-467d-aeb1-d77e35c23c34 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:41:54.444 8 INFO neutron.api.v2.resource [req-e8b0bd03-e4b8-4b61-9c92-416bd0ac03c5 req-5f6e3acb-df35-462f-9297-3eb4053642aa 48db38d74b3a4e718fcc0567a9e6da70 3d40d56a7d994122b9b12e6f178e6617 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/540] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/8086a0de-1b6d-45c8-90b9-8ac9d9b57e6a => generated 146 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:41:54.477 8 INFO neutron.api.v2.resource [req-c2408e3d-05e4-41e6-9ea1-d81254708180 req-d9544468-712c-430d-abf3-b9a15ada1467 48db38d74b3a4e718fcc0567a9e6da70 3d40d56a7d994122b9b12e6f178e6617 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/541] 10.0.0.7 () {34 vars in 989 bytes} [Thu Jun 4 07:41:54 2026] GET /v2.0/security-groups/16d6196f-1875-47a9-aa7a-165c3b73fdd5 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/542] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:41:53 2026] PUT /v2.0/routers/e88b714d-b03b-4d82-a97c-e5a298dbb1f3/remove_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:41:54.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-42d5917e-40b8-4b48-811b-69a14161ce24 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 635e702e-9583-4ed5-bd7d-8de43e196360 2026-06-04 07:41:54.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42d5917e-40b8-4b48-811b-69a14161ce24 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 635e702e-9583-4ed5-bd7d-8de43e196360 2026-06-04 07:41:54.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-0818c860-34b8-4fda-90f6-c574eb8d2f51 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: a9c8fcf8-da0a-4294-b947-f722220c01d3 2026-06-04 07:41:54.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0818c860-34b8-4fda-90f6-c574eb8d2f51 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: a9c8fcf8-da0a-4294-b947-f722220c01d3 2026-06-04 07:41:55.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-0818c860-34b8-4fda-90f6-c574eb8d2f51 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: e5639678-f013-4a6c-aa0f-c742bd6f5938 2026-06-04 07:41:55.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0818c860-34b8-4fda-90f6-c574eb8d2f51 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: e5639678-f013-4a6c-aa0f-c742bd6f5938 2026-06-04 07:41:55.190 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0818c860-34b8-4fda-90f6-c574eb8d2f51 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 276/543] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:41:54 2026] PUT /v2.0/routers/dced4d62-47fb-4b1e-9155-29b05b1e025f/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/544] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:55 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => 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: 278/545] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:55 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:41:55.669 7 INFO neutron.db.l3_hamode_db [None req-0818c860-34b8-4fda-90f6-c574eb8d2f51 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network 5149071f-95a1-4ef5-b98f-6ef73c0628d7 was deleted as no HA routers are present in tenant 69b2ad8f72f948b88ff0404e4ee17f64. [pid: 7|app: 0|req: 268/546] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:41:54 2026] DELETE /v2.0/routers/e88b714d-b03b-4d82-a97c-e5a298dbb1f3 => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:41:55.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-795c3622-1357-410d-ad45-ad026fcae46a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: c0bc3fd7-c84b-4462-b292-621f3a2b0e7f 2026-06-04 07:41:55.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-795c3622-1357-410d-ad45-ad026fcae46a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: c0bc3fd7-c84b-4462-b292-621f3a2b0e7f [pid: 7|app: 0|req: 269/547] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:41:55 2026] DELETE /v2.0/subnets/e2350abd-c12d-4dae-aadd-648503cd84bb => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:41:55.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-6652128a-a7a8-4b11-b05f-646157ab87e5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 0d72ca62-0112-4357-95d5-1b6f55105c0a 2026-06-04 07:41:55.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6652128a-a7a8-4b11-b05f-646157ab87e5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 0d72ca62-0112-4357-95d5-1b6f55105c0a 2026-06-04 07:41:55.982 7 INFO neutron.services.segments.plugin [-] Segment 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a resource provider aggregate not found 2026-06-04 07:41:56.000 7 INFO neutron.services.segments.plugin [-] Segment 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a found for delete ", "request_id": "req-8ba2b634-06dc-45f1-831c-e13d82ae2c7a"}]} 2026-06-04 07:41:56.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-795c3622-1357-410d-ad45-ad026fcae46a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: c2e97825-4fb4-4d41-a936-c71eb3ab292a 2026-06-04 07:41:56.010 7 INFO neutron.services.segments.plugin [-] Segment 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a resource provider aggregate not found 2026-06-04 07:41:56.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-795c3622-1357-410d-ad45-ad026fcae46a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: c2e97825-4fb4-4d41-a936-c71eb3ab292a 2026-06-04 07:41:56.033 7 INFO neutron.services.segments.plugin [-] Segment 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1dbf93-2b7b-4136-a7c9-3f9a8d701c2a found for delete ", "request_id": "req-ef5a55e9-277f-45eb-9ebd-af71f92fdd98"}]} 2026-06-04 07:41:56.099 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-795c3622-1357-410d-ad45-ad026fcae46a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - 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: 270/548] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:41:55 2026] DELETE /v2.0/networks/26a87d33-1a39-4b04-b9ac-cd3f23ac33d8 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/549] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:41:56 2026] GET /v2.0/security-groups?tenant_id=69b2ad8f72f948b88ff0404e4ee17f64&name=default => generated 2921 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/550] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:41:56 2026] DELETE /v2.0/security-groups/5eaf792a-9c7a-4e8d-bfed-73785798be72 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:41:56.560 8 INFO neutron.db.l3_hamode_db [None req-795c3622-1357-410d-ad45-ad026fcae46a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network eda4ea08-9246-4983-a209-f52d7b227b82 was deleted as no HA routers are present in tenant 3d40d56a7d994122b9b12e6f178e6617. [pid: 8|app: 0|req: 279/551] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:41:55 2026] DELETE /v2.0/routers/dced4d62-47fb-4b1e-9155-29b05b1e025f => generated 0 bytes in 1079 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/552] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:56 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/553] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:56 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 280/554] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:41:56 2026] DELETE /v2.0/subnets/a89e88ec-236c-40af-a0f2-9bac11c5bf61 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:41:56.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e63ef5c-4228-4afc-ac88-e5e018518b5b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 2b710e80-71e6-4233-a972-d40ac71296a8 2026-06-04 07:41:56.981 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e63ef5c-4228-4afc-ac88-e5e018518b5b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 2b710e80-71e6-4233-a972-d40ac71296a8 2026-06-04 07:41:56.998 8 INFO neutron.services.segments.plugin [-] Segment ef4a9c78-1f78-421b-b047-196f414d0121 resource provider aggregate not found 2026-06-04 07:41:57.018 8 INFO neutron.services.segments.plugin [-] Segment ef4a9c78-1f78-421b-b047-196f414d0121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef4a9c78-1f78-421b-b047-196f414d0121 found for delete ", "request_id": "req-28eba9f6-7a98-43f5-8175-a3220de90682"}]} 2026-06-04 07:41:57.028 8 INFO neutron.services.segments.plugin [-] Segment ef4a9c78-1f78-421b-b047-196f414d0121 resource provider aggregate not found 2026-06-04 07:41:57.052 8 INFO neutron.services.segments.plugin [-] Segment ef4a9c78-1f78-421b-b047-196f414d0121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef4a9c78-1f78-421b-b047-196f414d0121 found for delete ", "request_id": "req-e2470ffc-81a9-4611-9c96-76a427980b09"}]} [pid: 7|app: 0|req: 275/557] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:41:56 2026] DELETE /v2.0/networks/294343f2-b41f-4025-944e-1c60e0d1d585 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/558] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:41:57 2026] GET /v2.0/security-groups?tenant_id=3d40d56a7d994122b9b12e6f178e6617&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/559] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:41:57 2026] DELETE /v2.0/security-groups/6b31f0a1-6087-47cb-9254-8829f9c52508 => 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: 284/560] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:57 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/561] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:57 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/562] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:41:57 2026] GET /v2.0/networks?id=82b70298-2508-415b-9cbc-18203c58a715 => generated 676 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:41:58.040 7 INFO neutron.services.segments.plugin [-] Segment 004eff40-7a64-46c7-a36f-bd441bee7e8f resource provider aggregate not found [pid: 8|app: 0|req: 286/563] 199.204.45.205 () {34 vars in 911 bytes} [Thu Jun 4 07:41:58 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-06-04 07:41:58.069 7 INFO neutron.services.segments.plugin [-] Segment 004eff40-7a64-46c7-a36f-bd441bee7e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 004eff40-7a64-46c7-a36f-bd441bee7e8f found for delete ", "request_id": "req-6999a504-2379-43cb-8983-b2fb692f4e34"}]} 2026-06-04 07:41:58.074 7 INFO neutron.services.segments.plugin [-] Segment 004eff40-7a64-46c7-a36f-bd441bee7e8f resource provider aggregate not found 2026-06-04 07:41:58.101 7 INFO neutron.services.segments.plugin [-] Segment 2c803d1b-530c-44d9-80af-51b8f85eebea resource provider aggregate not found 2026-06-04 07:41:58.111 7 INFO neutron.services.segments.plugin [-] Segment 004eff40-7a64-46c7-a36f-bd441bee7e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 004eff40-7a64-46c7-a36f-bd441bee7e8f found for delete ", "request_id": "req-cb114edb-8bb1-4f91-84a2-78a888a768d6"}]} 2026-06-04 07:41:58.140 7 INFO neutron.services.segments.plugin [-] Segment 2c803d1b-530c-44d9-80af-51b8f85eebea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c803d1b-530c-44d9-80af-51b8f85eebea found for delete ", "request_id": "req-99c41f7d-329a-4864-ba52-b951052c08a1"}]} [pid: 7|app: 0|req: 278/564] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:41:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ddd5aecd25694498829aff8dae41247a => generated 181 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:41:58.150 7 INFO neutron.services.segments.plugin [-] Segment 2c803d1b-530c-44d9-80af-51b8f85eebea resource provider aggregate not found 2026-06-04 07:41:58.176 7 INFO neutron.services.segments.plugin [-] Segment 2c803d1b-530c-44d9-80af-51b8f85eebea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c803d1b-530c-44d9-80af-51b8f85eebea found for delete ", "request_id": "req-69d1bc8e-4246-4ddb-8546-441e10333861"}]} [pid: 8|app: 0|req: 287/565] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:41:58 2026] POST /v2.0/ports => generated 958 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/566] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:58 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 961 bytes in 90 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: 288/567] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:41:58 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 280/568] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:41:58 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/569] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:41:59 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 684 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:41:59.949 7 INFO neutron.db.segments_db [None req-2336ebd7-354f-4639-98ec-122432f56aa0 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 69e5892c-9ae2-4fa9-aad1-15c21114cbef of type vxlan for network 263c8183-ee29-4393-b9f5-7626acfa2941 [pid: 8|app: 0|req: 289/570] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:41:59 2026] PUT /v2.0/ports/83c0c360-f697-4235-9d0a-ac84af833ee9 => generated 1239 bytes in 705 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: 290/571] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:41:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cccc29eacc9842858f7124de7bc44587 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/572] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:41:59 2026] POST /v2.0/networks => generated 747 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/573] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:41:59 2026] GET /v2.0/security-groups?tenant_id=bc2a8129aad04d0aba156cac7bb968a4&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/574] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:00 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => 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: 283/575] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:42:00 2026] POST /v2.0/ports => generated 954 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 293/576] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:00 2026] POST /v2.0/subnets => generated 694 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/577] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:00 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 957 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/578] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:00 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/579] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:00 2026] DELETE /v2.0/security-groups/3d53cd5f-a528-41d0-9c5d-f9907bc91ece => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:00.734 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c32786a2-9a9a-490f-b8de-bf326406391f'] response: {'name': 'network-changed', 'server_uuid': 'eba698a4-4e4a-48c2-9de0-5d7d38dfb698', 'tag': '83c0c360-f697-4235-9d0a-ac84af833ee9', 'status': 'completed', 'code': 200} 2026-06-04 07:42:00.777 8 INFO neutron.db.segments_db [None req-5bbfcdf4-14eb-4fdd-af21-72d48ee7046f 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 of type vxlan for network 53e1ec40-8c08-4f84-ba25-31f0220e0cab 2026-06-04 07:42:01.044 8 INFO neutron.db.l3_hamode_db [None req-5bbfcdf4-14eb-4fdd-af21-72d48ee7046f 1dde3fb1dfd04553a431f2594ae72b84 1a2960296c1047efa4a03e56b3d0acdc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 286/580] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:42:00 2026] PUT /v2.0/ports/37c0a30f-7061-4815-90eb-385bd30face5 => generated 1235 bytes in 510 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: 287/581] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 288/582] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/ports?tenant_id=ddd5aecd25694498829aff8dae41247a&device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/583] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=83c0c360-f697-4235-9d0a-ac84af833ee9 => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/584] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/subnets?id=08ec637f-a762-4871-af78-845e590cd216 => generated 694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/585] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/ports?network_id=82b70298-2508-415b-9cbc-18203c58a715&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/586] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?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: 293/587] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?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) 2026-06-04 07:42:01.615 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-960225af-cd67-46f2-b873-9b49d79d4a31'] response: {'name': 'network-changed', 'server_uuid': '7b3ef8b8-25a8-445d-896f-d21819af3cd8', 'tag': '37c0a30f-7061-4815-90eb-385bd30face5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/588] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/589] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:01 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:01.875 8 INFO neutron.db.l3_hamode_db [None req-5bbfcdf4-14eb-4fdd-af21-72d48ee7046f 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/590] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/591] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => 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: 298/592] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/593] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/594] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&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: 301/595] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 302/596] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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: 303/597] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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: 304/598] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/ports?tenant_id=ddd5aecd25694498829aff8dae41247a&device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/599] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/networks?id=82b70298-2508-415b-9cbc-18203c58a715 => 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: 306/600] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=83c0c360-f697-4235-9d0a-ac84af833ee9 => 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: 307/601] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/subnets?id=08ec637f-a762-4871-af78-845e590cd216 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/602] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/ports?network_id=82b70298-2508-415b-9cbc-18203c58a715&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/603] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?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: 295/604] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:00 2026] POST /v2.0/routers => generated 734 bytes in 2077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/605] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/606] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/607] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:02 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/608] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 314/609] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/610] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/611] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 780 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/612] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => 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: 318/613] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/614] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/615] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/616] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:03 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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) [pid: 7|app: 0|req: 322/617] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:04 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/618] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:04 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 8|app: 0|req: 296/619] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:42:02 2026] PUT /v2.0/routers/fcf3b495-fb86-4d2d-9c18-147bc94e48b0/add_router_interface => generated 309 bytes in 1679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/620] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:04 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/621] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:04 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 297/622] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:04 2026] GET /v2.0/security-groups?tenant_id=a653a1958ce4481b83e0c9db4d51db3f&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: 326/623] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:05 2026] DELETE /v2.0/security-groups/6f73363c-d86a-4f0e-aa20-97ab4aab1f4e => 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: 298/624] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:42:05 2026] POST /v2.0/security-groups => generated 1661 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/625] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:42:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/626] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:05 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/627] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:05 2026] GET /v2.0/security-groups?tenant_id=6e81522d2a784d06aeb267907110e56c&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/628] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:05 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/629] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:42:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/630] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:05 2026] DELETE /v2.0/security-groups/6dff440c-8223-4f95-8f94-cd8c1b0d00da => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/631] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:05 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/632] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:05 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/633] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:42:05 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/634] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:06 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/635] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:06 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 334/636] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:07 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/637] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:07 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 335/638] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:07 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/639] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:07 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 336/640] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:08 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/641] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:08 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 337/642] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:08 2026] GET /v2.0/security-groups?tenant_id=b37362771d904a45944b7b97f77109e1&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/643] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:08 2026] DELETE /v2.0/security-groups/6abfd284-cb36-40aa-95f7-06d8c6230d72 => 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: 338/644] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:08 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/645] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:08 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 339/646] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:09 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/647] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:09 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/648] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:10 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/649] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:10 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 341/650] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:10 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/651] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:10 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 342/652] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1509778061&fields=id&tenant_id=1a2960296c1047efa4a03e56b3d0acdc => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/653] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/networks?id=263c8183-ee29-4393-b9f5-7626acfa2941 => generated 679 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/654] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/quotas/1a2960296c1047efa4a03e56b3d0acdc => 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: 344/655] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/656] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/ports?tenant_id=1a2960296c1047efa4a03e56b3d0acdc&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/657] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 313/658] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/659] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941?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: 314/660] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/661] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/662] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 317/663] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:11 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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-06-04 07:42:12.401 7 INFO neutron.db.l3_db [None req-4c382c29-99b2-4385-b326-2ead178ba2ce e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] Floating IP 2110352f-2879-4df3-a6df-d987a76a9daf associated. External IP: 10.96.250.219, port: 83c0c360-f697-4235-9d0a-ac84af833ee9. [pid: 7|app: 0|req: 347/666] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:42:11 2026] PUT /v2.0/floatingips/2110352f-2879-4df3-a6df-d987a76a9daf => generated 856 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:12.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4c25af2-8964-460f-91fd-6ff02c48dc72'] response: {'name': 'network-changed', 'server_uuid': 'eba698a4-4e4a-48c2-9de0-5d7d38dfb698', 'tag': '83c0c360-f697-4235-9d0a-ac84af833ee9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 320/667] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:12 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/668] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:12 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 321/669] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 349/670] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 350/671] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/ports?tenant_id=ddd5aecd25694498829aff8dae41247a&device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/672] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/networks?id=82b70298-2508-415b-9cbc-18203c58a715 => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/673] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=83c0c360-f697-4235-9d0a-ac84af833ee9 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/674] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/subnets?id=08ec637f-a762-4871-af78-845e590cd216 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/675] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/ports?network_id=82b70298-2508-415b-9cbc-18203c58a715&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/676] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/677] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?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-06-04 07:42:13.805 8 INFO neutron.db.l3_db [None req-5130e6c8-ee13-48e3-b6a1-768428959611 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] Floating IP 54cc487f-dd3e-4bd6-8db5-0c2b5b06d7a0 associated. External IP: 10.96.250.218, port: 37c0a30f-7061-4815-90eb-385bd30face5. [pid: 8|app: 0|req: 322/678] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:42:13 2026] PUT /v2.0/floatingips/54cc487f-dd3e-4bd6-8db5-0c2b5b06d7a0 => generated 855 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/679] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:14.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb05a9ca-6a34-45b2-a20f-96523bce1666'] response: {'name': 'network-changed', 'server_uuid': '7b3ef8b8-25a8-445d-896f-d21819af3cd8', 'tag': '37c0a30f-7061-4815-90eb-385bd30face5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 324/680] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/681] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 357/682] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:13 2026] GET /v2.0/security-groups?tenant_id=bf161a932753425a9a6300cd424a1b14&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/683] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:14 2026] DELETE /v2.0/security-groups/47cf01a4-aa5d-4848-91b1-869503957475 => 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: 358/684] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/685] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/686] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/687] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:14 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/688] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:15 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&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: 8|app: 0|req: 329/689] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:15 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/690] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:15 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/691] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:15 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/692] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:16 2026] GET /v2.0/networks?id=263c8183-ee29-4393-b9f5-7626acfa2941 => generated 679 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/693] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:42:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1a2960296c1047efa4a03e56b3d0acdc => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:16.634 8 INFO neutron.db.segments_db [None req-509eb20c-1e48-485f-a5f5-33dbe2ae4379 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Added segment d9e8c0a6-ccee-40c9-a098-368589567731 of type vxlan for network daafab5e-1b61-4c72-8666-fa21205dfd8e [pid: 7|app: 0|req: 363/694] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:42:16 2026] POST /v2.0/ports => generated 954 bytes in 469 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: 332/695] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:42:16 2026] POST /v2.0/networks => generated 649 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/696] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:16 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 957 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/697] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:16 2026] POST /v2.0/subnets => generated 627 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/698] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:16 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:17.032 7 INFO neutron.db.segments_db [None req-daa76f83-c764-48cb-8110-4a1533164e8f 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Added segment 871f9371-c3c1-4341-9564-5b48a4a91589 of type vxlan for network 431bf470-415c-4e35-be10-74356987d959 [pid: 8|app: 0|req: 333/699] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:42:16 2026] PUT /v2.0/ports/0b25d362-593d-4e1b-ab25-bfb768037691 => generated 1235 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:17.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47b343f4-0ebe-4714-804a-fa67ca28d94d'] response: {'name': 'network-changed', 'server_uuid': 'f1349507-5cfd-4199-be2d-82ac9e9e160f', 'tag': '0b25d362-593d-4e1b-ab25-bfb768037691', 'status': 'completed', 'code': 200} 2026-06-04 07:42:17.242 7 INFO neutron.db.l3_hamode_db [None req-daa76f83-c764-48cb-8110-4a1533164e8f 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 334/700] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:17 2026] GET /v2.0/ports?tenant_id=1a2960296c1047efa4a03e56b3d0acdc&device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/701] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:42:17 2026] GET /v2.0/networks?tenant_id=1a2960296c1047efa4a03e56b3d0acdc&shared=False => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/702] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:42:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:18.145 7 INFO neutron.db.l3_hamode_db [None req-daa76f83-c764-48cb-8110-4a1533164e8f 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 337/703] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:18 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/704] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:18 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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: 367/705] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:17 2026] POST /v2.0/routers => generated 694 bytes in 1916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/706] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:18 2026] GET /v2.0/ports?tenant_id=1a2960296c1047efa4a03e56b3d0acdc&device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/707] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0b25d362-593d-4e1b-ab25-bfb768037691 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/708] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:19 2026] GET /v2.0/subnets?id=a16bfacb-02c5-419d-a4be-6203cf5240ff => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/709] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:19 2026] GET /v2.0/ports?network_id=263c8183-ee29-4393-b9f5-7626acfa2941&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/710] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:19 2026] GET /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941?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: 344/711] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:19 2026] GET /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941?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: 345/712] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:19 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/713] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:19 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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: 368/714] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:42:18 2026] PUT /v2.0/routers/dc97c8be-ee24-4dd8-bbe0-227cfe449683/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/715] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:20 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 370/716] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:20 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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: 8|app: 0|req: 347/717] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:42:20 2026] POST /v2.0/ports => generated 954 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/718] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:42:20 2026] POST /v2.0/ports => generated 955 bytes in 354 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 372/719] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:21 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/720] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:21 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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-06-04 07:42:21.800 8 INFO neutron.db.l3_db [None req-0dd2b2d0-947b-44ac-9ef3-805fbbef23ed 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Floating IP b2c79a3d-000e-47cf-b5a6-e062563b4d74 associated. External IP: 10.96.250.201, port: 1e2bf2ce-f7a5-4cb3-89ab-928382cf59bc. [pid: 8|app: 0|req: 348/721] 10.0.0.60 () {34 vars in 676 bytes} [Thu Jun 4 07:42:21 2026] POST /v2.0/floatingips => generated 842 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:42:22.322 7 INFO neutron.db.l3_db [None req-4b9aff43-327d-499d-aac9-bb5b8ed338c2 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Floating IP b2c79a3d-000e-47cf-b5a6-e062563b4d74 disassociated. External IP: 10.96.250.201, port: 1e2bf2ce-f7a5-4cb3-89ab-928382cf59bc. [pid: 7|app: 0|req: 374/722] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:42:22 2026] PUT /v2.0/floatingips/b2c79a3d-000e-47cf-b5a6-e062563b4d74 => generated 552 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:22.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7d69c9d-f302-4621-a164-de3ed3b9eab2 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: 36261bf1-fcaa-41dd-80ed-320d49e1c9c3 2026-06-04 07:42:22.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7d69c9d-f302-4621-a164-de3ed3b9eab2 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: 36261bf1-fcaa-41dd-80ed-320d49e1c9c3 [pid: 7|app: 0|req: 375/723] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:22 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/724] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:22 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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: 349/725] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:42:22 2026] DELETE /v2.0/floatingips/b2c79a3d-000e-47cf-b5a6-e062563b4d74 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:23.722 7 INFO neutron.db.l3_db [None req-35c9a9de-1b10-488f-ade3-fc3b30df3453 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Floating IP af5f2e5a-7526-405e-83df-ba122b3af16b associated. External IP: 10.96.250.217, port: ad7d48a9-0fb4-448e-9b33-d5fff5708239. [pid: 7|app: 0|req: 377/726] 10.0.0.60 () {34 vars in 676 bytes} [Thu Jun 4 07:42:22 2026] POST /v2.0/floatingips => generated 841 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/727] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:42:24 2026] GET /v2.0/floatingips/af5f2e5a-7526-405e-83df-ba122b3af16b => generated 841 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/728] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:24 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/729] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:24 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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: 379/730] 10.0.0.60 () {32 vars in 654 bytes} [Thu Jun 4 07:42:24 2026] GET /v2.0/floatingips => generated 844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:24.586 8 INFO neutron.db.l3_db [None req-53c80f95-f683-4fb6-9b2a-58a58f32cf4e 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Floating IP af5f2e5a-7526-405e-83df-ba122b3af16b associated. External IP: 10.96.250.217, port: ad7d48a9-0fb4-448e-9b33-d5fff5708239. [pid: 7|app: 0|req: 380/731] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:25 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/732] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:25 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/733] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:42:24 2026] PUT /v2.0/floatingips/af5f2e5a-7526-405e-83df-ba122b3af16b => generated 842 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:25.480 7 INFO neutron.db.l3_db [None req-db10c688-1017-4d6d-913d-100387085cfa 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Floating IP af5f2e5a-7526-405e-83df-ba122b3af16b disassociated. External IP: 10.96.250.217, port: 1e2bf2ce-f7a5-4cb3-89ab-928382cf59bc. [pid: 7|app: 0|req: 382/734] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:42:25 2026] PUT /v2.0/floatingips/af5f2e5a-7526-405e-83df-ba122b3af16b => generated 552 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:25.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-2acd5727-6eb7-400e-8533-747362428061 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: e6627add-e4b5-449c-900a-2be8d837ef88 2026-06-04 07:42:25.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2acd5727-6eb7-400e-8533-747362428061 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: e6627add-e4b5-449c-900a-2be8d837ef88 [pid: 8|app: 0|req: 353/735] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:42:25 2026] DELETE /v2.0/floatingips/af5f2e5a-7526-405e-83df-ba122b3af16b => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:26.106 7 INFO neutron.api.v2.resource [None req-3b7a532f-a766-49b4-9116-3c4f85377241 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/736] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:42:26 2026] DELETE /v2.0/floatingips/af5f2e5a-7526-405e-83df-ba122b3af16b => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:42:26.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-172674b9-11d2-4dd6-b659-7a3001111301 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: 1e2bf2ce-f7a5-4cb3-89ab-928382cf59bc 2026-06-04 07:42:26.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-172674b9-11d2-4dd6-b659-7a3001111301 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: 1e2bf2ce-f7a5-4cb3-89ab-928382cf59bc [pid: 7|app: 0|req: 384/737] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:26 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 385/738] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:26 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/739] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:42:26 2026] DELETE /v2.0/ports/1e2bf2ce-f7a5-4cb3-89ab-928382cf59bc => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:26.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9dac403-d966-400c-a8ea-7c70b6beac36 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: ad7d48a9-0fb4-448e-9b33-d5fff5708239 2026-06-04 07:42:26.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9dac403-d966-400c-a8ea-7c70b6beac36 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: ad7d48a9-0fb4-448e-9b33-d5fff5708239 [pid: 7|app: 0|req: 386/740] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:42:26 2026] DELETE /v2.0/ports/ad7d48a9-0fb4-448e-9b33-d5fff5708239 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/741] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:26 2026] GET /v2.0/ports?device_id=dc97c8be-ee24-4dd8-bbe0-227cfe449683 => generated 958 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/744] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:42:27 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 1244 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:27.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-c33c9b87-062c-458b-b71b-49c949b283cd 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: bd8f4a72-9763-477d-aca4-f65ea3e56af8 2026-06-04 07:42:27.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c33c9b87-062c-458b-b71b-49c949b283cd 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: bd8f4a72-9763-477d-aca4-f65ea3e56af8 [pid: 8|app: 0|req: 359/745] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:42:27 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/746] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:27 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/747] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:27 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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: 387/748] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:26 2026] PUT /v2.0/routers/dc97c8be-ee24-4dd8-bbe0-227cfe449683/remove_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:28.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bb42dfc-4f1c-4c9a-8d46-bcd5d1b92d97 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: de741c6b-6f8e-426d-a37e-948fcb87455e 2026-06-04 07:42:28.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bb42dfc-4f1c-4c9a-8d46-bcd5d1b92d97 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: de741c6b-6f8e-426d-a37e-948fcb87455e 2026-06-04 07:42:28.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bb42dfc-4f1c-4c9a-8d46-bcd5d1b92d97 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] TaaS: Handle Delete Port: 6b1e24bf-a410-4d5b-bbed-7600d44241fd 2026-06-04 07:42:28.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bb42dfc-4f1c-4c9a-8d46-bcd5d1b92d97 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] Tap Mirror: Handle Delete Port: 6b1e24bf-a410-4d5b-bbed-7600d44241fd [pid: 7|app: 0|req: 388/749] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:28 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/750] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:28 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&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-06-04 07:42:28.915 8 INFO neutron.services.segments.plugin [-] Segment 871f9371-c3c1-4341-9564-5b48a4a91589 resource provider aggregate not found 2026-06-04 07:42:28.926 8 INFO neutron.services.segments.plugin [-] Segment 871f9371-c3c1-4341-9564-5b48a4a91589 resource provider aggregate not found 2026-06-04 07:42:28.947 8 INFO neutron.db.l3_hamode_db [None req-8bb42dfc-4f1c-4c9a-8d46-bcd5d1b92d97 9840321c8f684e278b113659491e2394 0cd21f7c8acc45849abefbe2e94d8b73 - - default default] HA network 431bf470-415c-4e35-be10-74356987d959 was deleted as no HA routers are present in tenant 0cd21f7c8acc45849abefbe2e94d8b73. 2026-06-04 07:42:28.951 8 INFO neutron.services.segments.plugin [-] Segment 871f9371-c3c1-4341-9564-5b48a4a91589 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 871f9371-c3c1-4341-9564-5b48a4a91589 found for delete ", "request_id": "req-544492fe-0a9e-4e75-b130-b9bede5a2a05"}]} 2026-06-04 07:42:28.955 8 INFO neutron.services.segments.plugin [-] Segment 871f9371-c3c1-4341-9564-5b48a4a91589 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 871f9371-c3c1-4341-9564-5b48a4a91589 found for delete ", "request_id": "req-a22d2d3a-4ff8-4786-ac38-483d43ed2e80"}]} [pid: 8|app: 0|req: 362/751] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:28 2026] DELETE /v2.0/routers/dc97c8be-ee24-4dd8-bbe0-227cfe449683 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/752] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:28 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 363/753] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:28 2026] DELETE /v2.0/subnets/7e55cd13-c999-4fc8-b639-817c06134d45 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/754] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:42:29 2026] DELETE /v2.0/networks/daafab5e-1b61-4c72-8666-fa21205dfd8e => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:29.393 7 INFO neutron.db.l3_db [None req-7f800a21-a64d-42d2-9661-add6e464f8e4 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] Floating IP af7c3e2f-9b14-424b-9ac0-534a07e4fad2 associated. External IP: 10.96.250.206, port: 0b25d362-593d-4e1b-ab25-bfb768037691. [pid: 8|app: 0|req: 365/755] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:29 2026] GET /v2.0/security-groups?tenant_id=0cd21f7c8acc45849abefbe2e94d8b73&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/756] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:42:28 2026] PUT /v2.0/floatingips/af7c3e2f-9b14-424b-9ac0-534a07e4fad2 => generated 855 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/757] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:30 2026] DELETE /v2.0/security-groups/e6a6af7e-9af3-4c97-b86a-754b2886025c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:30.161 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da832d39-be21-491c-a6d8-5e80f7d72c8b'] response: {'name': 'network-changed', 'server_uuid': 'f1349507-5cfd-4199-be2d-82ac9e9e160f', 'tag': '0b25d362-593d-4e1b-ab25-bfb768037691', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 392/758] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 367/759] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/760] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/761] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/762] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/ports?tenant_id=1a2960296c1047efa4a03e56b3d0acdc&device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/763] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/networks?id=263c8183-ee29-4393-b9f5-7626acfa2941 => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/764] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0b25d362-593d-4e1b-ab25-bfb768037691 => 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: 370/765] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/subnets?id=a16bfacb-02c5-419d-a4be-6203cf5240ff => generated 697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/766] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/ports?network_id=263c8183-ee29-4393-b9f5-7626acfa2941&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:31.440 8 INFO neutron.services.segments.plugin [-] Segment d9e8c0a6-ccee-40c9-a098-368589567731 resource provider aggregate not found 2026-06-04 07:42:31.446 8 INFO neutron.services.segments.plugin [-] Segment d9e8c0a6-ccee-40c9-a098-368589567731 resource provider aggregate not found 2026-06-04 07:42:31.464 8 INFO neutron.services.segments.plugin [-] Segment d9e8c0a6-ccee-40c9-a098-368589567731 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9e8c0a6-ccee-40c9-a098-368589567731 found for delete ", "request_id": "req-2db9aed8-2a59-41e7-b93d-ee9d25db5aab"}]} 2026-06-04 07:42:31.468 8 INFO neutron.services.segments.plugin [-] Segment d9e8c0a6-ccee-40c9-a098-368589567731 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9e8c0a6-ccee-40c9-a098-368589567731 found for delete ", "request_id": "req-4d7fd7d2-c613-4c20-bd27-e87b103d3633"}]} [pid: 8|app: 0|req: 371/767] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:30 2026] GET /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941?fields=segments => generated 14 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/768] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:31 2026] GET /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/769] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:31 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/770] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:31 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:32.250 8 INFO neutron.db.segments_db [None req-bcd3b2b3-9377-4d68-8782-bdbc73cf5f99 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf of type vxlan for network 13660e30-3101-44da-8925-37a78a0c02c3 [pid: 8|app: 0|req: 373/771] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:42:31 2026] POST /v2.0/networks => generated 630 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:42:32.403 7 INFO neutron.db.segments_db [None req-5422ef27-eff9-4e1c-8044-a18635f899ad c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment 662986c1-e2e3-4218-83d0-0e121edb043e of type vxlan for network 3e0c6eb8-172b-4d79-8f96-7e2c3ac2bdb6 [pid: 7|app: 0|req: 399/772] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:42:32 2026] POST /v2.0/networks => generated 629 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/773] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:32 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/774] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:32 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/775] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:32 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 376/776] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:33 2026] GET /v2.0/security-groups?id=04abf4cc-973b-439c-b5b3-f8c5efade4a7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:33.076 7 INFO neutron.db.segments_db [None req-62c8f0ca-fcec-4823-a567-8149d89d34a8 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment 74eb13ae-d3ab-4768-8cf3-bc46d5528750 of type vxlan for network 01922ac5-a9bc-4b27-9c5f-8f0654d7d756 [pid: 8|app: 0|req: 377/777] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:42:33 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:33.205 8 INFO neutron_taas.services.taas.taas_plugin [req-c00526af-aaf9-4a71-a2dd-e2e8e14e9305 req-c4d7d3f5-2eeb-48d7-b007-bc2bb124fd43 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] TaaS: Handle Delete Port: 0b25d362-593d-4e1b-ab25-bfb768037691 2026-06-04 07:42:33.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c00526af-aaf9-4a71-a2dd-e2e8e14e9305 req-c4d7d3f5-2eeb-48d7-b007-bc2bb124fd43 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] Tap Mirror: Handle Delete Port: 0b25d362-593d-4e1b-ab25-bfb768037691 2026-06-04 07:42:33.357 7 INFO neutron.db.l3_hamode_db [None req-62c8f0ca-fcec-4823-a567-8149d89d34a8 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:42:33.428 8 INFO neutron.db.l3_db [req-c00526af-aaf9-4a71-a2dd-e2e8e14e9305 req-c4d7d3f5-2eeb-48d7-b007-bc2bb124fd43 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] Floating IP af7c3e2f-9b14-424b-9ac0-534a07e4fad2 disassociated. External IP: 10.96.250.206, port: 0b25d362-593d-4e1b-ab25-bfb768037691. 2026-06-04 07:42:33.489 7 INFO neutron.db.l3_hamode_db [None req-62c8f0ca-fcec-4823-a567-8149d89d34a8 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 378/778] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:42:33 2026] DELETE /v2.0/ports/0b25d362-593d-4e1b-ab25-bfb768037691 => generated 0 bytes in 741 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:33.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-886e0967-5e81-4264-b2ca-a00c7f10a3d8'] response: {'server_uuid': 'f1349507-5cfd-4199-be2d-82ac9e9e160f', 'name': 'network-vif-deleted', 'tag': '0b25d362-593d-4e1b-ab25-bfb768037691', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 379/779] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:34 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 401/780] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:33 2026] POST /v2.0/routers => generated 506 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/781] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:35 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/782] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:42:34 2026] PUT /v2.0/routers/543f1806-fedf-41b4-a07b-598cc389af80/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/783] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:42:35 2026] GET /v2.0/ports/999d00d5-6df0-4779-810f-f6a19eb629b7 => generated 955 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/784] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:36 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/785] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:42:35 2026] PUT /v2.0/routers/543f1806-fedf-41b4-a07b-598cc389af80/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/786] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:42:36 2026] GET /v2.0/ports/3b084143-a55c-41b0-b10b-77b4507bedd2 => generated 955 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:37.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3ccd0f7-3580-4278-990e-ad811dbd53ac c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: 3b084143-a55c-41b0-b10b-77b4507bedd2 2026-06-04 07:42:37.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ccd0f7-3580-4278-990e-ad811dbd53ac c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: 3b084143-a55c-41b0-b10b-77b4507bedd2 [pid: 7|app: 0|req: 406/787] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:37 2026] GET /v2.0/ports?device_id=f1349507-5cfd-4199-be2d-82ac9e9e160f => 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: 407/788] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:42:37 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1240 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/789] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:42:37 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/790] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:36 2026] PUT /v2.0/routers/543f1806-fedf-41b4-a07b-598cc389af80/remove_router_interface => generated 309 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:38.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-fef3ad05-9739-4546-b768-44e8c028cecc c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: 999d00d5-6df0-4779-810f-f6a19eb629b7 2026-06-04 07:42:38.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fef3ad05-9739-4546-b768-44e8c028cecc c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: 999d00d5-6df0-4779-810f-f6a19eb629b7 [pid: 7|app: 0|req: 409/791] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:37 2026] PUT /v2.0/routers/543f1806-fedf-41b4-a07b-598cc389af80/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/792] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:38 2026] GET /v2.0/ports?device_id=543f1806-fedf-41b4-a07b-598cc389af80 => 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: 383/793] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:38 2026] DELETE /v2.0/security-groups/04abf4cc-973b-439c-b5b3-f8c5efade4a7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:38.704 8 INFO neutron.api.v2.resource [None req-926cc181-c579-4881-99a4-8ad32857615a 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 384/794] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:42:38 2026] GET /v2.0/security-groups/04abf4cc-973b-439c-b5b3-f8c5efade4a7 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:42:38.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8c4e8ae-a8a9-4521-856c-5f9bec264207 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] TaaS: Handle Delete Port: 6fdb4a21-213a-4579-841d-0697b6c3e3aa 2026-06-04 07:42:38.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8c4e8ae-a8a9-4521-856c-5f9bec264207 71d588ab8b964dd58c36960e28f646ce 1a2960296c1047efa4a03e56b3d0acdc - - default default] Tap Mirror: Handle Delete Port: 6fdb4a21-213a-4579-841d-0697b6c3e3aa 2026-06-04 07:42:38.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ab766b4-6c9d-458a-9f76-c26c236773e6 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: ffa5df52-625f-4847-844c-c4efc28b35bb 2026-06-04 07:42:38.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ab766b4-6c9d-458a-9f76-c26c236773e6 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: ffa5df52-625f-4847-844c-c4efc28b35bb [pid: 8|app: 0|req: 385/795] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:42:38 2026] DELETE /v2.0/floatingips/af7c3e2f-9b14-424b-9ac0-534a07e4fad2 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:39.259 7 INFO neutron.services.segments.plugin [-] Segment 74eb13ae-d3ab-4768-8cf3-bc46d5528750 resource provider aggregate not found 2026-06-04 07:42:39.266 7 INFO neutron.services.segments.plugin [-] Segment 74eb13ae-d3ab-4768-8cf3-bc46d5528750 resource provider aggregate not found 2026-06-04 07:42:39.283 7 INFO neutron.services.segments.plugin [-] Segment 74eb13ae-d3ab-4768-8cf3-bc46d5528750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74eb13ae-d3ab-4768-8cf3-bc46d5528750 found for delete ", "request_id": "req-a421aaee-8c2c-4145-b3f7-f051d588c03e"}]} 2026-06-04 07:42:39.288 7 INFO neutron.services.segments.plugin [-] Segment 74eb13ae-d3ab-4768-8cf3-bc46d5528750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74eb13ae-d3ab-4768-8cf3-bc46d5528750 found for delete ", "request_id": "req-7e8524eb-e6f1-438b-9b4d-01eb1237a81a"}]} 2026-06-04 07:42:39.292 7 INFO neutron.db.l3_hamode_db [None req-6ab766b4-6c9d-458a-9f76-c26c236773e6 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] HA network 01922ac5-a9bc-4b27-9c5f-8f0654d7d756 was deleted as no HA routers are present in tenant d44d21bde5654841b987926eb0125bb8. [pid: 7|app: 0|req: 411/796] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:38 2026] DELETE /v2.0/routers/543f1806-fedf-41b4-a07b-598cc389af80 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:39.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-014c50a2-faf1-465f-bdaa-8a3d39b2abdc 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 1da4f449-e851-4b37-8633-0ad6b306f69c 2026-06-04 07:42:39.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-014c50a2-faf1-465f-bdaa-8a3d39b2abdc 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 1da4f449-e851-4b37-8633-0ad6b306f69c [pid: 7|app: 0|req: 412/797] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:39 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => 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: 413/798] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:39 2026] DELETE /v2.0/subnets/48a929b7-2f62-4143-aa8a-14ecb4f17b79 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/799] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:39 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 415/800] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:39 2026] DELETE /v2.0/subnets/8cf1296c-49c9-456d-83a1-6124c76fc6f3 => 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: 416/801] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:39 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:39.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb37d422-3067-4f99-951a-452f31a73223 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: 94c7bb3e-76b3-404c-b1bc-18f8e884040c 2026-06-04 07:42:39.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb37d422-3067-4f99-951a-452f31a73223 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: 94c7bb3e-76b3-404c-b1bc-18f8e884040c [pid: 8|app: 0|req: 386/802] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:39 2026] PUT /v2.0/routers/fcf3b495-fb86-4d2d-9c18-147bc94e48b0/remove_router_interface => generated 309 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/803] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:39 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 417/804] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:42:39 2026] DELETE /v2.0/networks/3e0c6eb8-172b-4d79-8f96-7e2c3ac2bdb6 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:40.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-8faf4a14-e501-42f1-b686-c5cd5d095cbc c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: a94d1159-cfa2-4c23-bcac-ee22291cedae 2026-06-04 07:42:40.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8faf4a14-e501-42f1-b686-c5cd5d095cbc c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: a94d1159-cfa2-4c23-bcac-ee22291cedae 2026-06-04 07:42:40.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed546484-c288-4354-acd0-5d94010db488 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 0af86c15-046c-4cbd-b0ab-93a689ce6bff 2026-06-04 07:42:40.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed546484-c288-4354-acd0-5d94010db488 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 0af86c15-046c-4cbd-b0ab-93a689ce6bff [pid: 7|app: 0|req: 418/805] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:42:40 2026] DELETE /v2.0/networks/13660e30-3101-44da-8925-37a78a0c02c3 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/806] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:40 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:40.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed546484-c288-4354-acd0-5d94010db488 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: aa2896a0-8e41-4f3d-9e8a-78c6a26f8ef1 2026-06-04 07:42:40.514 7 INFO neutron.db.segments_db [None req-f7d1b48d-22eb-4a33-8e30-5f3a477e7e9a c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment b24a54ca-37ea-48c1-8e5f-2d9330aea218 of type vxlan for network 13879a63-2cd1-49a9-a0b2-828cbe21f69c 2026-06-04 07:42:40.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed546484-c288-4354-acd0-5d94010db488 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: aa2896a0-8e41-4f3d-9e8a-78c6a26f8ef1 [pid: 7|app: 0|req: 420/807] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:42:40 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: 7|app: 0|req: 421/808] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:40 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 422/809] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:40 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:42:40.899 8 INFO neutron.services.segments.plugin [-] Segment 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 resource provider aggregate not found 2026-06-04 07:42:40.902 8 INFO neutron.services.segments.plugin [-] Segment 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 resource provider aggregate not found 2026-06-04 07:42:40.915 7 INFO neutron.db.segments_db [None req-c9c9a914-b3d9-4ac8-a481-18550c5f1c96 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment 5cf495d3-3a81-4068-88b9-d689d459e3bd of type vxlan for network 648fd0bc-67e3-4e59-b9ad-58f23dca6f84 2026-06-04 07:42:40.916 8 INFO neutron.services.segments.plugin [-] Segment 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 found for delete ", "request_id": "req-58c8a9e2-13c2-4051-af5c-8015cacd1d91"}]} 2026-06-04 07:42:40.918 8 INFO neutron.db.l3_hamode_db [None req-ed546484-c288-4354-acd0-5d94010db488 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network 53e1ec40-8c08-4f84-ba25-31f0220e0cab was deleted as no HA routers are present in tenant 1a2960296c1047efa4a03e56b3d0acdc. 2026-06-04 07:42:40.923 8 INFO neutron.services.segments.plugin [-] Segment 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4561a1a7-521b-45b3-a207-2b7d9d2b98d0 found for delete ", "request_id": "req-a6eef6d8-ef11-49b7-88d4-3b521f3d38be"}]} [pid: 8|app: 0|req: 388/810] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:39 2026] DELETE /v2.0/routers/fcf3b495-fb86-4d2d-9c18-147bc94e48b0 => generated 0 bytes in 983 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/811] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:40 2026] DELETE /v2.0/subnets/a16bfacb-02c5-419d-a4be-6203cf5240ff => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:41.179 7 INFO neutron.db.l3_hamode_db [None req-c9c9a914-b3d9-4ac8-a481-18550c5f1c96 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:42:41.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-475836b3-2df9-4b8a-944a-7b123dab2a9b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 34b66f58-0508-490e-9076-8848b81fdd66 2026-06-04 07:42:41.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-475836b3-2df9-4b8a-944a-7b123dab2a9b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 34b66f58-0508-490e-9076-8848b81fdd66 2026-06-04 07:42:41.329 7 INFO neutron.services.segments.plugin [-] Segment 662986c1-e2e3-4218-83d0-0e121edb043e resource provider aggregate not found 2026-06-04 07:42:41.343 7 INFO neutron.services.segments.plugin [-] Segment 662986c1-e2e3-4218-83d0-0e121edb043e resource provider aggregate not found 2026-06-04 07:42:41.364 7 INFO neutron.services.segments.plugin [-] Segment 662986c1-e2e3-4218-83d0-0e121edb043e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662986c1-e2e3-4218-83d0-0e121edb043e found for delete ", "request_id": "req-31cbcbb3-353d-444f-9801-b0a8d0112cf0"}]} 2026-06-04 07:42:41.371 7 INFO neutron.services.segments.plugin [-] Segment 662986c1-e2e3-4218-83d0-0e121edb043e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 662986c1-e2e3-4218-83d0-0e121edb043e found for delete ", "request_id": "req-277efe28-0cf0-478a-a184-bd760d02bbfd"}]} 2026-06-04 07:42:41.389 7 INFO neutron.services.segments.plugin [-] Segment 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf resource provider aggregate not found 2026-06-04 07:42:41.395 7 INFO neutron.services.segments.plugin [-] Segment 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf resource provider aggregate not found 2026-06-04 07:42:41.398 7 INFO neutron.db.l3_hamode_db [None req-c9c9a914-b3d9-4ac8-a481-18550c5f1c96 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:42:41.402 7 INFO neutron.services.segments.plugin [-] Segment 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf found for delete ", "request_id": "req-d4cb34d2-5f20-4c97-b5d4-33380c15dedf"}]} 2026-06-04 07:42:41.413 7 INFO neutron.services.segments.plugin [-] Segment 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc48ca5-72b9-42ef-b0a0-049b3fe321cf found for delete ", "request_id": "req-7cab1839-0810-4af3-b58d-9f9ba9bc87ff"}]} [pid: 8|app: 0|req: 390/812] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:42:41 2026] DELETE /v2.0/networks/263c8183-ee29-4393-b9f5-7626acfa2941 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/813] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/security-groups?tenant_id=1a2960296c1047efa4a03e56b3d0acdc&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/814] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:41 2026] DELETE /v2.0/security-groups/72eaf442-776c-472a-99ed-7ab40a3c14db => 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: 393/815] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/816] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/ports?tenant_id=ddd5aecd25694498829aff8dae41247a&device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/817] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/818] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/networks?id=82b70298-2508-415b-9cbc-18203c58a715 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/819] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:40 2026] POST /v2.0/routers => generated 506 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/820] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=83c0c360-f697-4235-9d0a-ac84af833ee9 => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/823] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:41 2026] GET /v2.0/subnets?id=08ec637f-a762-4871-af78-845e590cd216 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/824] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:42 2026] GET /v2.0/ports?network_id=82b70298-2508-415b-9cbc-18203c58a715&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/825] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:42 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/826] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:42 2026] GET /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/827] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:42:41 2026] POST /v2.0/ports => generated 947 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:42:42.945 8 INFO neutron.services.segments.plugin [-] Segment 69e5892c-9ae2-4fa9-aad1-15c21114cbef resource provider aggregate not found 2026-06-04 07:42:42.951 8 INFO neutron.services.segments.plugin [-] Segment 69e5892c-9ae2-4fa9-aad1-15c21114cbef resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:42:42.971 8 INFO neutron.services.segments.plugin [-] Segment 69e5892c-9ae2-4fa9-aad1-15c21114cbef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e5892c-9ae2-4fa9-aad1-15c21114cbef found for delete ", "request_id": "req-9fc44df4-bc25-420e-bf54-b5c5a78d1d5f"}]} 2026-06-04 07:42:42.974 8 INFO neutron.services.segments.plugin [-] Segment 69e5892c-9ae2-4fa9-aad1-15c21114cbef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e5892c-9ae2-4fa9-aad1-15c21114cbef found for delete ", "request_id": "req-91e6db6d-e53f-482b-9130-3ebc2a54197b"}]} [pid: 7|app: 0|req: 425/828] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:42 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/829] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:43 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 404/830] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:42:42 2026] PUT /v2.0/routers/4e697014-d1ba-4016-97be-3d418a251f2b/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/831] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:42:43 2026] GET /v2.0/ports/af5bba77-3a41-497c-8cc1-1c089faaf258 => generated 1021 bytes in 44 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: 428/832] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:44 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:44.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-892110c8-6aaa-4392-b1c0-0cbb431060e3 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: af5bba77-3a41-497c-8cc1-1c089faaf258 2026-06-04 07:42:44.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-892110c8-6aaa-4392-b1c0-0cbb431060e3 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: af5bba77-3a41-497c-8cc1-1c089faaf258 [pid: 7|app: 0|req: 429/833] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:44 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/834] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:43 2026] PUT /v2.0/routers/4e697014-d1ba-4016-97be-3d418a251f2b/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:44.784 7 INFO neutron.api.v2.resource [None req-e92fdc00-1a75-427d-ba34-33a483698664 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/835] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:44 2026] PUT /v2.0/routers/4e697014-d1ba-4016-97be-3d418a251f2b/remove_router_interface => generated 197 bytes in 166 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: 406/836] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:44 2026] GET /v2.0/ports?device_id=4e697014-d1ba-4016-97be-3d418a251f2b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:44.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-f60dcb60-351e-488c-9754-0ede384d32e3 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: 2bb13a15-c704-4c9e-ae85-88409f9a6e01 2026-06-04 07:42:44.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f60dcb60-351e-488c-9754-0ede384d32e3 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: 2bb13a15-c704-4c9e-ae85-88409f9a6e01 2026-06-04 07:42:45.342 7 INFO neutron.services.segments.plugin [-] Segment 5cf495d3-3a81-4068-88b9-d689d459e3bd resource provider aggregate not found 2026-06-04 07:42:45.351 7 INFO neutron.services.segments.plugin [-] Segment 5cf495d3-3a81-4068-88b9-d689d459e3bd resource provider aggregate not found 2026-06-04 07:42:45.367 7 INFO neutron.services.segments.plugin [-] Segment 5cf495d3-3a81-4068-88b9-d689d459e3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf495d3-3a81-4068-88b9-d689d459e3bd found for delete ", "request_id": "req-10c80142-f59b-4934-b876-91638cc3ac44"}]} [pid: 8|app: 0|req: 407/837] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:45 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:45.374 7 INFO neutron.services.segments.plugin [-] Segment 5cf495d3-3a81-4068-88b9-d689d459e3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf495d3-3a81-4068-88b9-d689d459e3bd found for delete ", "request_id": "req-ee40d2d6-16ba-47ab-ade2-9a10a1c68c76"}]} 2026-06-04 07:42:45.383 7 INFO neutron.db.l3_hamode_db [None req-f60dcb60-351e-488c-9754-0ede384d32e3 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] HA network 648fd0bc-67e3-4e59-b9ad-58f23dca6f84 was deleted as no HA routers are present in tenant d44d21bde5654841b987926eb0125bb8. [pid: 7|app: 0|req: 431/838] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:44 2026] DELETE /v2.0/routers/4e697014-d1ba-4016-97be-3d418a251f2b => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/839] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:45 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/840] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:45 2026] DELETE /v2.0/subnets/495a46a5-4a27-42c6-baa5-791319b3d519 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:45.646 8 INFO neutron.services.segments.plugin [-] Segment b24a54ca-37ea-48c1-8e5f-2d9330aea218 resource provider aggregate not found 2026-06-04 07:42:45.653 8 INFO neutron.services.segments.plugin [-] Segment b24a54ca-37ea-48c1-8e5f-2d9330aea218 resource provider aggregate not found 2026-06-04 07:42:45.671 8 INFO neutron.services.segments.plugin [-] Segment b24a54ca-37ea-48c1-8e5f-2d9330aea218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b24a54ca-37ea-48c1-8e5f-2d9330aea218 found for delete ", "request_id": "req-35f9edd4-815a-4422-be77-ca5d7f82d436"}]} 2026-06-04 07:42:45.674 8 INFO neutron.services.segments.plugin [-] Segment b24a54ca-37ea-48c1-8e5f-2d9330aea218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b24a54ca-37ea-48c1-8e5f-2d9330aea218 found for delete ", "request_id": "req-42561ed9-a6b1-481c-b80f-6f5ecd15d3f1"}]} [pid: 8|app: 0|req: 409/841] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:42:45 2026] DELETE /v2.0/networks/13879a63-2cd1-49a9-a0b2-828cbe21f69c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:45.752 7 INFO neutron.db.segments_db [None req-51bc98d4-a7cd-4bf7-b274-e6af6222db35 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment bbb3e75e-ee34-409a-a568-d64ae6a4915f of type vxlan for network b7d1d186-281a-4c9a-a4de-8b547217b2f5 [pid: 7|app: 0|req: 433/842] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:42:45 2026] POST /v2.0/networks => generated 630 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/843] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:45 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:42:46.192 7 INFO neutron.db.segments_db [None req-42ffb2d4-2054-4004-a0da-7f5dec675ad0 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment eb99911d-ebd8-455e-b47b-d0b40e6905a2 of type vxlan for network 17227fb0-995d-4e9f-821f-53c35700c7f7 2026-06-04 07:42:46.445 7 INFO neutron.db.l3_hamode_db [None req-42ffb2d4-2054-4004-a0da-7f5dec675ad0 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:42:46.592 7 INFO neutron.db.l3_hamode_db [None req-42ffb2d4-2054-4004-a0da-7f5dec675ad0 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 411/844] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:46 2026] GET /v2.0/security-groups?tenant_id=8069a369a8884f32b4fa3cbe5cd5503a&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/845] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:46 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/846] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:46 2026] DELETE /v2.0/security-groups/8ccf145b-bf06-4a1b-86ca-3e292a2ede44 => 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: 414/847] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:46 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 415/848] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:46 2026] GET /v2.0/security-groups?tenant_id=a2b42e11b10d46bdaab90905a7028fe9&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/849] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:47 2026] DELETE /v2.0/security-groups/f8bc8080-1374-4b0b-a22d-a276a8de978e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/850] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:46 2026] POST /v2.0/routers => generated 506 bytes in 1081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/851] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:47 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/852] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:47 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 437/853] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:48 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/854] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:42:48 2026] GET /v2.0/ports/37c0a30f-7061-4815-90eb-385bd30face5 => generated 968 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/855] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:42:47 2026] PUT /v2.0/routers/dda4bc12-e926-4926-8b3c-418981ed52f3/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/856] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:42:48 2026] GET /v2.0/ports/46d69de8-5418-4caf-bf72-bf904b616cd3 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:48.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f9c3452-6ded-4a29-b8b0-33f20167a8cf c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: 46d69de8-5418-4caf-bf72-bf904b616cd3 2026-06-04 07:42:48.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f9c3452-6ded-4a29-b8b0-33f20167a8cf c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: 46d69de8-5418-4caf-bf72-bf904b616cd3 [pid: 7|app: 0|req: 440/857] 199.204.45.205 () {34 vars in 1000 bytes} [Thu Jun 4 07:42:48 2026] GET /v2.0/subnets?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/858] 199.204.45.205 () {34 vars in 1146 bytes} [Thu Jun 4 07:42:49 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8&device_owner=compute%3Anova&network_id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/859] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:49 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/860] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:42:48 2026] PUT /v2.0/routers/dda4bc12-e926-4926-8b3c-418981ed52f3/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/861] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:49 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/862] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:49 2026] GET /v2.0/ports?device_id=dda4bc12-e926-4926-8b3c-418981ed52f3 => 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: 443/863] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:42:49 2026] PUT /v2.0/ports/37c0a30f-7061-4815-90eb-385bd30face5 => generated 1145 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:49.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-980b309c-8116-4b6e-80f5-a77d3ef84956 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: f38500a1-12c3-4874-8ec1-0dbe15c40d1f 2026-06-04 07:42:49.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-980b309c-8116-4b6e-80f5-a77d3ef84956 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: f38500a1-12c3-4874-8ec1-0dbe15c40d1f 2026-06-04 07:42:49.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8666b5f-39c2-4ea4-b5be-3390be258e2e'] response: {'name': 'network-changed', 'server_uuid': '7b3ef8b8-25a8-445d-896f-d21819af3cd8', 'tag': '37c0a30f-7061-4815-90eb-385bd30face5', 'status': 'completed', 'code': 200} 2026-06-04 07:42:49.942 8 INFO neutron.services.segments.plugin [-] Segment eb99911d-ebd8-455e-b47b-d0b40e6905a2 resource provider aggregate not found 2026-06-04 07:42:49.949 8 INFO neutron.services.segments.plugin [-] Segment eb99911d-ebd8-455e-b47b-d0b40e6905a2 resource provider aggregate not found 2026-06-04 07:42:49.974 8 INFO neutron.services.segments.plugin [-] Segment eb99911d-ebd8-455e-b47b-d0b40e6905a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb99911d-ebd8-455e-b47b-d0b40e6905a2 found for delete ", "request_id": "req-ed70c2a2-524e-449c-9b26-7aa75aeed816"}]} 2026-06-04 07:42:49.976 8 INFO neutron.services.segments.plugin [-] Segment eb99911d-ebd8-455e-b47b-d0b40e6905a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb99911d-ebd8-455e-b47b-d0b40e6905a2 found for delete ", "request_id": "req-4239c299-dac5-4b21-9f25-1c977df0141a"}]} 2026-06-04 07:42:49.982 8 INFO neutron.db.l3_hamode_db [None req-980b309c-8116-4b6e-80f5-a77d3ef84956 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] HA network 17227fb0-995d-4e9f-821f-53c35700c7f7 was deleted as no HA routers are present in tenant d44d21bde5654841b987926eb0125bb8. [pid: 8|app: 0|req: 421/864] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:49 2026] DELETE /v2.0/routers/dda4bc12-e926-4926-8b3c-418981ed52f3 => generated 0 bytes in 555 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: 422/865] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1417 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/866] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/867] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => 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: 444/868] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:49 2026] DELETE /v2.0/subnets/cdadbec6-8498-44e2-b807-d5418844defd => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/869] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/870] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/871] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:50.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7bd6bd1-ec95-4c10-bcf8-83d782dc6508 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: ac512475-378e-43c4-a66f-efa0a60d93e3 2026-06-04 07:42:50.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7bd6bd1-ec95-4c10-bcf8-83d782dc6508 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: ac512475-378e-43c4-a66f-efa0a60d93e3 [pid: 8|app: 0|req: 428/872] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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: 429/873] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:50.612 7 INFO neutron.services.segments.plugin [-] Segment bbb3e75e-ee34-409a-a568-d64ae6a4915f resource provider aggregate not found 2026-06-04 07:42:50.622 7 INFO neutron.services.segments.plugin [-] Segment bbb3e75e-ee34-409a-a568-d64ae6a4915f resource provider aggregate not found [pid: 8|app: 0|req: 430/874] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:50.627 7 INFO neutron.services.segments.plugin [-] Segment bbb3e75e-ee34-409a-a568-d64ae6a4915f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbb3e75e-ee34-409a-a568-d64ae6a4915f found for delete ", "request_id": "req-25d2ddb8-4fab-49ac-a21e-ab1f257022db"}]} [pid: 7|app: 0|req: 445/875] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:42:50 2026] DELETE /v2.0/networks/b7d1d186-281a-4c9a-a4de-8b547217b2f5 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:42:50.641 7 INFO neutron.services.segments.plugin [-] Segment bbb3e75e-ee34-409a-a568-d64ae6a4915f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbb3e75e-ee34-409a-a568-d64ae6a4915f found for delete ", "request_id": "req-e75be073-72f0-4b53-a5de-51478b6e406c"}]} [pid: 7|app: 0|req: 446/876] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/877] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1148 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:50.725 7 INFO neutron.db.segments_db [None req-9dd59140-a67f-4050-8009-59e395ffc736 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Added segment 79b1d101-1565-494b-bd75-e9b5dd784adb of type vxlan for network 5ee73a87-e792-48ce-ba86-559e51c198b9 [pid: 8|app: 0|req: 432/878] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:50 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:42:50.989 7 INFO neutron.db.l3_hamode_db [None req-9dd59140-a67f-4050-8009-59e395ffc736 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 433/879] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1417 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/880] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/881] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => 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: 436/882] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/883] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => 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: 438/884] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/885] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:51.914 7 INFO neutron.db.l3_hamode_db [None req-9dd59140-a67f-4050-8009-59e395ffc736 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 440/886] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:51 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/887] 199.204.45.205 () {34 vars in 1118 bytes} [Thu Jun 4 07:42:52 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/888] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:42:50 2026] POST /v2.0/routers => generated 686 bytes in 2187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/889] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:42:52 2026] GET /v2.0/routers/b7b329c9-db61-498c-ac6e-20ed5489fe25 => generated 692 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/890] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:42:52 2026] GET /v2.0/routers => generated 695 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/891] 10.0.0.60 () {34 vars in 740 bytes} [Thu Jun 4 07:42:53 2026] PUT /v2.0/routers/b7b329c9-db61-498c-ac6e-20ed5489fe25 => generated 699 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/892] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:42:52 2026] PUT /v2.0/ports/37c0a30f-7061-4815-90eb-385bd30face5 => generated 968 bytes in 947 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-06-04 07:42:53.513 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-358d92f0-643b-45c9-a43d-ec6384c63fec'] response: {'name': 'network-changed', 'server_uuid': '7b3ef8b8-25a8-445d-896f-d21819af3cd8', 'tag': '37c0a30f-7061-4815-90eb-385bd30face5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 443/893] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:42:53 2026] GET /v2.0/routers/b7b329c9-db61-498c-ac6e-20ed5489fe25 => generated 699 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/894] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:53 2026] GET /v2.0/ports?device_id=b7b329c9-db61-498c-ac6e-20ed5489fe25 => 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: 451/895] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:53 2026] GET /v2.0/security-groups?tenant_id=efd4441d580b43d1bf515e4b17af96be&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:53.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-d859c382-1284-4f06-be18-cd7a40c1d085 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: ccfcfee9-4627-4b6e-af92-79a3b0d1d38b 2026-06-04 07:42:53.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d859c382-1284-4f06-be18-cd7a40c1d085 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: ccfcfee9-4627-4b6e-af92-79a3b0d1d38b [pid: 7|app: 0|req: 452/896] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:53 2026] DELETE /v2.0/security-groups/42b2e109-475b-415a-8a3e-918f451e828a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:42:54.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-d859c382-1284-4f06-be18-cd7a40c1d085 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] TaaS: Handle Delete Port: 2fa63a2c-8960-4311-b023-81370b4d0893 2026-06-04 07:42:54.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d859c382-1284-4f06-be18-cd7a40c1d085 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] Tap Mirror: Handle Delete Port: 2fa63a2c-8960-4311-b023-81370b4d0893 [pid: 7|app: 0|req: 453/897] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:53 2026] GET /v2.0/security-groups?tenant_id=024dc11044f6470cb06b4c809a1b8424&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/898] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/899] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/security-groups/730bbecb-a9c3-4ca3-b6c6-e4c766de92ac => 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: 456/900] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/901] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => 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: 458/902] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/903] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:54.438 8 INFO neutron.services.segments.plugin [-] Segment 79b1d101-1565-494b-bd75-e9b5dd784adb resource provider aggregate not found 2026-06-04 07:42:54.454 8 INFO neutron.services.segments.plugin [-] Segment 79b1d101-1565-494b-bd75-e9b5dd784adb resource provider aggregate not found [pid: 7|app: 0|req: 460/904] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:54.472 8 INFO neutron.services.segments.plugin [-] Segment 79b1d101-1565-494b-bd75-e9b5dd784adb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b1d101-1565-494b-bd75-e9b5dd784adb found for delete ", "request_id": "req-8b51dcf0-d314-4fa9-99d5-9db636813a4b"}]} 2026-06-04 07:42:54.474 8 INFO neutron.db.l3_hamode_db [None req-d859c382-1284-4f06-be18-cd7a40c1d085 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] HA network 5ee73a87-e792-48ce-ba86-559e51c198b9 was deleted as no HA routers are present in tenant d44d21bde5654841b987926eb0125bb8. 2026-06-04 07:42:54.480 8 INFO neutron.services.segments.plugin [-] Segment 79b1d101-1565-494b-bd75-e9b5dd784adb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b1d101-1565-494b-bd75-e9b5dd784adb found for delete ", "request_id": "req-39c2762c-ddea-4b0d-b0c7-2d166379e450"}]} [pid: 8|app: 0|req: 445/905] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:53 2026] DELETE /v2.0/routers/b7b329c9-db61-498c-ac6e-20ed5489fe25 => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/906] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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: 446/907] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/ports?device_id=b7b329c9-db61-498c-ac6e-20ed5489fe25 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:54.540 7 INFO neutron.api.v2.resource [None req-33a49079-aad5-4fed-8b47-b0db1a61ddbb c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/908] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/routers/b7b329c9-db61-498c-ac6e-20ed5489fe25 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/909] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/ports?device_id=dda4bc12-e926-4926-8b3c-418981ed52f3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:54.586 7 INFO neutron.api.v2.resource [None req-394ee196-cb07-473b-830f-70172d7fc128 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/910] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/routers/dda4bc12-e926-4926-8b3c-418981ed52f3 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:42:54.607 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac73a18c-b1ab-4f5b-bcee-6eaeb6f7f7e7 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 448/911] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/subnets/cdadbec6-8498-44e2-b807-d5418844defd => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/912] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/ports?device_id=4e697014-d1ba-4016-97be-3d418a251f2b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:54.665 8 INFO neutron.api.v2.resource [None req-e09f7fc3-436f-47d8-99e7-821ea8578a2a c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/913] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/routers/4e697014-d1ba-4016-97be-3d418a251f2b => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:42:54.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16a96f31-959c-4e00-992d-fae5664ebd83 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/914] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/subnets/495a46a5-4a27-42c6-baa5-791319b3d519 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/915] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:42:54 2026] GET /v2.0/ports?device_id=543f1806-fedf-41b4-a07b-598cc389af80 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:42:54.738 7 INFO neutron.api.v2.resource [None req-b5e02cc6-b2ed-45d2-a02e-7e44dfe3198d c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/916] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/routers/543f1806-fedf-41b4-a07b-598cc389af80 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:42:54.760 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e70bc5f5-dc32-4a2c-ab25-f7e1a3c1e7bf c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/917] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/subnets/48a929b7-2f62-4143-aa8a-14ecb4f17b79 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:42:54.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca18892e-2f5c-42d7-b983-60f7d3c86f87 c7671766f4ef4db5bf3d2dfc434da683 d44d21bde5654841b987926eb0125bb8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/918] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:42:54 2026] DELETE /v2.0/subnets/8cf1296c-49c9-456d-83a1-6124c76fc6f3 => 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: 468/919] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/920] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 452/921] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/security-groups?tenant_id=d44d21bde5654841b987926eb0125bb8&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/922] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/ports?tenant_id=cccc29eacc9842858f7124de7bc44587&device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 471/923] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/networks?id=b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 780 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/924] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=37c0a30f-7061-4815-90eb-385bd30face5 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/925] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/subnets?id=f910e0c8-7b02-48bf-9d91-e844d8d5a541 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/926] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:55 2026] DELETE /v2.0/security-groups/dc1e831f-da13-4e99-8feb-a9e891d95e62 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/927] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/ports?network_id=b70e3ce5-c616-4669-bf24-7c79591ec979&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: 454/928] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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: 475/929] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:42:55 2026] GET /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979?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: 455/930] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:56 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/931] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:56 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/934] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:57 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 458/935] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:42:57 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/936] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:42:57 2026] GET /v2.0/security-groups?id=e60e31e1-3741-43b6-9216-365fb30fd8cc&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: 478/937] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:42:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/938] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:42:57 2026] GET /v2.0/security-groups => generated 4530 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:57.969 8 INFO neutron_taas.services.taas.taas_plugin [req-72b6c629-17c4-4df7-9535-1932ae223f58 req-b21bc31a-d936-4a79-928c-f07fab9b3ac2 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] TaaS: Handle Delete Port: 37c0a30f-7061-4815-90eb-385bd30face5 2026-06-04 07:42:57.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72b6c629-17c4-4df7-9535-1932ae223f58 req-b21bc31a-d936-4a79-928c-f07fab9b3ac2 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] Tap Mirror: Handle Delete Port: 37c0a30f-7061-4815-90eb-385bd30face5 [pid: 7|app: 0|req: 480/939] 10.0.0.60 () {34 vars in 757 bytes} [Thu Jun 4 07:42:57 2026] PUT /v2.0/security-groups/455fe157-f994-47d6-aa18-d916b73600f7 => generated 1664 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/940] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-groups/455fe157-f994-47d6-aa18-d916b73600f7 => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:58.104 8 INFO neutron.db.l3_db [req-72b6c629-17c4-4df7-9535-1932ae223f58 req-b21bc31a-d936-4a79-928c-f07fab9b3ac2 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] Floating IP 54cc487f-dd3e-4bd6-8db5-0c2b5b06d7a0 disassociated. External IP: 10.96.250.218, port: 37c0a30f-7061-4815-90eb-385bd30face5. [pid: 7|app: 0|req: 482/941] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:58 2026] DELETE /v2.0/security-groups/455fe157-f994-47d6-aa18-d916b73600f7 => 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: 483/942] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:58.177 7 INFO neutron.api.v2.resource [None req-3a0cf5a3-f11f-40c6-909e-bf09bfea022b 2da1a771308a413386f6025faefd027d af904e2936ec4aa99c5d62d1673a24f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/943] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:58 2026] DELETE /v2.0/security-groups/455fe157-f994-47d6-aa18-d916b73600f7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/944] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:42:58 2026] POST /v2.0/security-groups => generated 1625 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/945] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:42:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/946] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-group-rules/5a372ab9-2d5d-48b1-abd5-950ca8831299 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/947] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:42:57 2026] DELETE /v2.0/ports/37c0a30f-7061-4815-90eb-385bd30face5 => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/948] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:42:58.583 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a142c59-e4c3-45cb-8268-ab136e3db2e7'] response: {'server_uuid': '7b3ef8b8-25a8-445d-896f-d21819af3cd8', 'name': 'network-vif-deleted', 'tag': '37c0a30f-7061-4815-90eb-385bd30face5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/949] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:42:58 2026] DELETE /v2.0/security-group-rules/5a372ab9-2d5d-48b1-abd5-950ca8831299 => 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: 489/950] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/951] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:42:58 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: 490/952] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-group-rules/1529d263-021d-4e89-8389-df0fe53db0c0 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/953] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/954] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:42:58 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/955] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:42:58 2026] DELETE /v2.0/security-group-rules/1529d263-021d-4e89-8389-df0fe53db0c0 => 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: 492/956] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:42:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/957] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:42:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/958] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:42:59 2026] GET /v2.0/security-group-rules/61aa3706-6822-4145-bf50-86ff3c3444c1 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/959] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:42:59 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/960] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:42:59 2026] DELETE /v2.0/security-group-rules/61aa3706-6822-4145-bf50-86ff3c3444c1 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/961] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:42:59 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: 7|app: 0|req: 495/962] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:42:59 2026] DELETE /v2.0/security-groups/78186baf-f077-4520-a19b-5bdaae03ce49 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/963] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:00 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 468/964] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:43:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/965] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:43:00 2026] GET /v2.0/security-groups => 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: 469/966] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:00 2026] GET /v2.0/security-groups?tenant_id=af904e2936ec4aa99c5d62d1673a24f8&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/967] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:00 2026] DELETE /v2.0/security-groups/93506519-6ade-468e-ae84-269a100b73b0 => 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: 498/968] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:00 2026] GET /v2.0/security-groups?tenant_id=533219e9b0704c16aad5df6ee2f6e983&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: 471/969] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:01 2026] GET /v2.0/ports?device_id=7b3ef8b8-25a8-445d-896f-d21819af3cd8 => 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: 499/970] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:01 2026] DELETE /v2.0/security-groups/ec9d70aa-53a9-47be-823a-a7f0d3b6b31f => 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: 472/971] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:43:01 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/972] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:43:01 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 473/973] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:01 2026] GET /v2.0/security-groups?tenant_id=af7e0986662b48c09a56469fc85adb9e&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/974] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:01 2026] DELETE /v2.0/security-groups/0c86f4d6-ac63-4e56-a2cd-f088bab6d428 => 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: 474/975] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:02 2026] DELETE /v2.0/security-groups/e60e31e1-3741-43b6-9216-365fb30fd8cc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:02.419 7 INFO neutron.api.v2.resource [None req-ae592718-2a3a-44a2-bd72-dba74bad93da 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/976] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:43:02 2026] GET /v2.0/security-groups/e60e31e1-3741-43b6-9216-365fb30fd8cc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:02.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-851909db-ea09-471d-8acd-66ab9ffe81b4 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] TaaS: Handle Delete Port: d63aedcf-d1cd-4681-80da-3367de1e1865 2026-06-04 07:43:02.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-851909db-ea09-471d-8acd-66ab9ffe81b4 1db489a7e01742bda863cba3092e2309 cccc29eacc9842858f7124de7bc44587 - - default default] Tap Mirror: Handle Delete Port: d63aedcf-d1cd-4681-80da-3367de1e1865 [pid: 8|app: 0|req: 475/977] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:02 2026] DELETE /v2.0/floatingips/54cc487f-dd3e-4bd6-8db5-0c2b5b06d7a0 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/978] 10.0.0.60 () {32 vars in 622 bytes} [Thu Jun 4 07:43:02 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/979] 10.0.0.60 () {32 vars in 632 bytes} [Thu Jun 4 07:43:02 2026] GET /v2.0/ => generated 632 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:03.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b1770e3-a95b-453f-985d-9359e0ecb025 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 04fbeb48-938a-4755-9014-74bfe8748846 2026-06-04 07:43:03.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b1770e3-a95b-453f-985d-9359e0ecb025 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 04fbeb48-938a-4755-9014-74bfe8748846 [pid: 8|app: 0|req: 478/980] 10.0.0.60 () {32 vars in 652 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions => generated 21537 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/981] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:02 2026] PUT /v2.0/routers/3e7edc33-e3dc-4ba1-935d-17d5c3f4fd93/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/982] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/983] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/security-groups?tenant_id=631dc410aab6407bb852bb574468723c&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/984] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/985] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:03 2026] DELETE /v2.0/security-groups/1cd94c0a-691c-4f8f-885a-86d12385109d => 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: 482/986] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/987] 10.0.0.60 () {32 vars in 664 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/988] 10.0.0.60 () {32 vars in 698 bytes} [Thu Jun 4 07:43:03 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-06-04 07:43:03.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-2805854f-93a9-44d9-b661-fe11eb73ea19 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 57895c86-8295-4ad7-b2c5-de1730c29fe8 2026-06-04 07:43:03.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2805854f-93a9-44d9-b661-fe11eb73ea19 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 57895c86-8295-4ad7-b2c5-de1730c29fe8 [pid: 8|app: 0|req: 485/989] 10.0.0.60 () {32 vars in 696 bytes} [Thu Jun 4 07:43:03 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: 486/990] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/991] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:03 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: 8|app: 0|req: 488/992] 10.0.0.60 () {32 vars in 702 bytes} [Thu Jun 4 07:43:03 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: 8|app: 0|req: 489/993] 10.0.0.60 () {32 vars in 692 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/994] 10.0.0.60 () {32 vars in 694 bytes} [Thu Jun 4 07:43:03 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: 8|app: 0|req: 491/995] 10.0.0.60 () {32 vars in 684 bytes} [Thu Jun 4 07:43:03 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: 492/996] 10.0.0.60 () {32 vars in 686 bytes} [Thu Jun 4 07:43:03 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: 8|app: 0|req: 493/997] 10.0.0.60 () {32 vars in 660 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/998] 10.0.0.60 () {32 vars in 698 bytes} [Thu Jun 4 07:43:03 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/999] 10.0.0.60 () {32 vars in 678 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1000] 10.0.0.60 () {32 vars in 682 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1001] 10.0.0.60 () {32 vars in 674 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1002] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1003] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1004] 10.0.0.60 () {32 vars in 686 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1005] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1006] 10.0.0.60 () {32 vars in 686 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 503/1007] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1008] 10.0.0.60 () {32 vars in 698 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 505/1009] 10.0.0.60 () {32 vars in 678 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1010] 10.0.0.60 () {32 vars in 666 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1011] 10.0.0.60 () {32 vars in 676 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1012] 10.0.0.60 () {32 vars in 664 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/l3-ha => 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: 509/1013] 10.0.0.60 () {32 vars in 674 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 510/1014] 10.0.0.60 () {32 vars in 712 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 511/1015] 10.0.0.60 () {32 vars in 690 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1016] 10.0.0.60 () {32 vars in 682 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1017] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1018] 10.0.0.60 () {32 vars in 686 bytes} [Thu Jun 4 07:43:04 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) 2026-06-04 07:43:04.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-2805854f-93a9-44d9-b661-fe11eb73ea19 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: b3243a9f-cc86-4e6e-af5b-50794c9dab42 2026-06-04 07:43:04.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2805854f-93a9-44d9-b661-fe11eb73ea19 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: b3243a9f-cc86-4e6e-af5b-50794c9dab42 [pid: 8|app: 0|req: 515/1019] 10.0.0.60 () {32 vars in 704 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1020] 10.0.0.60 () {32 vars in 674 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 517/1021] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1022] 10.0.0.60 () {32 vars in 674 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1023] 10.0.0.60 () {32 vars in 692 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1024] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1025] 10.0.0.60 () {32 vars in 708 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1026] 10.0.0.60 () {32 vars in 704 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1027] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1028] 10.0.0.60 () {32 vars in 696 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1029] 10.0.0.60 () {32 vars in 710 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1030] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1031] 10.0.0.60 () {32 vars in 686 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1032] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1033] 10.0.0.60 () {32 vars in 674 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1034] 10.0.0.60 () {32 vars in 670 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 531/1035] 10.0.0.60 () {32 vars in 660 bytes} [Thu Jun 4 07:43:04 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: 532/1036] 10.0.0.60 () {32 vars in 698 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 533/1037] 10.0.0.60 () {32 vars in 698 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 534/1038] 10.0.0.60 () {32 vars in 676 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 535/1039] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1040] 10.0.0.60 () {32 vars in 682 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1041] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 538/1042] 10.0.0.60 () {32 vars in 684 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1043] 10.0.0.60 () {32 vars in 706 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1044] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1045] 10.0.0.60 () {32 vars in 696 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1046] 10.0.0.60 () {32 vars in 694 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1047] 10.0.0.60 () {32 vars in 684 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1048] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1049] 10.0.0.60 () {32 vars in 704 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1050] 10.0.0.60 () {32 vars in 666 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1051] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:04 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: 548/1052] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1053] 10.0.0.60 () {32 vars in 690 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1054] 10.0.0.60 () {32 vars in 690 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 551/1055] 10.0.0.60 () {32 vars in 694 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:04.599 7 INFO neutron.services.segments.plugin [-] Segment cfa5ab33-92b4-44ef-a845-a1e834fcafa3 resource provider aggregate not found 2026-06-04 07:43:04.603 7 INFO neutron.services.segments.plugin [-] Segment cfa5ab33-92b4-44ef-a845-a1e834fcafa3 resource provider aggregate not found [pid: 8|app: 0|req: 552/1056] 10.0.0.60 () {32 vars in 684 bytes} [Thu Jun 4 07:43:04 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) 2026-06-04 07:43:04.618 7 INFO neutron.services.segments.plugin [-] Segment cfa5ab33-92b4-44ef-a845-a1e834fcafa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa5ab33-92b4-44ef-a845-a1e834fcafa3 found for delete ", "request_id": "req-45b88191-9749-4b38-8d1f-15f3f495265a"}]} [pid: 8|app: 0|req: 553/1057] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 554/1058] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:04.632 7 INFO neutron.db.l3_hamode_db [None req-2805854f-93a9-44d9-b661-fe11eb73ea19 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network c9e38205-172a-4171-a455-ea2e70be15f4 was deleted as no HA routers are present in tenant cccc29eacc9842858f7124de7bc44587. 2026-06-04 07:43:04.637 7 INFO neutron.services.segments.plugin [-] Segment cfa5ab33-92b4-44ef-a845-a1e834fcafa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa5ab33-92b4-44ef-a845-a1e834fcafa3 found for delete ", "request_id": "req-19bafaed-fcfa-449f-959f-64427cc8e844"}]} [pid: 7|app: 0|req: 505/1059] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:03 2026] DELETE /v2.0/routers/3e7edc33-e3dc-4ba1-935d-17d5c3f4fd93 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1060] 10.0.0.60 () {32 vars in 702 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1061] 10.0.0.60 () {32 vars in 712 bytes} [Thu Jun 4 07:43:04 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: 507/1062] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1063] 10.0.0.60 () {32 vars in 714 bytes} [Thu Jun 4 07:43:04 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: 509/1064] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1065] 10.0.0.60 () {32 vars in 740 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1066] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:43:04 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: 512/1067] 10.0.0.60 () {32 vars in 682 bytes} [Thu Jun 4 07:43:04 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: 513/1068] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1069] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1070] 10.0.0.60 () {32 vars in 678 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1071] 10.0.0.60 () {32 vars in 668 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1072] 10.0.0.60 () {32 vars in 696 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/standard-attr-segment => 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: 518/1073] 10.0.0.60 () {32 vars in 704 bytes} [Thu Jun 4 07:43:04 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: 519/1074] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:04 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: 520/1075] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:04 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: 521/1076] 10.0.0.60 () {32 vars in 682 bytes} [Thu Jun 4 07:43:04 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: 522/1077] 10.0.0.60 () {32 vars in 704 bytes} [Thu Jun 4 07:43:04 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: 523/1078] 10.0.0.60 () {32 vars in 694 bytes} [Thu Jun 4 07:43:04 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: 524/1079] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1080] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:04 2026] DELETE /v2.0/subnets/f910e0c8-7b02-48bf-9d91-e844d8d5a541 => 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: 525/1081] 10.0.0.60 () {32 vars in 696 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1082] 10.0.0.60 () {32 vars in 678 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1083] 10.0.0.60 () {32 vars in 688 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1084] 10.0.0.60 () {32 vars in 700 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1085] 10.0.0.60 () {32 vars in 664 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1086] 10.0.0.60 () {32 vars in 680 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1087] 10.0.0.60 () {32 vars in 676 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1088] 10.0.0.60 () {32 vars in 692 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 564/1089] 10.0.0.60 () {32 vars in 676 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1090] 10.0.0.60 () {32 vars in 666 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1091] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 567/1092] 10.0.0.60 () {32 vars in 674 bytes} [Thu Jun 4 07:43:04 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: 8|app: 0|req: 568/1093] 10.0.0.60 () {32 vars in 686 bytes} [Thu Jun 4 07:43:04 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:04.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bca11b8-f0f1-491c-88a1-3bd41543719f 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 9046c403-3944-44de-9f3e-bc3df8fd59bf 2026-06-04 07:43:04.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bca11b8-f0f1-491c-88a1-3bd41543719f 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 9046c403-3944-44de-9f3e-bc3df8fd59bf [pid: 7|app: 0|req: 526/1094] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:04 2026] DELETE /v2.0/networks/b70e3ce5-c616-4669-bf24-7c79591ec979 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1095] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:05 2026] GET /v2.0/security-groups?tenant_id=cccc29eacc9842858f7124de7bc44587&name=default => 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: 527/1096] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:05 2026] DELETE /v2.0/security-groups/e6084075-04a2-4823-b421-32f71f175a6a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1097] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:05 2026] GET /v2.0/security-groups?tenant_id=66431b8ff5354516b1edfa7bc48e4681&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1098] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:05 2026] DELETE /v2.0/security-groups/d61e3f26-64fa-4627-bf1c-874151ba9c6b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:06.643 7 INFO neutron.services.segments.plugin [-] Segment 3eaa1485-d437-439c-828e-bc9731268467 resource provider aggregate not found 2026-06-04 07:43:06.665 7 INFO neutron.services.segments.plugin [-] Segment 3eaa1485-d437-439c-828e-bc9731268467 resource provider aggregate not found 2026-06-04 07:43:06.670 7 INFO neutron.services.segments.plugin [-] Segment 3eaa1485-d437-439c-828e-bc9731268467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eaa1485-d437-439c-828e-bc9731268467 found for delete ", "request_id": "req-75f633e5-bc04-4162-acc9-5b8c598e828a"}]} 2026-06-04 07:43:06.688 7 INFO neutron.services.segments.plugin [-] Segment 3eaa1485-d437-439c-828e-bc9731268467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eaa1485-d437-439c-828e-bc9731268467 found for delete ", "request_id": "req-63e275fc-ebec-4c01-839c-0ef22b368e85"}]} 2026-06-04 07:43:07.688 8 INFO neutron.db.segments_db [None req-6f4a2842-dcb4-4bcb-b99e-b4188b3bd4b1 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 96c4d904-3fa6-4487-bf91-94724198b4d3 of type vxlan for network 6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468 [pid: 8|app: 0|req: 571/1099] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:43:07 2026] POST /v2.0/networks => generated 738 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1100] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:07 2026] GET /v2.0/security-groups?tenant_id=fa558cfd5be3477199b7e638b52ae74c&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:07.944 8 INFO neutron.db.segments_db [None req-b67501b2-c2c2-4277-8ab9-59b728a79b20 2718b70933e743b188b2cdf8d3161025 3d22b801e7f146d8bc0f668816d07953 - - default default] Added segment ac758fc3-5189-4caf-b7fc-eb577f27cef7 of type vxlan for network fa4726fd-03bd-4426-9307-6365ea76ef31 [pid: 8|app: 0|req: 572/1101] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:07 2026] POST /v2.0/networks => generated 644 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1102] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:07 2026] POST /v2.0/subnets => generated 685 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:08.081 7 INFO neutron.db.segments_db [None req-3be9ec03-58de-4637-98a9-4149639b9bb8 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 of type vxlan for network e86a4b0e-bbfc-4dec-9a53-68a7f92a04d3 [pid: 8|app: 0|req: 573/1103] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:08 2026] DELETE /v2.0/security-groups/79e72a82-48e2-422a-8013-8a9360bf34fd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:08.350 7 INFO neutron.db.l3_hamode_db [None req-3be9ec03-58de-4637-98a9-4149639b9bb8 1dde3fb1dfd04553a431f2594ae72b84 3bdd1458f7f64530913bef51a2a9a2bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 574/1104] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:08 2026] POST /v2.0/subnets => generated 641 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:08.460 8 INFO neutron.db.segments_db [None req-abdbaa6d-4c2c-4fcb-8f06-9428489f3daa 2718b70933e743b188b2cdf8d3161025 3d22b801e7f146d8bc0f668816d07953 - - default default] Added segment 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 of type vxlan for network c52046b0-b9ae-4801-b4fa-db72fa85f1a3 [pid: 8|app: 0|req: 575/1105] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:08 2026] POST /v2.0/networks => generated 644 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1106] 10.0.0.60 () {34 vars in 742 bytes} [Thu Jun 4 07:43:08 2026] PUT /v2.0/networks/c52046b0-b9ae-4801-b4fa-db72fa85f1a3 => generated 592 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1107] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:08 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1108] 10.0.0.60 () {34 vars in 740 bytes} [Thu Jun 4 07:43:09 2026] PUT /v2.0/subnets/51f9c706-7f51-4058-9150-90fd1cb512ed => generated 636 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:09.254 7 INFO neutron.db.l3_hamode_db [None req-3be9ec03-58de-4637-98a9-4149639b9bb8 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:43:09.430 8 INFO neutron.services.segments.plugin [-] Segment 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 resource provider aggregate not found 2026-06-04 07:43:09.445 8 INFO neutron.services.segments.plugin [-] Segment 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 resource provider aggregate not found 2026-06-04 07:43:09.465 8 INFO neutron.services.segments.plugin [-] Segment 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 found for delete ", "request_id": "req-3dc8261c-8374-456e-ac04-bdc088d9b3d1"}]} [pid: 8|app: 0|req: 579/1109] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:09 2026] DELETE /v2.0/networks/c52046b0-b9ae-4801-b4fa-db72fa85f1a3 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:09.485 8 INFO neutron.services.segments.plugin [-] Segment 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e7d353-d3e0-41e9-ab86-5af8dd0f15e3 found for delete ", "request_id": "req-1b286299-dfe8-4ecd-ac6b-9a3507f146d6"}]} 2026-06-04 07:43:09.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c722dad4-8360-42dc-b800-c05134ae4ebf 2718b70933e743b188b2cdf8d3161025 3d22b801e7f146d8bc0f668816d07953 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 580/1110] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:09 2026] DELETE /v2.0/networks/c52046b0-b9ae-4801-b4fa-db72fa85f1a3 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1111] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:43:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1112] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:43:09 2026] GET /v2.0/subnets?network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1113] 10.0.0.60 () {32 vars in 652 bytes} [Thu Jun 4 07:43:09 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: 584/1114] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:43:09 2026] GET /v2.0/networks => generated 1309 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1115] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:43:09 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1116] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:43:09 2026] GET /v2.0/networks/fa4726fd-03bd-4426-9307-6365ea76ef31 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1117] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:43:09 2026] GET /v2.0/subnets/54e40202-456c-482a-92e0-44b2ab5f0589 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:09.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c43fe80-8bd1-4bb6-ae7e-1ed81f8b0d2a 2718b70933e743b188b2cdf8d3161025 3d22b801e7f146d8bc0f668816d07953 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1118] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:09 2026] DELETE /v2.0/subnets/51f9c706-7f51-4058-9150-90fd1cb512ed => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:09.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e143704a-6d6c-4547-9a05-9c88d8fd4659 2718b70933e743b188b2cdf8d3161025 3d22b801e7f146d8bc0f668816d07953 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 589/1119] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:09 2026] DELETE /v2.0/networks/c52046b0-b9ae-4801-b4fa-db72fa85f1a3 => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1120] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:09 2026] DELETE /v2.0/subnets/54e40202-456c-482a-92e0-44b2ab5f0589 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1121] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:10 2026] DELETE /v2.0/networks/fa4726fd-03bd-4426-9307-6365ea76ef31 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1122] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:08 2026] POST /v2.0/routers => generated 725 bytes in 2417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1123] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:10 2026] GET /v2.0/security-groups?tenant_id=3d22b801e7f146d8bc0f668816d07953&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1124] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:10 2026] DELETE /v2.0/security-groups/66731876-42f6-4928-8893-e529606b478c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:11.485 8 INFO neutron.services.segments.plugin [-] Segment ac758fc3-5189-4caf-b7fc-eb577f27cef7 resource provider aggregate not found 2026-06-04 07:43:11.509 8 INFO neutron.services.segments.plugin [-] Segment ac758fc3-5189-4caf-b7fc-eb577f27cef7 resource provider aggregate not found 2026-06-04 07:43:11.517 8 INFO neutron.services.segments.plugin [-] Segment ac758fc3-5189-4caf-b7fc-eb577f27cef7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac758fc3-5189-4caf-b7fc-eb577f27cef7 found for delete ", "request_id": "req-6c5c39db-0e14-43b7-83cf-4e283f508e71"}]} 2026-06-04 07:43:11.536 8 INFO neutron.services.segments.plugin [-] Segment ac758fc3-5189-4caf-b7fc-eb577f27cef7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac758fc3-5189-4caf-b7fc-eb577f27cef7 found for delete ", "request_id": "req-cd274dd1-ea9b-439d-a364-c242b60edc4f"}]} [pid: 8|app: 0|req: 592/1125] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:10 2026] PUT /v2.0/routers/607df2df-a95b-4086-ae97-6227288b445c/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1128] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:12 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1129] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:12 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1130] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:43:12 2026] POST /v2.0/security-groups => generated 1659 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1131] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:43:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1132] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:12 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:12.788 8 INFO neutron.db.segments_db [None req-c4a6fd00-b3b0-46fd-9171-97bed53c9b2d 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] Added segment cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 of type vxlan for network 1c659036-388b-4426-8c5f-4f6e870380d1 [pid: 7|app: 0|req: 539/1133] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:43:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1134] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:12 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&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: 595/1135] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:12 2026] POST /v2.0/networks => generated 727 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:13.114 7 INFO neutron.db.segments_db [None req-0465c410-c7a2-4b8b-a8d4-946d24452623 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Added segment 14413088-1af0-4c28-969d-698f70d573a0 of type vxlan for network 7b592fd0-9f15-4005-9bfd-085a3cc7e606 [pid: 7|app: 0|req: 541/1136] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:12 2026] POST /v2.0/networks => generated 648 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1137] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/subnets => generated 644 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1138] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:12 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:13.463 8 WARNING neutron.api.v2.base [None req-a921c7a1-5373-4f36-8d37-8e4d8b053765 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - 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-06-04 07:43:13.464 8 INFO neutron.api.v2.resource [None req-a921c7a1-5373-4f36-8d37-8e4d8b053765 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 597/1139] 10.0.0.60 () {34 vars in 680 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-04 07:43:13.673 8 INFO neutron.services.segments.plugin [-] Segment cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 resource provider aggregate not found 2026-06-04 07:43:13.681 8 INFO neutron.services.segments.plugin [-] Segment cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 resource provider aggregate not found 2026-06-04 07:43:13.700 8 INFO neutron.services.segments.plugin [-] Segment cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 found for delete ", "request_id": "req-edf10804-d019-4d40-8a34-b7741e6c4850"}]} 2026-06-04 07:43:13.703 8 INFO neutron.services.segments.plugin [-] Segment cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbc33fa6-2f9f-4a1e-823a-43496b60c6e7 found for delete ", "request_id": "req-cbf5514e-06e2-45e4-9ae4-d3c037cb402c"}]} [pid: 8|app: 0|req: 598/1140] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:13 2026] DELETE /v2.0/networks/1c659036-388b-4426-8c5f-4f6e870380d1 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:13.779 8 INFO neutron.db.segments_db [None req-c3dc8048-f869-4eff-87fb-6b6038e1c9ca 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] Added segment 2684f619-eaa3-4b55-8269-9e7df10f528f of type vxlan for network 9b704392-632b-45bd-9c7d-ffd094754e40 [pid: 7|app: 0|req: 543/1141] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/ports => generated 779 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:43:13.855 7 INFO neutron.db.segments_db [None req-e9fe6ae3-c8a6-413f-963f-635b53442ad6 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Added segment 1e8049a8-a744-49ef-bc3b-aa2afe482882 of type vxlan for network 8f2e9246-dc14-4d2c-9d98-8a80d7dcdd1d [pid: 8|app: 0|req: 599/1142] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/networks => generated 727 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1143] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/networks => generated 636 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1144] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/subnets => generated 647 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1145] 10.0.0.7 () {34 vars in 1096 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--459403595&fields=id&tenant_id=3bdd1458f7f64530913bef51a2a9a2bc => 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: 602/1146] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:14.238 8 WARNING neutron.api.v2.base [None req-9aa39f3f-eb81-4bfc-90cc-6a5a69c4ec83 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - 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-06-04 07:43:14.238 8 INFO neutron.api.v2.resource [None req-9aa39f3f-eb81-4bfc-90cc-6a5a69c4ec83 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 603/1147] 10.0.0.60 () {34 vars in 680 bytes} [Thu Jun 4 07:43:14 2026] POST /v2.0/rbac-policies => generated 547 bytes in 4 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1148] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:13 2026] POST /v2.0/subnets => generated 646 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1149] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1150] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/networks?id=6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468 => generated 670 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:14.490 7 INFO neutron.services.segments.plugin [-] Segment 2684f619-eaa3-4b55-8269-9e7df10f528f resource provider aggregate not found 2026-06-04 07:43:14.499 7 INFO neutron.services.segments.plugin [-] Segment 2684f619-eaa3-4b55-8269-9e7df10f528f resource provider aggregate not found 2026-06-04 07:43:14.508 7 INFO neutron.services.segments.plugin [-] Segment 2684f619-eaa3-4b55-8269-9e7df10f528f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2684f619-eaa3-4b55-8269-9e7df10f528f found for delete ", "request_id": "req-c992adbf-3428-468d-9a90-d8ea6e3b27a4"}]} [pid: 7|app: 0|req: 547/1151] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:14 2026] DELETE /v2.0/networks/9b704392-632b-45bd-9c7d-ffd094754e40 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:14.524 7 INFO neutron.services.segments.plugin [-] Segment 2684f619-eaa3-4b55-8269-9e7df10f528f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2684f619-eaa3-4b55-8269-9e7df10f528f found for delete ", "request_id": "req-28897af4-8380-46cb-8a3e-9ca87d4c0d30"}]} [pid: 7|app: 0|req: 548/1152] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/quotas/3bdd1458f7f64530913bef51a2a9a2bc => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:14.591 7 INFO neutron.db.segments_db [None req-68ccebaa-3951-4c90-897c-daecf7ffe8f9 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] Added segment 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 of type vxlan for network a3915734-9edc-4677-bb6f-e6e1dcc24ffe [pid: 8|app: 0|req: 605/1153] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:43:14 2026] POST /v2.0/ports => generated 966 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1154] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:14 2026] POST /v2.0/networks => generated 726 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 606/1155] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/ports?tenant_id=3bdd1458f7f64530913bef51a2a9a2bc&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:14.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ce5d82e-7b6f-4c01-86db-8c510407d12a d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] TaaS: Handle Delete Port: 02582954-013b-4b7e-8880-23d46f6710fa 2026-06-04 07:43:14.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ce5d82e-7b6f-4c01-86db-8c510407d12a d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Tap Mirror: Handle Delete Port: 02582954-013b-4b7e-8880-23d46f6710fa [pid: 7|app: 0|req: 550/1156] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:43:14 2026] DELETE /v2.0/ports/02582954-013b-4b7e-8880-23d46f6710fa => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1157] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:14 2026] POST /v2.0/subnets => generated 647 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1158] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:43:14 2026] GET /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:15.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-239266cb-ea41-4d78-9d25-2b091f4dcba6 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1159] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:43:14 2026] DELETE /v2.0/ports/02582954-013b-4b7e-8880-23d46f6710fa => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1160] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468?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-06-04 07:43:15.074 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd1b7f15-4744-4412-b345-dfc06faff3a9 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 554/1161] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/ports/02582954-013b-4b7e-8880-23d46f6710fa => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1162] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => 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: 608/1163] 10.0.0.60 () {34 vars in 680 bytes} [Thu Jun 4 07:43:14 2026] POST /v2.0/rbac-policies => generated 324 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1164] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:15 2026] DELETE /v2.0/subnets/5ad9c731-8c90-44a6-8a72-85ef8212c4b5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1165] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:15.346 8 INFO neutron_taas.services.taas.taas_plugin [req-8911ca91-7bed-48cc-945c-828b64a02c64 req-31401d02-4c41-4fa5-96ed-b6fa42538c5e e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] TaaS: Handle Delete Port: 83c0c360-f697-4235-9d0a-ac84af833ee9 2026-06-04 07:43:15.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8911ca91-7bed-48cc-945c-828b64a02c64 req-31401d02-4c41-4fa5-96ed-b6fa42538c5e e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] Tap Mirror: Handle Delete Port: 83c0c360-f697-4235-9d0a-ac84af833ee9 [pid: 7|app: 0|req: 558/1166] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:15 2026] DELETE /v2.0/networks/8f2e9246-dc14-4d2c-9d98-8a80d7dcdd1d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:15.476 8 INFO neutron.db.l3_db [req-8911ca91-7bed-48cc-945c-828b64a02c64 req-31401d02-4c41-4fa5-96ed-b6fa42538c5e e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] Floating IP 2110352f-2879-4df3-a6df-d987a76a9daf disassociated. External IP: 10.96.250.219, port: 83c0c360-f697-4235-9d0a-ac84af833ee9. [pid: 7|app: 0|req: 559/1167] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:15.574 7 INFO neutron.db.segments_db [None req-a36d87c2-4d9d-476c-a6a8-3299a8ec82af d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Added segment edb60905-3f6d-402e-aee8-ece86e9ed08d of type vxlan for network e9287d00-68bf-4e5e-8c9b-b7fddf0f40a3 [pid: 7|app: 0|req: 560/1168] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:15 2026] POST /v2.0/networks => generated 635 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1169] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/security-groups?id=477e8b6b-ffaf-4b9c-a392-846d42c31b3f&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1170] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:43:15 2026] GET /v2.0/networks/a3915734-9edc-4677-bb6f-e6e1dcc24ffe => generated 654 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1171] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:43:15 2026] DELETE /v2.0/ports/83c0c360-f697-4235-9d0a-ac84af833ee9 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:15.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9243360e-0016-41ab-adb5-f505cbd07343'] response: {'server_uuid': 'eba698a4-4e4a-48c2-9de0-5d7d38dfb698', 'name': 'network-vif-deleted', 'tag': '83c0c360-f697-4235-9d0a-ac84af833ee9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 563/1172] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:15 2026] POST /v2.0/subnets => generated 646 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:16.243 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec1ecb79-1a18-41fd-9dd4-7b3cb2ed036a 29dd7efbc754457099a904aa296b2d15 d4d99b76a8fb4fb0a542904afe6471ae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1173] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:43:16 2026] GET /v2.0/networks/a3915734-9edc-4677-bb6f-e6e1dcc24ffe => generated 138 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1174] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:43:16 2026] POST /v2.0/ports => generated 928 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1175] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:16 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => 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: 565/1176] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/networks/a3915734-9edc-4677-bb6f-e6e1dcc24ffe => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:16.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-131bbd2d-237f-414f-a8e2-c8d1b09cf1aa 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1177] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/subnets/93aede9b-84ff-4b4c-bc2e-43455eddc70e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:16.522 7 INFO neutron.services.segments.plugin [-] Segment 1e8049a8-a744-49ef-bc3b-aa2afe482882 resource provider aggregate not found 2026-06-04 07:43:16.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4402e1dc-3d12-47e6-a142-c6f331934215 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1178] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/subnets/82810b17-c5c7-4488-95ee-eddff036a05e => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:16.541 7 INFO neutron.services.segments.plugin [-] Segment 1e8049a8-a744-49ef-bc3b-aa2afe482882 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8049a8-a744-49ef-bc3b-aa2afe482882 found for delete ", "request_id": "req-d3a3d3a1-d356-4a22-803d-f361ff5aa38b"}]} 2026-06-04 07:43:16.546 7 INFO neutron.services.segments.plugin [-] Segment 1e8049a8-a744-49ef-bc3b-aa2afe482882 resource provider aggregate not found 2026-06-04 07:43:16.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-caa443d0-e61d-4015-ab42-056f7c23b2e3 393235ed4b934aabba1601184fcf110c 7aae09a267114e98ac0a1f7223f1989a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1179] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/subnets/1326b9b5-9e16-4fd4-b0b0-317eebdbfcc8 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:16.566 7 INFO neutron.services.segments.plugin [-] Segment 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 resource provider aggregate not found 2026-06-04 07:43:16.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-eebdfa89-1ff2-4625-82a0-a0bb39e10f6d d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] TaaS: Handle Delete Port: 7769cc25-c044-483c-9612-61121023ce5b 2026-06-04 07:43:16.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eebdfa89-1ff2-4625-82a0-a0bb39e10f6d d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Tap Mirror: Handle Delete Port: 7769cc25-c044-483c-9612-61121023ce5b 2026-06-04 07:43:16.567 7 INFO neutron.services.segments.plugin [-] Segment 1e8049a8-a744-49ef-bc3b-aa2afe482882 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8049a8-a744-49ef-bc3b-aa2afe482882 found for delete ", "request_id": "req-f4cfe0e7-4493-457e-b978-fe5e091ad399"}]} 2026-06-04 07:43:16.586 7 INFO neutron.services.segments.plugin [-] Segment 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 resource provider aggregate not found 2026-06-04 07:43:16.588 7 INFO neutron.services.segments.plugin [-] Segment 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 found for delete ", "request_id": "req-954115fd-f47b-43ac-a9dd-670f92ab63c0"}]} 2026-06-04 07:43:16.599 7 INFO neutron.services.segments.plugin [-] Segment 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 085bee0d-6fe3-4af5-9f9a-6749a4e4bad9 found for delete ", "request_id": "req-9b9f91fe-0c9f-44bf-87b4-0c0c62b3cf62"}]} [pid: 8|app: 0|req: 612/1180] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/ports/7769cc25-c044-483c-9612-61121023ce5b => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:16.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d4d3685-33c8-4d94-a4e1-44464035bc92 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 569/1181] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:16 2026] GET /v2.0/ports/7769cc25-c044-483c-9612-61121023ce5b => 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: 570/1182] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:16 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => 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: 613/1183] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/subnets/718feace-15e5-4988-b085-34a7dde73efe => 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: 571/1184] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:16 2026] DELETE /v2.0/networks/e9287d00-68bf-4e5e-8c9b-b7fddf0f40a3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1185] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:43:17 2026] POST /v2.0/ports => generated 778 bytes in 328 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: 572/1186] 10.0.0.60 () {34 vars in 736 bytes} [Thu Jun 4 07:43:17 2026] PUT /v2.0/ports/33aa6969-9920-42d2-969a-ab8dd34900a5 => generated 752 bytes in 202 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: 573/1187] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:17.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-19b27b51-576c-4a95-8465-647ac51e726c d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] TaaS: Handle Delete Port: 33aa6969-9920-42d2-969a-ab8dd34900a5 2026-06-04 07:43:17.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b27b51-576c-4a95-8465-647ac51e726c d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Tap Mirror: Handle Delete Port: 33aa6969-9920-42d2-969a-ab8dd34900a5 [pid: 8|app: 0|req: 615/1188] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/security-groups?tenant_id=62611624f76e434f94e2f963238f6c63&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1189] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:43:17 2026] DELETE /v2.0/ports/33aa6969-9920-42d2-969a-ab8dd34900a5 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1190] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:17 2026] DELETE /v2.0/security-groups/b62f35d7-bb00-408d-9041-e19d09ddb96c => 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: 575/1191] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/ports => generated 782 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1192] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:17.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33ffb201-11e9-4de4-beb7-bccc1d057bed d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1193] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/ports/33aa6969-9920-42d2-969a-ab8dd34900a5 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1194] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1195] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/ports/8c47954d-801a-48b3-88bc-2547b83c651f => generated 779 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:17.989 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2bf3d5f6-8261-40d3-92bf-5aef7edd1497 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1196] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:43:17 2026] DELETE /v2.0/ports/7769cc25-c044-483c-9612-61121023ce5b => 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: 618/1197] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:17 2026] GET /v2.0/security-groups?tenant_id=d4d99b76a8fb4fb0a542904afe6471ae&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:18.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-861ae793-d5b5-49c3-866f-4169bc102289 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1198] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:17 2026] DELETE /v2.0/subnets/718feace-15e5-4988-b085-34a7dde73efe => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:18.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efd040af-1e98-4307-9a3a-414f8fc789b0 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1199] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:18 2026] DELETE /v2.0/subnets/5ad9c731-8c90-44a6-8a72-85ef8212c4b5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1200] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:18 2026] DELETE /v2.0/security-groups/ad58201f-40ed-4eab-9c60-f3c0f03d74b4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:18.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7fbbb45-e5d7-4058-9a4d-9bca53058fa8 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] TaaS: Handle Delete Port: 8c47954d-801a-48b3-88bc-2547b83c651f 2026-06-04 07:43:18.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7fbbb45-e5d7-4058-9a4d-9bca53058fa8 d260cd0ca28348a7aa749e2de88d2259 08e173d0c3ae4b468aa5023ad35aecc8 - - default default] Tap Mirror: Handle Delete Port: 8c47954d-801a-48b3-88bc-2547b83c651f [pid: 7|app: 0|req: 582/1201] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:43:18 2026] DELETE /v2.0/ports/8c47954d-801a-48b3-88bc-2547b83c651f => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1202] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:18 2026] GET /v2.0/security-groups?tenant_id=7aae09a267114e98ac0a1f7223f1989a&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:18.351 8 INFO neutron.services.segments.plugin [-] Segment 14413088-1af0-4c28-969d-698f70d573a0 resource provider aggregate not found 2026-06-04 07:43:18.355 8 INFO neutron.services.segments.plugin [-] Segment 14413088-1af0-4c28-969d-698f70d573a0 resource provider aggregate not found 2026-06-04 07:43:18.378 8 INFO neutron.services.segments.plugin [-] Segment 14413088-1af0-4c28-969d-698f70d573a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14413088-1af0-4c28-969d-698f70d573a0 found for delete ", "request_id": "req-1ec9f40a-8838-410a-a115-5e2e9243fede"}]} 2026-06-04 07:43:18.379 8 INFO neutron.services.segments.plugin [-] Segment 14413088-1af0-4c28-969d-698f70d573a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14413088-1af0-4c28-969d-698f70d573a0 found for delete ", "request_id": "req-c80f8606-cf80-4a9a-a53d-ee68adf2c750"}]} [pid: 8|app: 0|req: 620/1203] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:18 2026] DELETE /v2.0/networks/7b592fd0-9f15-4005-9bfd-085a3cc7e606 => 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: 584/1204] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:18 2026] DELETE /v2.0/security-groups/44865fdd-f9e2-403a-afff-50395403bf54 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:18.609 7 INFO neutron.services.segments.plugin [-] Segment edb60905-3f6d-402e-aee8-ece86e9ed08d resource provider aggregate not found 2026-06-04 07:43:18.618 7 INFO neutron.services.segments.plugin [-] Segment edb60905-3f6d-402e-aee8-ece86e9ed08d resource provider aggregate not found 2026-06-04 07:43:18.628 7 INFO neutron.services.segments.plugin [-] Segment edb60905-3f6d-402e-aee8-ece86e9ed08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edb60905-3f6d-402e-aee8-ece86e9ed08d found for delete ", "request_id": "req-0f648489-0a83-4535-8468-e0cb0be58cdf"}]} 2026-06-04 07:43:18.639 7 INFO neutron.services.segments.plugin [-] Segment edb60905-3f6d-402e-aee8-ece86e9ed08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edb60905-3f6d-402e-aee8-ece86e9ed08d found for delete ", "request_id": "req-67611393-2248-4aab-9de4-754af4619df7"}]} [pid: 8|app: 0|req: 621/1205] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:18 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => 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: 622/1206] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:18 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1207] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:18 2026] GET /v2.0/security-groups?tenant_id=08e173d0c3ae4b468aa5023ad35aecc8&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: 623/1208] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:19 2026] DELETE /v2.0/security-groups/bbb94b6a-1bf1-4dcf-96ae-70a435eb7ff5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1209] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:43:19 2026] GET /v2.0/networks?id=6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468 => generated 670 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1210] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:43:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bdd1458f7f64530913bef51a2a9a2bc => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1211] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:19 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1212] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:43:19 2026] POST /v2.0/ports => generated 958 bytes in 448 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: 588/1213] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:20 2026] GET /v2.0/ports?device_id=eba698a4-4e4a-48c2-9de0-5d7d38dfb698 => 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: 626/1214] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:43:20 2026] PUT /v2.0/ports/1f371320-80a1-4323-977d-9164bc111b18 => generated 1239 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:20.539 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f3e3981-6217-4b9f-921a-6c214cac9fa3'] response: {'name': 'network-changed', 'server_uuid': '0d667c0e-0ade-496a-8d73-50284d1f09d1', 'tag': '1f371320-80a1-4323-977d-9164bc111b18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 589/1215] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:20 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 627/1216] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:20 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&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: 628/1217] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:43:21 2026] GET /v2.0/ports?tenant_id=3bdd1458f7f64530913bef51a2a9a2bc&device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1218] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:43:21 2026] GET /v2.0/networks?tenant_id=3bdd1458f7f64530913bef51a2a9a2bc&shared=False => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1219] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:43:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:21.358 7 INFO neutron.db.segments_db [None req-e6a3f42a-e31e-4696-be88-b5cf75cccd90 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment 42dcf446-a255-4b8e-8dcb-59ce7638fc18 of type vxlan for network 0e6d4494-0688-487e-a962-c264f22d1091 [pid: 7|app: 0|req: 590/1220] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:20 2026] POST /v2.0/networks => generated 634 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:21.513 7 INFO neutron.db.segments_db [None req-af91e7f1-307c-4a83-8aa2-6e0073dbb460 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment e906407f-87a7-4712-bb89-44fd679f894e of type vxlan for network 6a3aaed0-d267-4c0b-a552-655ad59dfea5 [pid: 8|app: 0|req: 631/1221] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:21 2026] DELETE /v2.0/security-groups/477e8b6b-ffaf-4b9c-a392-846d42c31b3f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:21.530 8 INFO neutron.api.v2.resource [None req-2b388c6c-2848-409c-871d-ecd896d2734e e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 632/1222] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:43:21 2026] GET /v2.0/security-groups/477e8b6b-ffaf-4b9c-a392-846d42c31b3f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1223] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:21 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:21.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-912235b7-55a5-4781-86fd-2657e32a50b4 e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] TaaS: Handle Delete Port: 7a42deda-d02f-410e-bb10-dfaa6eb83479 2026-06-04 07:43:21.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-912235b7-55a5-4781-86fd-2657e32a50b4 e4d6454698434aa8a79d447fcd5483d6 ddd5aecd25694498829aff8dae41247a - - default default] Tap Mirror: Handle Delete Port: 7a42deda-d02f-410e-bb10-dfaa6eb83479 [pid: 8|app: 0|req: 633/1224] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:21 2026] DELETE /v2.0/floatingips/2110352f-2879-4df3-a6df-d987a76a9daf => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1225] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:21 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1226] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:21 2026] POST /v2.0/subnets => generated 655 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1227] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:22 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:22.238 7 INFO neutron.db.segments_db [None req-035397ce-9091-4d02-90ba-602a799d6668 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 of type vxlan for network d6df1816-62c4-418f-99a2-2290b7b08bb7 2026-06-04 07:43:22.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-0744cba4-d8a6-4904-ac49-1528a6e9b499 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: aa89a8ea-5277-4f8a-928f-d325e2eb6b23 2026-06-04 07:43:22.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0744cba4-d8a6-4904-ac49-1528a6e9b499 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: aa89a8ea-5277-4f8a-928f-d325e2eb6b23 2026-06-04 07:43:22.528 7 INFO neutron.db.l3_hamode_db [None req-035397ce-9091-4d02-90ba-602a799d6668 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:43:22.664 7 INFO neutron.db.l3_hamode_db [None req-035397ce-9091-4d02-90ba-602a799d6668 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1228] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:21 2026] PUT /v2.0/routers/0682f07b-94bd-409d-9357-43d2f8dcabda/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1229] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:22 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1230] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:43:22 2026] GET /v2.0/ports?tenant_id=3bdd1458f7f64530913bef51a2a9a2bc&device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:23.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1e09c92-2f2d-4854-83e8-07906f351539 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 28bd953b-ca6c-4ce1-994e-73f5c292adcc 2026-06-04 07:43:23.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1e09c92-2f2d-4854-83e8-07906f351539 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 28bd953b-ca6c-4ce1-994e-73f5c292adcc [pid: 7|app: 0|req: 595/1231] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:22 2026] POST /v2.0/routers => generated 511 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:23.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1e09c92-2f2d-4854-83e8-07906f351539 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: f51df331-b7bb-4333-b754-8ec89ada680a 2026-06-04 07:43:23.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1e09c92-2f2d-4854-83e8-07906f351539 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: f51df331-b7bb-4333-b754-8ec89ada680a 2026-06-04 07:43:23.680 7 INFO neutron.db.segments_db [None req-2f970892-4355-4282-9fe8-46a5dfaf2537 60dd1256badd4bf89e604d67ddea9507 a29464e0232444da82603b461b3460df - - default default] Added segment 227e2fd5-3dec-4eb8-886d-9c529e4e9dda of type vxlan for network 97e3684b-8006-477c-82ff-0b7e9d029456 [pid: 7|app: 0|req: 596/1232] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:23 2026] POST /v2.0/networks => generated 632 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1233] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:43:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1f371320-80a1-4323-977d-9164bc111b18 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:23.810 8 INFO neutron.services.segments.plugin [-] Segment a6fae0c7-32a4-47b2-9453-a7e84320b4da resource provider aggregate not found 2026-06-04 07:43:23.818 8 INFO neutron.services.segments.plugin [-] Segment a6fae0c7-32a4-47b2-9453-a7e84320b4da resource provider aggregate not found 2026-06-04 07:43:23.839 8 INFO neutron.services.segments.plugin [-] Segment a6fae0c7-32a4-47b2-9453-a7e84320b4da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fae0c7-32a4-47b2-9453-a7e84320b4da found for delete ", "request_id": "req-84008428-f6c3-49be-be45-62a8d2451059"}]} 2026-06-04 07:43:23.839 8 INFO neutron.services.segments.plugin [-] Segment a6fae0c7-32a4-47b2-9453-a7e84320b4da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fae0c7-32a4-47b2-9453-a7e84320b4da found for delete ", "request_id": "req-33b301d2-a48f-4e15-a1be-dcd00c40ae20"}]} 2026-06-04 07:43:23.850 8 INFO neutron.db.l3_hamode_db [None req-f1e09c92-2f2d-4854-83e8-07906f351539 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network c17f5a2f-f698-4954-9e25-43a76b90f330 was deleted as no HA routers are present in tenant ddd5aecd25694498829aff8dae41247a. [pid: 8|app: 0|req: 637/1234] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:22 2026] DELETE /v2.0/routers/0682f07b-94bd-409d-9357-43d2f8dcabda => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:23.914 8 INFO neutron.db.segments_db [None req-e68223d2-4d2a-4076-a8a3-79547fc0d7d5 60dd1256badd4bf89e604d67ddea9507 a29464e0232444da82603b461b3460df - - default default] Added segment 7f71506b-ff5e-43ff-b789-5538137e0208 of type vxlan for network fe0c0f97-db16-4c55-87fd-d0638985be53 [pid: 8|app: 0|req: 638/1235] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:23 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1236] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/subnets?id=f2b487ce-ec5c-41fc-a022-cfb88ae36d68 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1237] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:24 2026] DELETE /v2.0/subnets/08ec637f-a762-4871-af78-845e590cd216 => 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: 641/1238] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:24.350 8 INFO neutron.db.segments_db [None req-83544948-6019-4a9c-85d3-bbf41a717116 60dd1256badd4bf89e604d67ddea9507 a29464e0232444da82603b461b3460df - - default default] Added segment 29cfc6e9-d137-48e7-b5c3-e945293170c7 of type vxlan for network 098f0c77-6671-4706-b4da-e3d625bdc8ea [pid: 8|app: 0|req: 642/1239] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:24 2026] POST /v2.0/networks => generated 632 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1240] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/ports?network_id=6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:24.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-38993ff8-c526-4c39-8ca3-5eac47fa3961 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: e6a89446-bbb4-45db-b1a5-6724f9d72c5f 2026-06-04 07:43:24.613 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38993ff8-c526-4c39-8ca3-5eac47fa3961 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: e6a89446-bbb4-45db-b1a5-6724f9d72c5f [pid: 8|app: 0|req: 644/1241] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:24 2026] DELETE /v2.0/networks/82b70298-2508-415b-9cbc-18203c58a715 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1242] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1243] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:23 2026] PUT /v2.0/routers/bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:24.867 8 INFO neutron.db.segments_db [None req-567dc565-7e17-43eb-8fba-43ccbd4fa048 60dd1256badd4bf89e604d67ddea9507 a29464e0232444da82603b461b3460df - - default default] Added segment e8d8f23c-6f94-41a4-a43e-cb79de16861e of type vxlan for network 919c1f56-1f83-4a1b-8f4c-0da5b15cbfb2 [pid: 7|app: 0|req: 599/1244] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468?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: 600/1245] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/ports/58152f23-766b-4bf2-a817-69c362bb10d1 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1246] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:24 2026] POST /v2.0/networks => generated 631 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1247] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:43:24 2026] GET /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468?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) 2026-06-04 07:43:25.030 7 INFO neutron.db.segments_db [None req-eb19daf0-e4af-4ee8-b6c7-4a5714a9e242 60dd1256badd4bf89e604d67ddea9507 a29464e0232444da82603b461b3460df - - default default] Added segment a1bda8eb-e0da-403e-a2dc-315cb355e31c of type vxlan for network 5efd810c-8b41-488f-94ef-dff4ddc8a2d6 [pid: 7|app: 0|req: 602/1248] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:24 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1249] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/security-groups?tenant_id=ddd5aecd25694498829aff8dae41247a&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1250] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:25 2026] PUT /v2.0/networks/97e3684b-8006-477c-82ff-0b7e9d029456/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1251] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:25 2026] DELETE /v2.0/security-groups/474c16f2-28d1-42d9-a3aa-d144660dedf8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1252] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:25 2026] PUT /v2.0/networks/fe0c0f97-db16-4c55-87fd-d0638985be53/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: 607/1253] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:25 2026] PUT /v2.0/networks/098f0c77-6671-4706-b4da-e3d625bdc8ea/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1254] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:25 2026] PUT /v2.0/networks/919c1f56-1f83-4a1b-8f4c-0da5b15cbfb2/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1255] 10.0.0.60 () {32 vars in 665 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1256] 10.0.0.60 () {32 vars in 679 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1257] 10.0.0.60 () {32 vars in 675 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:25.864 8 INFO neutron.services.segments.plugin [-] Segment 35d74cdc-6775-4dad-adb4-50921f931253 resource provider aggregate not found 2026-06-04 07:43:25.871 8 INFO neutron.services.segments.plugin [-] Segment 35d74cdc-6775-4dad-adb4-50921f931253 resource provider aggregate not found 2026-06-04 07:43:25.885 8 INFO neutron.services.segments.plugin [-] Segment 35d74cdc-6775-4dad-adb4-50921f931253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35d74cdc-6775-4dad-adb4-50921f931253 found for delete ", "request_id": "req-8a93cc78-ffb7-4de1-84ae-9e8ad1aca61a"}]} 2026-06-04 07:43:25.897 8 INFO neutron.services.segments.plugin [-] Segment 35d74cdc-6775-4dad-adb4-50921f931253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35d74cdc-6775-4dad-adb4-50921f931253 found for delete ", "request_id": "req-bb8a7222-2c8e-4343-8c70-2f14666db1da"}]} [pid: 7|app: 0|req: 612/1258] 10.0.0.60 () {32 vars in 687 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1259] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1260] 10.0.0.60 () {32 vars in 673 bytes} [Thu Jun 4 07:43:25 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1261] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:26 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&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: 616/1262] 10.0.0.60 () {32 vars in 687 bytes} [Thu Jun 4 07:43:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1263] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:24 2026] PUT /v2.0/routers/bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1264] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:26 2026] GET /v2.0/ports/02477d5e-21dd-4b55-9988-c146fa0d7c51 => generated 967 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1265] 10.0.0.60 () {32 vars in 683 bytes} [Thu Jun 4 07:43:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1266] 10.0.0.60 () {32 vars in 695 bytes} [Thu Jun 4 07:43:26 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:26.526 7 INFO neutron.services.segments.plugin [-] Segment 227e2fd5-3dec-4eb8-886d-9c529e4e9dda resource provider aggregate not found 2026-06-04 07:43:26.529 7 INFO neutron.services.segments.plugin [-] Segment 227e2fd5-3dec-4eb8-886d-9c529e4e9dda resource provider aggregate not found 2026-06-04 07:43:26.551 7 INFO neutron.services.segments.plugin [-] Segment 227e2fd5-3dec-4eb8-886d-9c529e4e9dda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227e2fd5-3dec-4eb8-886d-9c529e4e9dda found for delete ", "request_id": "req-1adc8404-6e3f-4837-a9b7-95b2eb417c42"}]} 2026-06-04 07:43:26.554 7 INFO neutron.services.segments.plugin [-] Segment 227e2fd5-3dec-4eb8-886d-9c529e4e9dda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227e2fd5-3dec-4eb8-886d-9c529e4e9dda found for delete ", "request_id": "req-aa94f3d7-95b1-43ad-b54b-53e9ebd3d1e6"}]} [pid: 7|app: 0|req: 619/1267] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:26 2026] DELETE /v2.0/networks/97e3684b-8006-477c-82ff-0b7e9d029456 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:26.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa6d4d2-b973-4f86-a043-ca5cc2041da4 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 02477d5e-21dd-4b55-9988-c146fa0d7c51 2026-06-04 07:43:26.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa6d4d2-b973-4f86-a043-ca5cc2041da4 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 02477d5e-21dd-4b55-9988-c146fa0d7c51 [pid: 7|app: 0|req: 620/1268] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:26 2026] DELETE /v2.0/networks/fe0c0f97-db16-4c55-87fd-d0638985be53 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1269] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:26 2026] DELETE /v2.0/networks/098f0c77-6671-4706-b4da-e3d625bdc8ea => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1270] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:26 2026] DELETE /v2.0/networks/919c1f56-1f83-4a1b-8f4c-0da5b15cbfb2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1271] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:26 2026] PUT /v2.0/routers/bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c/remove_router_interface => generated 309 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1274] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:26 2026] DELETE /v2.0/networks/5efd810c-8b41-488f-94ef-dff4ddc8a2d6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:27.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d6f0a4c-de1a-41a4-b7a9-d600b7c5153f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 58152f23-766b-4bf2-a817-69c362bb10d1 2026-06-04 07:43:27.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d6f0a4c-de1a-41a4-b7a9-d600b7c5153f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 58152f23-766b-4bf2-a817-69c362bb10d1 2026-06-04 07:43:27.578 7 INFO neutron.db.segments_db [None req-7da77ab5-1ca4-44e6-83f6-7e5dda16c074 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 85601079-358a-41c7-b25e-a27d192547b4 of type vxlan for network 61ffd12d-8c24-451a-8716-d447d1495c2d [pid: 7|app: 0|req: 624/1275] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:43:27 2026] POST /v2.0/networks => generated 745 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1276] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:27 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1277] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:26 2026] PUT /v2.0/routers/bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1278] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:27 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1279] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:27 2026] GET /v2.0/ports?device_id=bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c => 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: 626/1280] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:27 2026] POST /v2.0/subnets => generated 692 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:28.001 7 INFO neutron.db.segments_db [None req-31ebe356-4f1a-44a3-970e-c2ddfd5803c7 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 6c0e26ee-785b-4c24-8580-c19f39bbb7ae of type vxlan for network f93f1a51-c439-4d78-8ea8-b2287e6662ef 2026-06-04 07:43:28.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-d00abf1a-05b6-414d-b7a2-375353a163de 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 47d5999f-9c2c-4f87-b0bd-a771efc0c3db 2026-06-04 07:43:28.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d00abf1a-05b6-414d-b7a2-375353a163de 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 47d5999f-9c2c-4f87-b0bd-a771efc0c3db 2026-06-04 07:43:28.429 7 INFO neutron.db.l3_hamode_db [None req-31ebe356-4f1a-44a3-970e-c2ddfd5803c7 1dde3fb1dfd04553a431f2594ae72b84 cebb66d48ef2496a9773e2cb11af2791 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:43:28.577 8 INFO neutron.services.segments.plugin [-] Segment 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 resource provider aggregate not found 2026-06-04 07:43:28.585 7 INFO neutron.services.segments.plugin [-] Segment 7f71506b-ff5e-43ff-b789-5538137e0208 resource provider aggregate not found 2026-06-04 07:43:28.596 8 INFO neutron.db.l3_hamode_db [None req-d00abf1a-05b6-414d-b7a2-375353a163de 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] HA network d6df1816-62c4-418f-99a2-2290b7b08bb7 was deleted as no HA routers are present in tenant 38f70de95b454d62bcafcbbf2e3876fd. 2026-06-04 07:43:28.600 7 INFO neutron.services.segments.plugin [-] Segment 7f71506b-ff5e-43ff-b789-5538137e0208 resource provider aggregate not found 2026-06-04 07:43:28.606 8 INFO neutron.services.segments.plugin [-] Segment 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 found for delete ", "request_id": "req-01492501-2e4a-4d37-a702-44a26fd9d37c"}]} 2026-06-04 07:43:28.607 8 INFO neutron.services.segments.plugin [-] Segment 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 resource provider aggregate not found [pid: 8|app: 0|req: 655/1281] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:27 2026] DELETE /v2.0/routers/bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c => generated 0 bytes in 674 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:28.630 7 INFO neutron.services.segments.plugin [-] Segment 7f71506b-ff5e-43ff-b789-5538137e0208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f71506b-ff5e-43ff-b789-5538137e0208 found for delete ", "request_id": "req-982e22dc-06bd-430a-a528-48e1123d0237"}]} 2026-06-04 07:43:28.635 7 INFO neutron.services.segments.plugin [-] Segment 7f71506b-ff5e-43ff-b789-5538137e0208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f71506b-ff5e-43ff-b789-5538137e0208 found for delete ", "request_id": "req-b227cd18-4ecc-4ab0-9407-9fe18a89b49e"}]} 2026-06-04 07:43:28.637 8 INFO neutron.services.segments.plugin [-] Segment 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c39b69-57a7-4dd9-81a1-e09a1b49ce68 found for delete ", "request_id": "req-23f7a600-7072-4b53-bb37-3e58ae5a489b"}]} 2026-06-04 07:43:28.660 7 INFO neutron.services.segments.plugin [-] Segment 29cfc6e9-d137-48e7-b5c3-e945293170c7 resource provider aggregate not found 2026-06-04 07:43:28.671 7 INFO neutron.services.segments.plugin [-] Segment 29cfc6e9-d137-48e7-b5c3-e945293170c7 resource provider aggregate not found 2026-06-04 07:43:28.688 7 INFO neutron.services.segments.plugin [-] Segment 29cfc6e9-d137-48e7-b5c3-e945293170c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29cfc6e9-d137-48e7-b5c3-e945293170c7 found for delete ", "request_id": "req-dd55f00f-5f7b-43d4-a675-c5bf616d295e"}]} 2026-06-04 07:43:28.699 7 INFO neutron.services.segments.plugin [-] Segment 29cfc6e9-d137-48e7-b5c3-e945293170c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29cfc6e9-d137-48e7-b5c3-e945293170c7 found for delete ", "request_id": "req-093039b5-f860-48ff-ab33-b885eabca74e"}]} 2026-06-04 07:43:28.704 7 INFO neutron.services.segments.plugin [-] Segment e8d8f23c-6f94-41a4-a43e-cb79de16861e resource provider aggregate not found 2026-06-04 07:43:28.722 7 INFO neutron.services.segments.plugin [-] Segment e8d8f23c-6f94-41a4-a43e-cb79de16861e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8d8f23c-6f94-41a4-a43e-cb79de16861e found for delete ", "request_id": "req-5e72b319-493e-4fa7-9e53-37707c374370"}]} 2026-06-04 07:43:28.728 7 INFO neutron.services.segments.plugin [-] Segment e8d8f23c-6f94-41a4-a43e-cb79de16861e resource provider aggregate not found 2026-06-04 07:43:28.744 7 INFO neutron.services.segments.plugin [-] Segment a1bda8eb-e0da-403e-a2dc-315cb355e31c resource provider aggregate not found 2026-06-04 07:43:28.752 7 INFO neutron.services.segments.plugin [-] Segment e8d8f23c-6f94-41a4-a43e-cb79de16861e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8d8f23c-6f94-41a4-a43e-cb79de16861e found for delete ", "request_id": "req-9485c733-3f6f-4eac-9ca2-eb2a70020442"}]} 2026-06-04 07:43:28.758 7 INFO neutron.services.segments.plugin [-] Segment a1bda8eb-e0da-403e-a2dc-315cb355e31c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1bda8eb-e0da-403e-a2dc-315cb355e31c found for delete ", "request_id": "req-727404b0-5339-4cb3-b568-850296142264"}]} 2026-06-04 07:43:28.770 7 INFO neutron.services.segments.plugin [-] Segment a1bda8eb-e0da-403e-a2dc-315cb355e31c resource provider aggregate not found 2026-06-04 07:43:28.788 7 INFO neutron.services.segments.plugin [-] Segment a1bda8eb-e0da-403e-a2dc-315cb355e31c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1bda8eb-e0da-403e-a2dc-315cb355e31c found for delete ", "request_id": "req-57337e99-0362-4b6f-8af6-968fa4c2a101"}]} [pid: 8|app: 0|req: 656/1282] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:28 2026] GET /v2.0/security-groups?tenant_id=d43c4555f7734b6d9118a5eb3d613a41&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1283] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:28 2026] DELETE /v2.0/subnets/4297e1a7-0e6f-4534-81a4-36a7ab49312d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1284] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:29 2026] DELETE /v2.0/security-groups/726c52a0-9830-4e43-93a1-5ba6e448c86f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1285] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:29 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1286] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:29 2026] DELETE /v2.0/subnets/e8aa3ca0-3ae8-4f19-bfc3-1d15d56504fd => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:29.359 7 INFO neutron.db.l3_hamode_db [None req-31ebe356-4f1a-44a3-970e-c2ddfd5803c7 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 661/1287] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:29 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1288] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:29 2026] GET /v2.0/security-groups?tenant_id=a29464e0232444da82603b461b3460df&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:29.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-88ebfbe1-f58d-4586-a1d7-66c4d8f72497 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 8ad84ded-7f80-4630-aa38-45a6422d0282 2026-06-04 07:43:29.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88ebfbe1-f58d-4586-a1d7-66c4d8f72497 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 8ad84ded-7f80-4630-aa38-45a6422d0282 [pid: 8|app: 0|req: 663/1289] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:29 2026] DELETE /v2.0/networks/6a3aaed0-d267-4c0b-a552-655ad59dfea5 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1290] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:29 2026] DELETE /v2.0/security-groups/fe5e1d57-83f0-4ef5-a4f6-e550c906e4c8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:30.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0fad6cf-a3ce-4753-bde8-ba28edc1d798 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 7c7d69b8-65a1-4a9e-8f3b-ed2b50db1407 2026-06-04 07:43:30.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0fad6cf-a3ce-4753-bde8-ba28edc1d798 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 7c7d69b8-65a1-4a9e-8f3b-ed2b50db1407 [pid: 8|app: 0|req: 665/1291] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:29 2026] DELETE /v2.0/networks/0e6d4494-0688-487e-a962-c264f22d1091 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1292] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:30 2026] GET /v2.0/security-groups?tenant_id=8fa6afb35e0d4938a48f160a9a133206&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1293] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:27 2026] POST /v2.0/routers => generated 732 bytes in 2501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:30.483 8 INFO neutron.db.segments_db [None req-6ac97762-67d5-4ed1-b4dd-a5e0818fd0d1 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment 4e64cc30-b48e-4c2e-8471-754aeafa1a38 of type vxlan for network aac7fa0d-c259-4fcb-b748-ab4157df09ac [pid: 7|app: 0|req: 628/1294] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:30 2026] DELETE /v2.0/security-groups/75742996-a068-45ae-9837-6d165b81b487 => 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: 667/1295] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:30 2026] POST /v2.0/networks => generated 634 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1296] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:30 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:30.643 8 INFO neutron.services.segments.plugin [-] Segment e906407f-87a7-4712-bb89-44fd679f894e resource provider aggregate not found 2026-06-04 07:43:30.677 8 INFO neutron.services.segments.plugin [-] Segment e906407f-87a7-4712-bb89-44fd679f894e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e906407f-87a7-4712-bb89-44fd679f894e found for delete ", "request_id": "req-6e217fcf-f881-4b45-93a2-8eea819b18a6"}]} 2026-06-04 07:43:30.687 8 INFO neutron.services.segments.plugin [-] Segment e906407f-87a7-4712-bb89-44fd679f894e resource provider aggregate not found 2026-06-04 07:43:30.710 8 INFO neutron.services.segments.plugin [-] Segment e906407f-87a7-4712-bb89-44fd679f894e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e906407f-87a7-4712-bb89-44fd679f894e found for delete ", "request_id": "req-2ca47e80-466b-45de-92bb-698e8023d1ad"}]} 2026-06-04 07:43:30.717 8 INFO neutron.services.segments.plugin [-] Segment 42dcf446-a255-4b8e-8dcb-59ce7638fc18 resource provider aggregate not found 2026-06-04 07:43:30.733 8 INFO neutron.services.segments.plugin [-] Segment 42dcf446-a255-4b8e-8dcb-59ce7638fc18 resource provider aggregate not found 2026-06-04 07:43:30.747 8 INFO neutron.services.segments.plugin [-] Segment 42dcf446-a255-4b8e-8dcb-59ce7638fc18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42dcf446-a255-4b8e-8dcb-59ce7638fc18 found for delete ", "request_id": "req-6271a7e8-2984-439a-ac07-a82f6df80371"}]} 2026-06-04 07:43:30.763 8 INFO neutron.services.segments.plugin [-] Segment 42dcf446-a255-4b8e-8dcb-59ce7638fc18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42dcf446-a255-4b8e-8dcb-59ce7638fc18 found for delete ", "request_id": "req-f82aecf9-435d-48e6-b44d-1a3e6f66e5ce"}]} [pid: 7|app: 0|req: 630/1297] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:30 2026] POST /v2.0/subnets => generated 646 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1298] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:30 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:31.050 7 INFO neutron.db.segments_db [None req-73d4ef43-3756-468e-a2c6-27ea9558e31f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment 250e3149-ce2a-4129-9271-033ddc17820f of type vxlan for network 8b9d39c0-ecaa-45c7-92ed-d9d8037d90ee 2026-06-04 07:43:31.346 7 INFO neutron.db.l3_hamode_db [None req-73d4ef43-3756-468e-a2c6-27ea9558e31f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:43:31.500 7 INFO neutron.db.l3_hamode_db [None req-73d4ef43-3756-468e-a2c6-27ea9558e31f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 668/1299] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:30 2026] PUT /v2.0/routers/a1fe17ce-bb05-473d-88b7-14704bd66a31/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1300] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:31 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1301] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:30 2026] POST /v2.0/routers => generated 510 bytes in 1170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1302] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:43:32 2026] POST /v2.0/ports => generated 963 bytes in 351 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-06-04 07:43:32.838 8 INFO neutron.db.l3_db [None req-36aeeedc-6fe2-44dd-b429-dd46ac1ee076 aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] Floating IP 0c15ee7f-cebd-4aba-9c7a-80fceb71ca32 associated. External IP: 10.96.250.214, port: 1f371320-80a1-4323-977d-9164bc111b18. [pid: 8|app: 0|req: 670/1303] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:43:31 2026] PUT /v2.0/floatingips/0c15ee7f-cebd-4aba-9c7a-80fceb71ca32 => generated 856 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1304] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/networks?id=61ffd12d-8c24-451a-8716-d447d1495c2d => generated 677 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1305] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => 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: 673/1306] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/quotas/cebb66d48ef2496a9773e2cb11af2791 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1307] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&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-06-04 07:43:33.427 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58ce0a51-9c35-410c-a711-9d840eac02f4'] response: {'name': 'network-changed', 'server_uuid': '0d667c0e-0ade-496a-8d73-50284d1f09d1', 'tag': '1f371320-80a1-4323-977d-9164bc111b18', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 675/1308] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/ports?tenant_id=cebb66d48ef2496a9773e2cb11af2791&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1309] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/networks/61ffd12d-8c24-451a-8716-d447d1495c2d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1310] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/networks/61ffd12d-8c24-451a-8716-d447d1495c2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1311] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1312] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:32 2026] PUT /v2.0/routers/6a0b67ba-f2ff-4793-823f-6e68e0535dbe/add_router_interface => generated 309 bytes in 1160 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: 635/1313] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&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: 636/1314] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 679/1315] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/ports/3bf6ab0d-7f96-48c0-bc10-9ce0a8e99c1e => generated 1037 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1316] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:43:33 2026] GET /v2.0/ports?tenant_id=3bdd1458f7f64530913bef51a2a9a2bc&device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1317] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/networks?id=6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468 => generated 766 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1318] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1f371320-80a1-4323-977d-9164bc111b18 => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1319] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/subnets?id=f2b487ce-ec5c-41fc-a022-cfb88ae36d68 => generated 688 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1320] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/ports?network_id=6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:34.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-fff528c5-edfa-432d-ac0d-0305f09bab48 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 3bf6ab0d-7f96-48c0-bc10-9ce0a8e99c1e 2026-06-04 07:43:34.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fff528c5-edfa-432d-ac0d-0305f09bab48 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 3bf6ab0d-7f96-48c0-bc10-9ce0a8e99c1e [pid: 8|app: 0|req: 685/1321] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1322] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1323] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:33 2026] PUT /v2.0/routers/6a0b67ba-f2ff-4793-823f-6e68e0535dbe/remove_router_interface => generated 309 bytes in 957 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: 638/1324] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1325] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:34.899 8 INFO neutron.api.v2.resource [None req-d458c9d8-c8e1-48ce-8275-8736a6e85505 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1326] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:34 2026] PUT /v2.0/routers/6a0b67ba-f2ff-4793-823f-6e68e0535dbe/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1327] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1328] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:34 2026] GET /v2.0/ports?device_id=6a0b67ba-f2ff-4793-823f-6e68e0535dbe => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:35.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e3bf2a1-1f75-49ef-97c8-1d51b0dd1e47 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 1461ebb8-7d98-474e-818e-60bb72f4f205 2026-06-04 07:43:35.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e3bf2a1-1f75-49ef-97c8-1d51b0dd1e47 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 1461ebb8-7d98-474e-818e-60bb72f4f205 2026-06-04 07:43:36.093 7 INFO neutron.services.segments.plugin [-] Segment 250e3149-ce2a-4129-9271-033ddc17820f resource provider aggregate not found 2026-06-04 07:43:36.108 7 INFO neutron.services.segments.plugin [-] Segment 250e3149-ce2a-4129-9271-033ddc17820f resource provider aggregate not found 2026-06-04 07:43:36.128 7 INFO neutron.services.segments.plugin [-] Segment 250e3149-ce2a-4129-9271-033ddc17820f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 250e3149-ce2a-4129-9271-033ddc17820f found for delete ", "request_id": "req-e8a40abe-e347-46a0-a927-c63bd92cf54d"}]} 2026-06-04 07:43:36.145 7 INFO neutron.services.segments.plugin [-] Segment 250e3149-ce2a-4129-9271-033ddc17820f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 250e3149-ce2a-4129-9271-033ddc17820f found for delete ", "request_id": "req-b1a6a537-be72-4592-b666-4ff3e132e488"}]} 2026-06-04 07:43:36.159 7 INFO neutron.db.l3_hamode_db [None req-2e3bf2a1-1f75-49ef-97c8-1d51b0dd1e47 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] HA network 8b9d39c0-ecaa-45c7-92ed-d9d8037d90ee was deleted as no HA routers are present in tenant 38f70de95b454d62bcafcbbf2e3876fd. [pid: 7|app: 0|req: 641/1329] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:34 2026] DELETE /v2.0/routers/6a0b67ba-f2ff-4793-823f-6e68e0535dbe => generated 0 bytes in 1216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1330] 10.0.0.60 () {34 vars in 677 bytes} [Thu Jun 4 07:43:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1331] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:36 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 643/1332] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:43:36 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => 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: 690/1333] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:36 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1334] 10.0.0.60 () {34 vars in 677 bytes} [Thu Jun 4 07:43:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1335] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:36 2026] GET /v2.0/security-groups?id=404fa533-14c7-472d-993c-06f4d1baa2dd&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1336] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:36 2026] DELETE /v2.0/subnets/d2dcbe72-6b0e-413c-b3ba-a7f55c6828d8 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:36.443 8 INFO neutron_taas.services.taas.taas_plugin [req-4cacc7d7-064f-4cb7-9405-7b5963ca496e req-ca023e5b-234d-48ff-85e4-b89ad867eb1d aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] TaaS: Handle Delete Port: 1f371320-80a1-4323-977d-9164bc111b18 2026-06-04 07:43:36.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4cacc7d7-064f-4cb7-9405-7b5963ca496e req-ca023e5b-234d-48ff-85e4-b89ad867eb1d aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] Tap Mirror: Handle Delete Port: 1f371320-80a1-4323-977d-9164bc111b18 [pid: 7|app: 0|req: 645/1337] 10.0.0.60 () {34 vars in 677 bytes} [Thu Jun 4 07:43:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:36.565 8 INFO neutron.db.l3_db [req-4cacc7d7-064f-4cb7-9405-7b5963ca496e req-ca023e5b-234d-48ff-85e4-b89ad867eb1d aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] Floating IP 0c15ee7f-cebd-4aba-9c7a-80fceb71ca32 disassociated. External IP: 10.96.250.214, port: 1f371320-80a1-4323-977d-9164bc111b18. [pid: 7|app: 0|req: 646/1338] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:36 2026] DELETE /v2.0/networks/aac7fa0d-c259-4fcb-b748-ab4157df09ac => 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: 647/1339] 10.0.0.60 () {34 vars in 677 bytes} [Thu Jun 4 07:43:36 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) 2026-06-04 07:43:36.703 7 INFO neutron.db.segments_db [None req-030e46b3-7711-44bc-aac4-2c504458a613 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment 74b92cd7-a85f-4212-a6ce-fda1bfaced61 of type vxlan for network 990f01c5-dc86-43b8-a53c-2f3a332be152 [pid: 7|app: 0|req: 648/1340] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:43:36 2026] POST /v2.0/networks => generated 633 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1341] 10.0.0.60 () {34 vars in 677 bytes} [Thu Jun 4 07:43:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1342] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:43:36 2026] DELETE /v2.0/ports/1f371320-80a1-4323-977d-9164bc111b18 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:37.007 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b25b8f5-d25a-471e-b3ce-c17243822312'] response: {'server_uuid': '0d667c0e-0ade-496a-8d73-50284d1f09d1', 'name': 'network-vif-deleted', 'tag': '1f371320-80a1-4323-977d-9164bc111b18', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 694/1343] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:36 2026] PUT /v2.0/policies/ec771ba5-3d6e-491b-a330-51e8d94592a5/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: 695/1344] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:37 2026] PUT /v2.0/policies/07117b39-353b-44fa-9a37-85cb38ac1ea7/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: 650/1345] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:36 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1346] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:37 2026] PUT /v2.0/policies/7e81c3da-ad1a-4c19-9d1f-e0095450ebc8/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1347] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:43:37 2026] PUT /v2.0/policies/34112c82-edc8-487a-8f5e-60ededc5d946/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:37.169 7 INFO neutron.db.segments_db [None req-a5b60506-1fbb-4994-9520-fa34d87d71fc 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment 3abd1e12-9503-4413-a653-dcdf7401c3ba of type vxlan for network 39bb95fb-300c-4339-a037-4fe195b94a04 [pid: 8|app: 0|req: 698/1348] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 699/1349] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:37.477 7 INFO neutron.db.l3_hamode_db [None req-a5b60506-1fbb-4994-9520-fa34d87d71fc 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:43:37.591 7 INFO neutron.db.l3_hamode_db [None req-a5b60506-1fbb-4994-9520-fa34d87d71fc 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1350] 10.0.0.60 () {32 vars in 673 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1351] 10.0.0.60 () {32 vars in 687 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1352] 10.0.0.60 () {32 vars in 683 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1353] 10.0.0.60 () {32 vars in 695 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1354] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1355] 10.0.0.60 () {32 vars in 695 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1356] 10.0.0.60 () {32 vars in 691 bytes} [Thu Jun 4 07:43:37 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1357] 10.0.0.60 () {32 vars in 703 bytes} [Thu Jun 4 07:43:38 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1358] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:43:38 2026] GET /v2.0/networks?id=61ffd12d-8c24-451a-8716-d447d1495c2d => generated 677 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:38.154 7 INFO neutron.services.segments.plugin [-] Segment 4e64cc30-b48e-4c2e-8471-754aeafa1a38 resource provider aggregate not found 2026-06-04 07:43:38.171 7 INFO neutron.services.segments.plugin [-] Segment 4e64cc30-b48e-4c2e-8471-754aeafa1a38 resource provider aggregate not found 2026-06-04 07:43:38.177 7 INFO neutron.services.segments.plugin [-] Segment 4e64cc30-b48e-4c2e-8471-754aeafa1a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e64cc30-b48e-4c2e-8471-754aeafa1a38 found for delete ", "request_id": "req-28c6a261-9427-4cb4-93f5-825899750825"}]} [pid: 8|app: 0|req: 709/1359] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:43:38 2026] DELETE /v2.0/qos/policies/ec771ba5-3d6e-491b-a330-51e8d94592a5 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:38.200 7 INFO neutron.services.segments.plugin [-] Segment 4e64cc30-b48e-4c2e-8471-754aeafa1a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e64cc30-b48e-4c2e-8471-754aeafa1a38 found for delete ", "request_id": "req-89f73bf8-3fea-42f7-bc87-2ddf88523916"}]} [pid: 7|app: 0|req: 651/1360] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:37 2026] POST /v2.0/routers => generated 511 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1361] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:43:38 2026] DELETE /v2.0/qos/policies/07117b39-353b-44fa-9a37-85cb38ac1ea7 => 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: 710/1362] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:43:38 2026] POST /v2.0/ports => generated 958 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 711/1363] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:43:38 2026] DELETE /v2.0/qos/policies/7e81c3da-ad1a-4c19-9d1f-e0095450ebc8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1364] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:38 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 961 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1365] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:38 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => 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: 714/1366] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:43:38 2026] PUT /v2.0/ports/a0c27ceb-9fd2-443d-809a-fd7c27635a56 => generated 1239 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:43:39.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1644f3b5-4cd7-416f-a795-433e76aa129a'] response: {'name': 'network-changed', 'server_uuid': '3b0ff481-5113-4ff1-98bb-8996dc61764e', 'tag': 'a0c27ceb-9fd2-443d-809a-fd7c27635a56', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 715/1367] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:43:39 2026] DELETE /v2.0/qos/policies/34112c82-edc8-487a-8f5e-60ededc5d946 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1368] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:39 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&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: 717/1369] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:43:39 2026] DELETE /v2.0/qos/policies/ecc57a8c-c9f7-43d8-a033-44f75a199ab1 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1370] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:38 2026] PUT /v2.0/routers/1c2f99e0-86a5-474b-acd1-a00bef1890ee/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1371] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:43:39 2026] GET /v2.0/ports/00044bd6-3185-406b-b891-cd6d0e012956 => generated 959 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1372] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:43:39 2026] GET /v2.0/ports?tenant_id=cebb66d48ef2496a9773e2cb11af2791&device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1373] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:43:39 2026] GET /v2.0/networks?tenant_id=cebb66d48ef2496a9773e2cb11af2791&shared=False => generated 773 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:39.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-558adf7c-4a89-42f6-aa7d-52f33f217596 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 00044bd6-3185-406b-b891-cd6d0e012956 [pid: 8|app: 0|req: 721/1374] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:39 2026] GET /v2.0/ports?device_id=0d667c0e-0ade-496a-8d73-50284d1f09d1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:39.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-558adf7c-4a89-42f6-aa7d-52f33f217596 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 00044bd6-3185-406b-b891-cd6d0e012956 [pid: 8|app: 0|req: 722/1375] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:43:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1376] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:39 2026] PUT /v2.0/routers/1c2f99e0-86a5-474b-acd1-a00bef1890ee/remove_router_interface => generated 309 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1377] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:40 2026] GET /v2.0/ports?device_id=1c2f99e0-86a5-474b-acd1-a00bef1890ee => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:40.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-74f5ebf1-4ff4-4df3-a0e7-e6e48aa72a0d 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: c2ba92f5-baef-4178-b17c-2478730bd17c 2026-06-04 07:43:40.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74f5ebf1-4ff4-4df3-a0e7-e6e48aa72a0d 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: c2ba92f5-baef-4178-b17c-2478730bd17c [pid: 8|app: 0|req: 724/1378] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:40 2026] GET /v2.0/security-groups?tenant_id=1906278d1b834b92bbcc30ef192eab61&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1379] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:40 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1380] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:40 2026] DELETE /v2.0/security-groups/04f6ee9d-59ef-4a4d-b5c6-d248484761fc => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1381] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:40 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:40.865 7 INFO neutron.services.segments.plugin [-] Segment 3abd1e12-9503-4413-a653-dcdf7401c3ba resource provider aggregate not found 2026-06-04 07:43:40.870 7 INFO neutron.services.segments.plugin [-] Segment 3abd1e12-9503-4413-a653-dcdf7401c3ba resource provider aggregate not found 2026-06-04 07:43:40.888 7 INFO neutron.services.segments.plugin [-] Segment 3abd1e12-9503-4413-a653-dcdf7401c3ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3abd1e12-9503-4413-a653-dcdf7401c3ba found for delete ", "request_id": "req-3ec469ba-a580-4b72-b51b-7ed48ec516be"}]} 2026-06-04 07:43:40.897 7 INFO neutron.services.segments.plugin [-] Segment 3abd1e12-9503-4413-a653-dcdf7401c3ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3abd1e12-9503-4413-a653-dcdf7401c3ba found for delete ", "request_id": "req-ad65b748-4666-4c96-b305-c0e7f66b4643"}]} 2026-06-04 07:43:40.903 7 INFO neutron.db.l3_hamode_db [None req-74f5ebf1-4ff4-4df3-a0e7-e6e48aa72a0d 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] HA network 39bb95fb-300c-4339-a037-4fe195b94a04 was deleted as no HA routers are present in tenant 38f70de95b454d62bcafcbbf2e3876fd. [pid: 7|app: 0|req: 655/1382] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:40 2026] DELETE /v2.0/routers/1c2f99e0-86a5-474b-acd1-a00bef1890ee => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1383] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:40 2026] GET /v2.0/security-groups?tenant_id=fbed17064e554616b5679078951a205d&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: 729/1384] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/ports?tenant_id=cebb66d48ef2496a9773e2cb11af2791&device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1385] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:40 2026] DELETE /v2.0/subnets/59058826-2394-415f-87dd-45bf193232ff => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1386] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:41 2026] DELETE /v2.0/security-groups/404fa533-14c7-472d-993c-06f4d1baa2dd => 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: 657/1387] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:41 2026] DELETE /v2.0/security-groups/4716ec35-ef7b-47e2-b3aa-5a1ac3ad8214 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1388] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a0c27ceb-9fd2-443d-809a-fd7c27635a56 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:41.242 7 INFO neutron.api.v2.resource [None req-071fc339-0947-4556-8d9a-b945f64fee54 aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1389] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/security-groups/404fa533-14c7-472d-993c-06f4d1baa2dd => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1390] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/subnets?id=8e8880f2-fce3-413b-98ff-4c63dfffdc3f => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:41.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a87e3bc-3f52-44d3-a047-927e33c8301a 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 624b87b1-9343-493e-a233-1afd9c316ae7 2026-06-04 07:43:41.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a87e3bc-3f52-44d3-a047-927e33c8301a 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 624b87b1-9343-493e-a233-1afd9c316ae7 2026-06-04 07:43:41.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa9d723d-e396-436b-8254-a67ef502616a aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] TaaS: Handle Delete Port: c91e6329-6669-4753-91a0-2aa141183f9e 2026-06-04 07:43:41.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa9d723d-e396-436b-8254-a67ef502616a aa5b45b213974b40b046683b6dd30c23 3bdd1458f7f64530913bef51a2a9a2bc - - default default] Tap Mirror: Handle Delete Port: c91e6329-6669-4753-91a0-2aa141183f9e 2026-06-04 07:43:41.523 8 INFO neutron.services.segments.plugin [-] Segment 74b92cd7-a85f-4212-a6ce-fda1bfaced61 resource provider aggregate not found 2026-06-04 07:43:41.533 8 INFO neutron.services.segments.plugin [-] Segment 74b92cd7-a85f-4212-a6ce-fda1bfaced61 resource provider aggregate not found 2026-06-04 07:43:41.549 8 INFO neutron.services.segments.plugin [-] Segment 74b92cd7-a85f-4212-a6ce-fda1bfaced61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74b92cd7-a85f-4212-a6ce-fda1bfaced61 found for delete ", "request_id": "req-25214219-fcb8-4034-98b7-62cfe0c9db0d"}]} 2026-06-04 07:43:41.555 8 INFO neutron.services.segments.plugin [-] Segment 74b92cd7-a85f-4212-a6ce-fda1bfaced61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74b92cd7-a85f-4212-a6ce-fda1bfaced61 found for delete ", "request_id": "req-54dda8e9-7c0b-4432-957e-aa2bbeb281fd"}]} [pid: 8|app: 0|req: 731/1391] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:41 2026] DELETE /v2.0/networks/990f01c5-dc86-43b8-a53c-2f3a332be152 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1392] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/ports?network_id=61ffd12d-8c24-451a-8716-d447d1495c2d&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1393] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:41 2026] DELETE /v2.0/floatingips/0c15ee7f-cebd-4aba-9c7a-80fceb71ca32 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:41.666 7 INFO neutron.db.segments_db [None req-12481d03-4112-45d8-8a87-d3c0947fd36f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Added segment fcdb9d32-134b-45d2-825b-1802f500c652 of type vxlan for network e3d10a85-d8fc-46ae-a328-55488b90950c [pid: 8|app: 0|req: 733/1394] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/security-groups?tenant_id=93c4b5c6775c46cebd46da985b2ad68e&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1395] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:43:41 2026] GET /v2.0/networks/61ffd12d-8c24-451a-8716-d447d1495c2d?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:41.932 7 INFO neutron.db.l3_hamode_db [None req-12481d03-4112-45d8-8a87-d3c0947fd36f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:43:42.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-28ea5af2-fcdd-4754-bf1e-b1f75702c457 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 465d8b13-27d2-4612-86e3-5d47b4a5c397 2026-06-04 07:43:42.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ea5af2-fcdd-4754-bf1e-b1f75702c457 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 465d8b13-27d2-4612-86e3-5d47b4a5c397 [pid: 8|app: 0|req: 735/1396] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:41 2026] PUT /v2.0/routers/607df2df-a95b-4086-ae97-6227288b445c/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1397] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:42 2026] DELETE /v2.0/security-groups/2c12185f-5a69-48fb-b16f-e88a8f833ff7 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:42.764 7 INFO neutron.db.l3_hamode_db [None req-12481d03-4112-45d8-8a87-d3c0947fd36f 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 737/1398] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:43:42 2026] GET /v2.0/networks/61ffd12d-8c24-451a-8716-d447d1495c2d?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: 738/1399] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:42 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:42.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7bcc866-6478-466a-a924-a4fd7babf5c6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 12806b33-f7c7-49ef-8c9a-682342124114 2026-06-04 07:43:42.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7bcc866-6478-466a-a924-a4fd7babf5c6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 12806b33-f7c7-49ef-8c9a-682342124114 2026-06-04 07:43:43.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7bcc866-6478-466a-a924-a4fd7babf5c6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: f6b9ee96-7165-466a-9206-9b9b1af0efc0 2026-06-04 07:43:43.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7bcc866-6478-466a-a924-a4fd7babf5c6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: f6b9ee96-7165-466a-9206-9b9b1af0efc0 2026-06-04 07:43:43.670 8 INFO neutron.services.segments.plugin [-] Segment 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 resource provider aggregate not found 2026-06-04 07:43:43.677 8 INFO neutron.services.segments.plugin [-] Segment 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 resource provider aggregate not found 2026-06-04 07:43:43.718 8 INFO neutron.services.segments.plugin [-] Segment 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 found for delete ", "request_id": "req-8cf2e25b-fa0d-44ce-ab13-63c642e79525"}]} 2026-06-04 07:43:43.722 8 INFO neutron.db.l3_hamode_db [None req-b7bcc866-6478-466a-a924-a4fd7babf5c6 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network e86a4b0e-bbfc-4dec-9a53-68a7f92a04d3 was deleted as no HA routers are present in tenant 3bdd1458f7f64530913bef51a2a9a2bc. [pid: 8|app: 0|req: 741/1402] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:42 2026] DELETE /v2.0/routers/607df2df-a95b-4086-ae97-6227288b445c => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:43.731 8 INFO neutron.services.segments.plugin [-] Segment 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 520c41a8-33c3-4f1b-b8a9-5910e6672fe1 found for delete ", "request_id": "req-aa0fcfdc-4f17-4506-934e-03493147480b"}]} [pid: 8|app: 0|req: 742/1403] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:43 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1404] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:41 2026] POST /v2.0/routers => generated 691 bytes in 2163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1405] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:43:43 2026] GET /v2.0/routers/1b58e780-ace1-45aa-8fec-c0a8ba047585 => generated 697 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1406] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:43 2026] DELETE /v2.0/subnets/f2b487ce-ec5c-41fc-a022-cfb88ae36d68 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1407] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:43:43 2026] GET /v2.0/routers => generated 700 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:43:44.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-e585ea2a-3aaa-482a-830f-03963d833774 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 5182f508-1a6d-4b6f-be92-47629d58d16e 2026-06-04 07:43:44.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e585ea2a-3aaa-482a-830f-03963d833774 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 5182f508-1a6d-4b6f-be92-47629d58d16e [pid: 8|app: 0|req: 744/1408] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:43 2026] DELETE /v2.0/networks/6bfb4f3d-7cb8-4cb2-bf5b-d1694b2a8468 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1409] 10.0.0.60 () {34 vars in 740 bytes} [Thu Jun 4 07:43:43 2026] PUT /v2.0/routers/1b58e780-ace1-45aa-8fec-c0a8ba047585 => generated 704 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1410] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:43:44 2026] GET /v2.0/routers/1b58e780-ace1-45aa-8fec-c0a8ba047585 => generated 704 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1411] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:44 2026] GET /v2.0/ports?device_id=1b58e780-ace1-45aa-8fec-c0a8ba047585 => 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: 666/1412] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:44 2026] GET /v2.0/security-groups?tenant_id=3bdd1458f7f64530913bef51a2a9a2bc&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1413] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:44 2026] DELETE /v2.0/security-groups/cc1275a8-579e-4ac0-8ac4-7335a97cddc1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:44.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5e83d5f-f322-44da-bd07-c4ddf5dec263 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 26f7f89e-aa80-402e-b5bf-be65cb598485 2026-06-04 07:43:44.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e83d5f-f322-44da-bd07-c4ddf5dec263 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 26f7f89e-aa80-402e-b5bf-be65cb598485 [pid: 7|app: 0|req: 668/1414] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:44 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 669/1415] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:44 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:45.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5e83d5f-f322-44da-bd07-c4ddf5dec263 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] TaaS: Handle Delete Port: 1d4368c1-9a69-4a8f-85c2-980040a130df 2026-06-04 07:43:45.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e83d5f-f322-44da-bd07-c4ddf5dec263 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] Tap Mirror: Handle Delete Port: 1d4368c1-9a69-4a8f-85c2-980040a130df 2026-06-04 07:43:45.402 8 INFO neutron.db.l3_hamode_db [None req-e5e83d5f-f322-44da-bd07-c4ddf5dec263 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] HA network e3d10a85-d8fc-46ae-a328-55488b90950c was deleted as no HA routers are present in tenant 38f70de95b454d62bcafcbbf2e3876fd. [pid: 8|app: 0|req: 747/1416] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:44 2026] DELETE /v2.0/routers/1b58e780-ace1-45aa-8fec-c0a8ba047585 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1417] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:45 2026] GET /v2.0/ports?device_id=1b58e780-ace1-45aa-8fec-c0a8ba047585 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:45.466 8 INFO neutron.api.v2.resource [None req-e79d7165-a79b-4baa-9e48-41d327f54bf4 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 748/1418] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/routers/1b58e780-ace1-45aa-8fec-c0a8ba047585 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1419] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:45 2026] GET /v2.0/ports?device_id=1c2f99e0-86a5-474b-acd1-a00bef1890ee => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:45.514 8 INFO neutron.api.v2.resource [None req-bd7b48a0-62cc-457d-8327-a489d7333d8b 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1420] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/routers/1c2f99e0-86a5-474b-acd1-a00bef1890ee => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:45.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b2f330d-8c1e-405b-b7fd-a934a3248f8b 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1421] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/subnets/59058826-2394-415f-87dd-45bf193232ff => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1422] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:45 2026] GET /v2.0/ports?device_id=6a0b67ba-f2ff-4793-823f-6e68e0535dbe => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:45.593 7 INFO neutron.api.v2.resource [None req-3f03cbee-7838-45e6-8596-0a171b45a245 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1423] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/routers/6a0b67ba-f2ff-4793-823f-6e68e0535dbe => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:45.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a67162ac-dc41-4942-9974-5dae0b975262 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 751/1424] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/subnets/d2dcbe72-6b0e-413c-b3ba-a7f55c6828d8 => 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: 674/1425] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:43:45 2026] GET /v2.0/ports?device_id=bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:45.668 8 INFO neutron.api.v2.resource [None req-de3dc75d-7cf5-4ec4-8778-3480d391bf39 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1426] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/routers/bb2d7fda-f8b0-4fa5-b63e-343cd9df5f6c => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:45.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-959d27a1-0fb6-47ab-a5a7-cb10dd4f1674 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 675/1427] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/subnets/4297e1a7-0e6f-4534-81a4-36a7ab49312d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:45.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-274f6aaf-9623-441e-a6e8-4a8f4542a8d7 370f583dad93497180b66cd484f26b11 38f70de95b454d62bcafcbbf2e3876fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1428] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:45 2026] DELETE /v2.0/subnets/e8aa3ca0-3ae8-4f19-bfc3-1d15d56504fd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:43:45.742 8 INFO neutron.services.segments.plugin [-] Segment 96c4d904-3fa6-4487-bf91-94724198b4d3 resource provider aggregate not found 2026-06-04 07:43:45.750 8 INFO neutron.services.segments.plugin [-] Segment 96c4d904-3fa6-4487-bf91-94724198b4d3 resource provider aggregate not found 2026-06-04 07:43:45.767 8 INFO neutron.services.segments.plugin [-] Segment 96c4d904-3fa6-4487-bf91-94724198b4d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c4d904-3fa6-4487-bf91-94724198b4d3 found for delete ", "request_id": "req-aa4f1dda-68ad-4e90-9a77-37dc0ec8bccd"}]} 2026-06-04 07:43:45.774 8 INFO neutron.services.segments.plugin [-] Segment 96c4d904-3fa6-4487-bf91-94724198b4d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c4d904-3fa6-4487-bf91-94724198b4d3 found for delete ", "request_id": "req-0e8adfd5-f30c-41e7-a601-50c12e126259"}]} 2026-06-04 07:43:45.781 8 INFO neutron.services.segments.plugin [-] Segment fcdb9d32-134b-45d2-825b-1802f500c652 resource provider aggregate not found 2026-06-04 07:43:45.789 8 INFO neutron.services.segments.plugin [-] Segment fcdb9d32-134b-45d2-825b-1802f500c652 resource provider aggregate not found 2026-06-04 07:43:45.795 8 INFO neutron.services.segments.plugin [-] Segment fcdb9d32-134b-45d2-825b-1802f500c652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcdb9d32-134b-45d2-825b-1802f500c652 found for delete ", "request_id": "req-5954d75f-7170-4a93-9a9f-8ee836a0f1b2"}]} 2026-06-04 07:43:45.805 8 INFO neutron.services.segments.plugin [-] Segment fcdb9d32-134b-45d2-825b-1802f500c652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcdb9d32-134b-45d2-825b-1802f500c652 found for delete ", "request_id": "req-61ada993-c886-4b4c-839f-b9cf477be51d"}]} [pid: 8|app: 0|req: 754/1429] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:46 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1430] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:46 2026] GET /v2.0/security-groups?tenant_id=38f70de95b454d62bcafcbbf2e3876fd&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1431] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:46 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1432] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:46 2026] DELETE /v2.0/security-groups/676acc16-f667-4c87-a7e3-9feb06eb8864 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:47.036 8 INFO neutron.db.segments_db [None req-35511fc6-b070-4ada-9ce6-b477a67195eb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 4e009e85-df31-40c5-93bb-0f82ba86548e of type vxlan for network 6159a810-aa66-4456-8501-335e5be7d604 [pid: 8|app: 0|req: 756/1433] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:43:46 2026] POST /v2.0/networks => generated 743 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1434] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:47 2026] POST /v2.0/subnets => generated 690 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:47.478 7 INFO neutron.db.segments_db [None req-b5e769f3-5f63-4e98-8ed2-804331c4e0aa 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 80871382-4281-4db7-b3c3-6ebb32a2185f of type vxlan for network 815fcc0c-f58a-4f2e-aa8a-7d7196c38903 [pid: 8|app: 0|req: 757/1435] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:43:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1436] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:47 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1437] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:43:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1438] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:47 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:47.789 7 INFO neutron.db.l3_hamode_db [None req-b5e769f3-5f63-4e98-8ed2-804331c4e0aa 1dde3fb1dfd04553a431f2594ae72b84 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1439] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:43:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1440] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:43:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1441] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:43:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1442] 10.0.0.60 () {34 vars in 766 bytes} [Thu Jun 4 07:43:48 2026] PUT /v2.0/security-groups/25087397-b2ad-4c53-a2d2-ddd09aa6f47f/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1443] 10.0.0.60 () {34 vars in 766 bytes} [Thu Jun 4 07:43:48 2026] PUT /v2.0/security-groups/b8c5afea-d9a9-4739-8800-7b7507b4358e/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: 766/1444] 10.0.0.60 () {34 vars in 766 bytes} [Thu Jun 4 07:43:48 2026] PUT /v2.0/security-groups/f0bbdc66-a3d9-4d33-a951-ab9591043555/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1445] 10.0.0.60 () {34 vars in 766 bytes} [Thu Jun 4 07:43:48 2026] PUT /v2.0/security-groups/eccf4e7f-adff-4eb7-b061-2dd905becbab/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1446] 10.0.0.60 () {32 vars in 679 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1447] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1448] 10.0.0.60 () {32 vars in 689 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1449] 10.0.0.60 () {32 vars in 701 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1450] 10.0.0.60 () {32 vars in 687 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1451] 10.0.0.60 () {32 vars in 701 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:48.810 7 INFO neutron.db.l3_hamode_db [None req-b5e769f3-5f63-4e98-8ed2-804331c4e0aa 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 774/1452] 10.0.0.60 () {32 vars in 697 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1453] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1454] 10.0.0.60 () {32 vars in 709 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1455] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:48 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&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: 8|app: 0|req: 778/1456] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:48 2026] DELETE /v2.0/security-groups/25087397-b2ad-4c53-a2d2-ddd09aa6f47f => 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: 779/1457] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:49 2026] DELETE /v2.0/security-groups/b8c5afea-d9a9-4739-8800-7b7507b4358e => 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: 780/1458] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:49 2026] DELETE /v2.0/security-groups/f0bbdc66-a3d9-4d33-a951-ab9591043555 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1459] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:49 2026] DELETE /v2.0/security-groups/eccf4e7f-adff-4eb7-b061-2dd905becbab => 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: 782/1460] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:49 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 783/1461] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:49 2026] DELETE /v2.0/security-groups/fa8a12ba-81dd-411c-805f-e30e2d3ff358 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1462] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:49 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1463] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:43:47 2026] POST /v2.0/routers => generated 730 bytes in 2411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1464] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:50 2026] GET /v2.0/security-groups?tenant_id=4bd790e3430942a4b53557774824b828&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1465] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:50 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1466] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:50 2026] DELETE /v2.0/security-groups/991b905f-53e8-4a7d-b1ac-5276b60bf2d9 => 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: 683/1467] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:51 2026] GET /v2.0/security-groups?id=aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd&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: 8|app: 0|req: 785/1468] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:43:49 2026] PUT /v2.0/routers/641aa1ff-383b-44f3-ac63-9ba6a28fbeff/add_router_interface => generated 309 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1469] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:51 2026] GET /v2.0/security-groups?tenant_id=e00543ddb9f848119d96c5e4f92b3fc1&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: 786/1470] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:51 2026] DELETE /v2.0/security-groups/7b4ad920-82a0-4275-9a43-ac30f700c2d1 => 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: 685/1471] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:51 2026] GET /v2.0/security-groups?tenant_id=85f92fc3046e4e76b98e4081c316e095&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1472] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:43:51 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1473] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:51 2026] DELETE /v2.0/security-groups/9ee9f6d1-044b-42a6-9072-761a1f6622f0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:51.967 7 INFO neutron_taas.services.taas.taas_plugin [req-272cb72b-7602-413e-b700-dd906d73666c req-35b60920-ee36-4b4d-a57c-108a93bf33cb a3c85f0e40ef4f3088e2e9a056326536 cebb66d48ef2496a9773e2cb11af2791 - - default default] TaaS: Handle Delete Port: a0c27ceb-9fd2-443d-809a-fd7c27635a56 2026-06-04 07:43:51.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-272cb72b-7602-413e-b700-dd906d73666c req-35b60920-ee36-4b4d-a57c-108a93bf33cb a3c85f0e40ef4f3088e2e9a056326536 cebb66d48ef2496a9773e2cb11af2791 - - default default] Tap Mirror: Handle Delete Port: a0c27ceb-9fd2-443d-809a-fd7c27635a56 [pid: 8|app: 0|req: 788/1474] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:43:51 2026] POST /v2.0/security-groups => generated 1661 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1475] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:43:51 2026] DELETE /v2.0/ports/a0c27ceb-9fd2-443d-809a-fd7c27635a56 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:43:52.220 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e12ce737-81d0-4ce6-8a08-9227c29ed0f0'] response: {'server_uuid': '3b0ff481-5113-4ff1-98bb-8996dc61764e', 'name': 'network-vif-deleted', 'tag': 'a0c27ceb-9fd2-443d-809a-fd7c27635a56', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 688/1476] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:43:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1477] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:52 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 690/1478] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:43:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1479] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:52 2026] GET /v2.0/security-groups?tenant_id=a1d8d250697c45fe80e669d5dc3351ff&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1480] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:52 2026] DELETE /v2.0/security-groups/60fb6cbb-e08a-4f67-b5ce-e0650db04b8e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1481] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:52 2026] GET /v2.0/security-groups?tenant_id=20ccfc13dda443adaf2350cb187b8081&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1482] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:52 2026] DELETE /v2.0/security-groups/6a3e827f-26e5-4d53-8504-cc35cdd6a5be => 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: 691/1483] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:52 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1484] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1485] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1714724992&fields=id&tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1486] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/networks?id=6159a810-aa66-4456-8501-335e5be7d604 => generated 675 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1487] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/quotas/d8d2701ae71d4f7aace73f4a0d75fe09 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1488] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/ports?tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1489] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1490] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:43:53 2026] GET /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1491] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:54 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 797/1492] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:54 2026] GET /v2.0/ports?device_id=3b0ff481-5113-4ff1-98bb-8996dc61764e => 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: 696/1493] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:55 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:43:56.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7b593e8-2415-462e-8bb3-11e55f76ef66 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 613d27f7-dd3b-4af2-a2d1-d8fd2e6055df 2026-06-04 07:43:56.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7b593e8-2415-462e-8bb3-11e55f76ef66 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 613d27f7-dd3b-4af2-a2d1-d8fd2e6055df [pid: 7|app: 0|req: 697/1494] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:56 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 798/1495] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:43:55 2026] PUT /v2.0/routers/a1fe17ce-bb05-473d-88b7-14704bd66a31/remove_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1496] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1497] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:56 2026] GET /v2.0/security-groups?tenant_id=b3bc872b929943238b4db342735ef627&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1498] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:57.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6cdd55c-7906-4c31-b9f4-5e96764490fb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: ba67b979-1963-4f4b-8c88-19e2171f1c19 2026-06-04 07:43:57.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6cdd55c-7906-4c31-b9f4-5e96764490fb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: ba67b979-1963-4f4b-8c88-19e2171f1c19 [pid: 8|app: 0|req: 801/1499] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:57 2026] DELETE /v2.0/security-groups/3c360fe5-68f3-4ac0-9c6a-0b23fe9025c6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1502] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1503] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:43:57.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6cdd55c-7906-4c31-b9f4-5e96764490fb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 6a91d252-237f-444b-bed4-9e506495ba26 2026-06-04 07:43:57.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6cdd55c-7906-4c31-b9f4-5e96764490fb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 6a91d252-237f-444b-bed4-9e506495ba26 [pid: 8|app: 0|req: 806/1504] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:43:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1505] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:43:57 2026] PUT /v2.0/subnetpools/6f898c0c-b201-449d-a251-8528630a5c94/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1506] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:43:57 2026] PUT /v2.0/subnetpools/74f8c20e-b1f4-488b-a7ae-cc49335571f1/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1507] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 810/1508] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:43:57 2026] PUT /v2.0/subnetpools/cd532464-2b0c-4774-8b53-fcdb7726c389/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1509] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:43:57 2026] PUT /v2.0/subnetpools/2c5b33d5-0d47-40ac-8613-684d601bd840/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1510] 10.0.0.60 () {32 vars in 671 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1511] 10.0.0.60 () {32 vars in 685 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:57.727 7 INFO neutron.services.segments.plugin [-] Segment 6c0e26ee-785b-4c24-8580-c19f39bbb7ae resource provider aggregate not found 2026-06-04 07:43:57.734 7 INFO neutron.services.segments.plugin [-] Segment 6c0e26ee-785b-4c24-8580-c19f39bbb7ae resource provider aggregate not found [pid: 8|app: 0|req: 814/1512] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:57.752 7 INFO neutron.services.segments.plugin [-] Segment 6c0e26ee-785b-4c24-8580-c19f39bbb7ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0e26ee-785b-4c24-8580-c19f39bbb7ae found for delete ", "request_id": "req-d9addf3a-a1fb-4cc3-b89a-b030da196d66"}]} 2026-06-04 07:43:57.753 7 INFO neutron.services.segments.plugin [-] Segment 6c0e26ee-785b-4c24-8580-c19f39bbb7ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0e26ee-785b-4c24-8580-c19f39bbb7ae found for delete ", "request_id": "req-73c55bff-80dd-4e74-b52a-cf9e68a38651"}]} 2026-06-04 07:43:57.761 7 INFO neutron.db.l3_hamode_db [None req-c6cdd55c-7906-4c31-b9f4-5e96764490fb 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network f93f1a51-c439-4d78-8ea8-b2287e6662ef was deleted as no HA routers are present in tenant cebb66d48ef2496a9773e2cb11af2791. [pid: 7|app: 0|req: 699/1513] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:56 2026] DELETE /v2.0/routers/a1fe17ce-bb05-473d-88b7-14704bd66a31 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1514] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1515] 10.0.0.60 () {32 vars in 679 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1516] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1517] 10.0.0.60 () {32 vars in 689 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1518] 10.0.0.60 () {32 vars in 701 bytes} [Thu Jun 4 07:43:57 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1519] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:43:57 2026] DELETE /v2.0/subnets/8e8880f2-fce3-413b-98ff-4c63dfffdc3f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1520] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:57 2026] DELETE /v2.0/subnetpools/6f898c0c-b201-449d-a251-8528630a5c94 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1521] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:58 2026] DELETE /v2.0/subnetpools/74f8c20e-b1f4-488b-a7ae-cc49335571f1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:58.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-63155d8f-b7a8-4ba6-a0bb-58e944bd9390 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: e3117ab8-947c-46bc-acfb-a7c5b98f0df0 2026-06-04 07:43:58.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63155d8f-b7a8-4ba6-a0bb-58e944bd9390 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: e3117ab8-947c-46bc-acfb-a7c5b98f0df0 [pid: 8|app: 0|req: 822/1522] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:58 2026] DELETE /v2.0/subnetpools/cd532464-2b0c-4774-8b53-fcdb7726c389 => 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: 823/1523] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:58 2026] DELETE /v2.0/subnetpools/2c5b33d5-0d47-40ac-8613-684d601bd840 => 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: 824/1524] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:43:58 2026] DELETE /v2.0/subnetpools/e70e9f41-e37e-4e6a-ba0c-3907a0d2080a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1525] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:43:57 2026] DELETE /v2.0/networks/61ffd12d-8c24-451a-8716-d447d1495c2d => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1526] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:43:58 2026] GET /v2.0/networks?id=6159a810-aa66-4456-8501-335e5be7d604 => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1527] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:43:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1528] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:58 2026] GET /v2.0/security-groups?tenant_id=cebb66d48ef2496a9773e2cb11af2791&name=default => 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: 704/1529] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:58 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 705/1530] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:58 2026] DELETE /v2.0/security-groups/aa7d4b50-2f1e-491a-94c5-58ec3da0e3fd => 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: 826/1531] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:43:58 2026] POST /v2.0/ports => generated 954 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 706/1532] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:43:58 2026] PUT /v2.0/ports/edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e => generated 1235 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:43:59.449 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70bef55e-6063-4a09-b23d-761bcefc8972'] response: {'name': 'network-changed', 'server_uuid': '87752e5d-9311-4ca2-b5f2-e45b91f34822', 'tag': 'edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 827/1533] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:59 2026] GET /v2.0/security-groups?tenant_id=50d0db28303c4f86a418650666577762&name=default => generated 2925 bytes in 285 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: 707/1534] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:43:59 2026] DELETE /v2.0/security-groups/ea39a503-5864-4ea8-9ee1-163b7686b0db => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:43:59.778 7 INFO neutron.services.segments.plugin [-] Segment 85601079-358a-41c7-b25e-a27d192547b4 resource provider aggregate not found 2026-06-04 07:43:59.782 7 INFO neutron.services.segments.plugin [-] Segment 85601079-358a-41c7-b25e-a27d192547b4 resource provider aggregate not found 2026-06-04 07:43:59.794 7 INFO neutron.services.segments.plugin [-] Segment 85601079-358a-41c7-b25e-a27d192547b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85601079-358a-41c7-b25e-a27d192547b4 found for delete ", "request_id": "req-5d843b71-f443-464c-886b-ada309288156"}]} 2026-06-04 07:43:59.798 7 INFO neutron.services.segments.plugin [-] Segment 85601079-358a-41c7-b25e-a27d192547b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85601079-358a-41c7-b25e-a27d192547b4 found for delete ", "request_id": "req-cd45b1b9-2278-4c06-b481-3b398bb3f454"}]} [pid: 8|app: 0|req: 828/1535] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:43:59 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1536] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:43:59 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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: 709/1537] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:43:59 2026] GET /v2.0/ports?tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09&device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1538] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:43:59 2026] GET /v2.0/security-groups?tenant_id=8ea5ffe5e2874a3a80ec5bc9c2777615&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1539] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:44:00 2026] GET /v2.0/networks?tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09&shared=False => generated 771 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1540] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:44:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1541] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:00 2026] DELETE /v2.0/security-groups/796f3732-638c-4152-ac87-a6a91d527241 => 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: 712/1542] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:00 2026] GET /v2.0/security-groups?tenant_id=204e37418d1146918648e735df36afa7&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1543] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:00 2026] DELETE /v2.0/security-groups/9af4193f-50d7-4a25-9d83-cafb5b9288ee => 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: 832/1544] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:00 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1545] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:00 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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: 713/1546] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:00 2026] GET /v2.0/security-groups?tenant_id=2982dec1cb704cafb4b9e68a4b16b066&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1547] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:44:01 2026] GET /v2.0/ports?tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09&device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1548] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1549] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:44:01 2026] GET /v2.0/subnets?id=a41f6ac6-525d-43cc-84e7-a4f1d2cf017a => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1550] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:44:01 2026] GET /v2.0/ports?network_id=6159a810-aa66-4456-8501-335e5be7d604&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: 714/1551] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:01 2026] DELETE /v2.0/security-groups/258bcba1-ffb1-4825-9c16-a1732f5d70bd => 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: 838/1552] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:44:01 2026] GET /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1553] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:44:01 2026] GET /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1554] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:02 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1555] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:02 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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: 717/1556] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:03 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1557] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:03 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:03.590 8 INFO neutron.db.segments_db [None req-2e590e7f-9378-414a-8cdd-d865d0bdbd77 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment fe9a4b9b-7393-48e9-bb4e-72efa555407b of type vxlan for network c6b0832c-f544-4591-b43b-9683802fa192 [pid: 8|app: 0|req: 840/1558] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:44:03 2026] POST /v2.0/networks => generated 741 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1559] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:03 2026] POST /v2.0/subnets => generated 688 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:03.938 8 INFO neutron.db.segments_db [None req-58cca8b5-58e3-4dfe-b066-e7a91ec00042 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 0578be5a-558f-40d2-8262-ba6b7fdce468 of type vxlan for network 40912e29-964e-4c5a-83f5-25785d55d454 2026-06-04 07:44:04.232 8 INFO neutron.db.l3_hamode_db [None req-58cca8b5-58e3-4dfe-b066-e7a91ec00042 1dde3fb1dfd04553a431f2594ae72b84 ac3296c2d8944a0dae516a6c7700bdf1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 720/1560] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:04 2026] GET /v2.0/security-groups?tenant_id=3b9e0fea22344606b0bba2892776361d&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:44:04.634 7 INFO neutron.db.segments_db [None req-8d35feb2-8ae3-4ac6-8f6d-32f03839b999 0e535a3bc92c414094a4b3bdc76507bd 96c589d3e7c946b9a2450e9203bdf67c - - default default] Added segment 3c9d00a7-8faa-43c0-a60d-fd470964805e of type vxlan for network 254e7f9a-b9e7-458c-9fbf-7b07c7cc1901 [pid: 7|app: 0|req: 721/1561] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:04 2026] POST /v2.0/networks => generated 632 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1562] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:04 2026] DELETE /v2.0/security-groups/5b8c3f69-6b66-4cd8-8916-c92ff948d9d5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1563] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:04 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:05.054 8 INFO neutron.db.l3_hamode_db [None req-58cca8b5-58e3-4dfe-b066-e7a91ec00042 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 724/1564] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:44:04 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 725/1565] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:05 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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: 726/1566] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:05 2026] GET /v2.0/security-groups?tenant_id=4ca23f8f66ea463987fb63bce7c7046c&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1567] 10.0.0.60 () {34 vars in 746 bytes} [Thu Jun 4 07:44:05 2026] PUT /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 728/1568] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:05 2026] DELETE /v2.0/security-groups/f2e6bb76-7fe4-4bfa-a5ef-50ef09787c6c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1569] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:05 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 730/1570] 10.0.0.60 () {34 vars in 757 bytes} [Thu Jun 4 07:44:05 2026] PUT /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 731/1571] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:05 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 732/1572] 10.0.0.60 () {34 vars in 753 bytes} [Thu Jun 4 07:44:05 2026] PUT /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 733/1573] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:05 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1574] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:03 2026] POST /v2.0/routers => generated 728 bytes in 2190 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: 734/1575] 10.0.0.60 () {34 vars in 775 bytes} [Thu Jun 4 07:44:06 2026] PUT /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/black.or.white => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 735/1576] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 736/1577] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 737/1578] 10.0.0.60 () {34 vars in 746 bytes} [Thu Jun 4 07:44:06 2026] PUT /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 37 bytes in 68 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: 738/1579] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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: 739/1580] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 740/1581] 10.0.0.60 () {32 vars in 734 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/red => generated 0 bytes in 56 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: 741/1582] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:06.667 7 INFO neutron.api.v2.resource [None req-bfeb16ac-7407-4e6f-8383-9700363c3103 0e535a3bc92c414094a4b3bdc76507bd 96c589d3e7c946b9a2450e9203bdf67c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1583] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:06 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/green => generated 99 bytes in 65 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, ' 2026-06-04 07:44:07.037 7 INFO neutron.db.l3_db [None req-4d5b3b66-f41f-4c51-a8d5-252228b3b946 b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] Floating IP a5adaa45-c232-40a1-a8e3-9e202b0e4b83 associated. External IP: 10.96.250.210, port: edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e. [pid: 8|app: 0|req: 842/1584] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:44:06 2026] PUT /v2.0/routers/aa5f02fc-4b06-4cb9-ab73-bfc32cae2f98/add_router_interface => generated 309 bytes in 1206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1585] 10.0.0.60 () {32 vars in 737 bytes} [Thu Jun 4 07:44:07 2026] DELETE /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/red => generated 0 bytes in 99 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: 743/1586] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:44:06 2026] PUT /v2.0/floatingips/a5adaa45-c232-40a1-a8e3-9e202b0e4b83 => generated 855 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:07.448 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fda96c64-e687-4858-886c-5fb6bd04bd12'] response: {'name': 'network-changed', 'server_uuid': '87752e5d-9311-4ca2-b5f2-e45b91f34822', 'tag': 'edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 844/1587] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:07 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 30 bytes in 94 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: 744/1588] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:07 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:07.585 8 INFO neutron.api.v2.resource [None req-e01159cc-7682-4000-ac49-4f611e7e31b2 0e535a3bc92c414094a4b3bdc76507bd 96c589d3e7c946b9a2450e9203bdf67c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1589] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:44:07 2026] DELETE /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1590] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:07 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&fields=id&fields=name => generated 114 bytes in 48 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: 846/1591] 10.0.0.60 () {32 vars in 729 bytes} [Thu Jun 4 07:44:07 2026] DELETE /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 0 bytes in 73 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: 847/1592] 10.0.0.60 () {32 vars in 726 bytes} [Thu Jun 4 07:44:07 2026] GET /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd/tags => generated 12 bytes in 71 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-06-04 07:44:07.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a8c7e92-c95c-4f65-9aff-5e61d6143718 0e535a3bc92c414094a4b3bdc76507bd 96c589d3e7c946b9a2450e9203bdf67c - - default default] TaaS: Handle Delete Port: e0c078b8-e3c4-46cc-b60c-25ad491ccdcd 2026-06-04 07:44:07.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a8c7e92-c95c-4f65-9aff-5e61d6143718 0e535a3bc92c414094a4b3bdc76507bd 96c589d3e7c946b9a2450e9203bdf67c - - default default] Tap Mirror: Handle Delete Port: e0c078b8-e3c4-46cc-b60c-25ad491ccdcd [pid: 8|app: 0|req: 848/1593] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:44:07 2026] DELETE /v2.0/ports/e0c078b8-e3c4-46cc-b60c-25ad491ccdcd => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:08.025 7 INFO neutron.db.segments_db [None req-dabc5741-e312-469f-8a7f-4fee41136b25 30f531d7ad9647a3a7045fd80de339a4 1cecbc819c714efda64c95be8c1fd8ba - - default default] Added segment a241456d-53a8-47f1-a59e-6e700e5277b9 of type vxlan for network 0352a3d9-3e4d-4668-b949-7ba3f54431de [pid: 8|app: 0|req: 849/1594] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:07 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1595] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:07 2026] POST /v2.0/networks => generated 647 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:08.174 8 INFO neutron.services.segments.plugin [-] Segment 3c9d00a7-8faa-43c0-a60d-fd470964805e resource provider aggregate not found [pid: 7|app: 0|req: 747/1596] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/ports?tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09&device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:44:08.182 8 INFO neutron.services.segments.plugin [-] Segment 3c9d00a7-8faa-43c0-a60d-fd470964805e resource provider aggregate not found [pid: 7|app: 0|req: 748/1597] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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: 850/1598] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:08 2026] DELETE /v2.0/networks/254e7f9a-b9e7-458c-9fbf-7b07c7cc1901 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:08.213 8 INFO neutron.services.segments.plugin [-] Segment 3c9d00a7-8faa-43c0-a60d-fd470964805e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c9d00a7-8faa-43c0-a60d-fd470964805e found for delete ", "request_id": "req-5ca0dd16-27e9-4bcc-88e3-09bdbea25dfc"}]} 2026-06-04 07:44:08.214 8 INFO neutron.services.segments.plugin [-] Segment 3c9d00a7-8faa-43c0-a60d-fd470964805e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c9d00a7-8faa-43c0-a60d-fd470964805e found for delete ", "request_id": "req-88fbc706-cfbf-4825-bed6-58bac151c747"}]} [pid: 7|app: 0|req: 749/1599] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/networks?id=6159a810-aa66-4456-8501-335e5be7d604 => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1600] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1601] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/subnets?id=a41f6ac6-525d-43cc-84e7-a4f1d2cf017a => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1602] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/ports?network_id=6159a810-aa66-4456-8501-335e5be7d604&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: 751/1603] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604?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: 853/1604] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:44:08 2026] GET /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1605] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:08 2026] POST /v2.0/subnets => generated 673 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:09.046 8 INFO neutron.db.segments_db [None req-12124727-aaab-43a2-b969-e5264e82dc9e 30f531d7ad9647a3a7045fd80de339a4 1cecbc819c714efda64c95be8c1fd8ba - - default default] Added segment 910735dc-306a-4f6e-aee9-f5297bea4a7b of type vxlan for network 1b83cd49-2dc5-4655-a96b-983247f56203 [pid: 8|app: 0|req: 854/1606] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:08 2026] POST /v2.0/networks => generated 648 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1607] 10.0.0.60 () {34 vars in 742 bytes} [Thu Jun 4 07:44:09 2026] PUT /v2.0/networks/1b83cd49-2dc5-4655-a96b-983247f56203 => generated 592 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1608] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 753/1609] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/security-groups?tenant_id=c568c0bfb23d44d1bc76ced1074e302d&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1610] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1611] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:09 2026] DELETE /v2.0/security-groups/83c61218-eff6-4520-ba0d-2bb722d77e67 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1612] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:09 2026] POST /v2.0/subnets => generated 646 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1613] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/security-groups?tenant_id=96c589d3e7c946b9a2450e9203bdf67c&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1614] 10.0.0.60 () {34 vars in 740 bytes} [Thu Jun 4 07:44:09 2026] PUT /v2.0/subnets/931fdbfb-0945-474b-8836-f5569969582f => generated 656 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1615] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:09 2026] DELETE /v2.0/security-groups/e0dd51be-876a-48dc-a62c-89f66cf3c1fe => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1616] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/networks?id=c6b0832c-f544-4591-b43b-9683802fa192 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1617] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/quotas/ac3296c2d8944a0dae516a6c7700bdf1 => 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: 760/1618] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:44:09 2026] GET /v2.0/ports?tenant_id=ac3296c2d8944a0dae516a6c7700bdf1&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1619] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:09 2026] DELETE /v2.0/networks/1b83cd49-2dc5-4655-a96b-983247f56203 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:10.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33b62be8-ead1-482f-9714-0be4a4abae0d 30f531d7ad9647a3a7045fd80de339a4 1cecbc819c714efda64c95be8c1fd8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1620] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:10 2026] DELETE /v2.0/networks/1b83cd49-2dc5-4655-a96b-983247f56203 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1621] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/networks/c6b0832c-f544-4591-b43b-9683802fa192?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: 861/1622] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1623] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/networks/c6b0832c-f544-4591-b43b-9683802fa192?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1624] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/subnets?network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:10.244 8 INFO neutron.services.segments.plugin [-] Segment 910735dc-306a-4f6e-aee9-f5297bea4a7b resource provider aggregate not found 2026-06-04 07:44:10.256 8 INFO neutron.services.segments.plugin [-] Segment 910735dc-306a-4f6e-aee9-f5297bea4a7b resource provider aggregate not found 2026-06-04 07:44:10.263 8 INFO neutron.services.segments.plugin [-] Segment 910735dc-306a-4f6e-aee9-f5297bea4a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 910735dc-306a-4f6e-aee9-f5297bea4a7b found for delete ", "request_id": "req-81e9c7fe-4013-4adb-988e-d128386d3a9f"}]} [pid: 7|app: 0|req: 763/1625] 10.0.0.60 () {32 vars in 652 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-04 07:44:10.280 8 INFO neutron.services.segments.plugin [-] Segment 910735dc-306a-4f6e-aee9-f5297bea4a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 910735dc-306a-4f6e-aee9-f5297bea4a7b found for delete ", "request_id": "req-f964ad34-b36d-4823-bb62-0f7fa1337953"}]} [pid: 8|app: 0|req: 863/1626] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/networks => generated 1312 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1627] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/subnets => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1628] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 764/1629] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1630] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/networks/0352a3d9-3e4d-4668-b949-7ba3f54431de => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1631] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/subnets/62f25cb4-eb85-4e37-b74f-c3fd7fd73442 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1632] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:10.529 7 INFO neutron_taas.services.taas.taas_plugin [req-a4007fa9-cfae-4692-8b15-e332799845dd req-36f46637-8919-4f74-9bd5-f5c527838f1a b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] TaaS: Handle Delete Port: edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e 2026-06-04 07:44:10.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cde6c68-5140-41e3-8ba6-3c7a9e758309 30f531d7ad9647a3a7045fd80de339a4 1cecbc819c714efda64c95be8c1fd8ba - - default default] DELETE failed (client error): The resource could not be found. 2026-06-04 07:44:10.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a4007fa9-cfae-4692-8b15-e332799845dd req-36f46637-8919-4f74-9bd5-f5c527838f1a b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] Tap Mirror: Handle Delete Port: edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e [pid: 8|app: 0|req: 869/1633] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:10 2026] DELETE /v2.0/subnets/931fdbfb-0945-474b-8836-f5569969582f => 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: 870/1634] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:10 2026] GET /v2.0/security-groups?id=d34c8b67-965f-46b5-9165-1514d33c53f8&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-06-04 07:44:10.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a57ef5a-7cca-4710-aca3-7484a21674f9 30f531d7ad9647a3a7045fd80de339a4 1cecbc819c714efda64c95be8c1fd8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 871/1635] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:10 2026] DELETE /v2.0/networks/1b83cd49-2dc5-4655-a96b-983247f56203 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:44:10.678 7 INFO neutron.db.l3_db [req-a4007fa9-cfae-4692-8b15-e332799845dd req-36f46637-8919-4f74-9bd5-f5c527838f1a b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] Floating IP a5adaa45-c232-40a1-a8e3-9e202b0e4b83 disassociated. External IP: 10.96.250.210, port: edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e. [pid: 8|app: 0|req: 872/1636] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:10 2026] DELETE /v2.0/subnets/62f25cb4-eb85-4e37-b74f-c3fd7fd73442 => 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: 873/1637] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:10 2026] DELETE /v2.0/networks/0352a3d9-3e4d-4668-b949-7ba3f54431de => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1638] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:44:10 2026] DELETE /v2.0/ports/edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e => generated 0 bytes in 628 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:11.089 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e028c05e-c766-42b7-87ad-00964be6aa21'] response: {'server_uuid': '87752e5d-9311-4ca2-b5f2-e45b91f34822', 'name': 'network-vif-deleted', 'tag': 'edc0d4c2-4e20-4f5c-98b2-7396b2a15c9e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 766/1639] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:11 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1640] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:11 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 874/1641] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:11 2026] GET /v2.0/security-groups?tenant_id=1cecbc819c714efda64c95be8c1fd8ba&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1642] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:11 2026] DELETE /v2.0/security-groups/a945fe2c-118d-46bd-933f-e7b5e43c6bcc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:12.287 8 INFO neutron.services.segments.plugin [-] Segment a241456d-53a8-47f1-a59e-6e700e5277b9 resource provider aggregate not found 2026-06-04 07:44:12.300 8 INFO neutron.services.segments.plugin [-] Segment a241456d-53a8-47f1-a59e-6e700e5277b9 resource provider aggregate not found 2026-06-04 07:44:12.305 8 INFO neutron.services.segments.plugin [-] Segment a241456d-53a8-47f1-a59e-6e700e5277b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a241456d-53a8-47f1-a59e-6e700e5277b9 found for delete ", "request_id": "req-59ed1af3-50d2-4bb4-b696-1ce93dbc5abf"}]} 2026-06-04 07:44:12.323 8 INFO neutron.services.segments.plugin [-] Segment a241456d-53a8-47f1-a59e-6e700e5277b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a241456d-53a8-47f1-a59e-6e700e5277b9 found for delete ", "request_id": "req-c5e85d1a-6dd2-47e2-bce7-9d1d039ffd0f"}]} [pid: 7|app: 0|req: 770/1645] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:12 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 876/1646] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:12 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:13.751 7 INFO neutron.db.segments_db [None req-c35ef748-4b0e-4579-a412-37baeeec68ec 52abdc504a294a7eb50c3565390f1ffa d21d2d8a7f524f34983747273c637354 - - default default] Added segment 52f5db69-6975-496f-a2ff-4133cbad91c4 of type vxlan for network 53e83e74-ab4c-42aa-8c31-aff00690a77b [pid: 8|app: 0|req: 877/1647] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:44:13 2026] POST /v2.0/subnetpools => generated 548 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1648] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:13 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 879/1649] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:44:13 2026] GET /v2.0/subnetpools/36af2b22-f82c-43e0-96ae-08a25631ed7d => generated 548 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1650] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:13 2026] POST /v2.0/networks => generated 630 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1651] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:13 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 880/1652] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:44:13 2026] PUT /v2.0/subnetpools/36af2b22-f82c-43e0-96ae-08a25631ed7d => generated 501 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:13.922 7 INFO neutron.db.segments_db [None req-fd3942e0-c323-4cd9-95fd-06a5e4554cb4 52abdc504a294a7eb50c3565390f1ffa d21d2d8a7f524f34983747273c637354 - - default default] Added segment 282e5430-1454-40a0-9d6f-a8cb811bb699 of type vxlan for network 7056a0fe-7568-44da-9bf8-b4cc84d89d51 [pid: 8|app: 0|req: 881/1653] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:44:13 2026] DELETE /v2.0/subnetpools/36af2b22-f82c-43e0-96ae-08a25631ed7d => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:13.938 8 INFO neutron.api.v2.resource [None req-af7453e0-27a4-427b-937d-344ec31542b4 b1f4f5e388794828bc51e558af63d7cd 934a5440d2384c36a649aad8167fd080 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1654] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:44:13 2026] GET /v2.0/subnetpools/36af2b22-f82c-43e0-96ae-08a25631ed7d => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:44:13.958 8 INFO neutron.api.v2.resource [None req-95b26804-6ee8-4bdd-b4ad-c8b10308c8ab b1f4f5e388794828bc51e558af63d7cd 934a5440d2384c36a649aad8167fd080 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1655] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:44:13 2026] DELETE /v2.0/subnetpools/36af2b22-f82c-43e0-96ae-08a25631ed7d => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1656] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:13 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1657] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:44:14 2026] PUT /v2.0/networks/53e83e74-ab4c-42aa-8c31-aff00690a77b/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1658] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/networks/53e83e74-ab4c-42aa-8c31-aff00690a77b/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1659] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:44:14 2026] PUT /v2.0/networks/7056a0fe-7568-44da-9bf8-b4cc84d89d51/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1660] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/networks/7056a0fe-7568-44da-9bf8-b4cc84d89d51/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: 886/1661] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:44:14 2026] PUT /v2.0/networks/7056a0fe-7568-44da-9bf8-b4cc84d89d51/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1662] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/networks/7056a0fe-7568-44da-9bf8-b4cc84d89d51/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1663] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/networks/53e83e74-ab4c-42aa-8c31-aff00690a77b/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:14.642 7 INFO neutron.services.segments.plugin [-] Segment 52f5db69-6975-496f-a2ff-4133cbad91c4 resource provider aggregate not found 2026-06-04 07:44:14.650 7 INFO neutron.services.segments.plugin [-] Segment 52f5db69-6975-496f-a2ff-4133cbad91c4 resource provider aggregate not found 2026-06-04 07:44:14.659 7 INFO neutron.services.segments.plugin [-] Segment 52f5db69-6975-496f-a2ff-4133cbad91c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52f5db69-6975-496f-a2ff-4133cbad91c4 found for delete ", "request_id": "req-8a75e72a-4e21-47dc-8715-26811b8999c8"}]} 2026-06-04 07:44:14.674 7 INFO neutron.services.segments.plugin [-] Segment 52f5db69-6975-496f-a2ff-4133cbad91c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52f5db69-6975-496f-a2ff-4133cbad91c4 found for delete ", "request_id": "req-2b273ab1-d2e2-4ce2-b836-05c7a0538c15"}]} [pid: 7|app: 0|req: 777/1664] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:14 2026] DELETE /v2.0/networks/53e83e74-ab4c-42aa-8c31-aff00690a77b => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1665] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/security-groups?tenant_id=934a5440d2384c36a649aad8167fd080&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1666] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:14 2026] DELETE /v2.0/networks/7056a0fe-7568-44da-9bf8-b4cc84d89d51 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1667] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:14 2026] DELETE /v2.0/security-groups/75d73ca2-3281-4041-9258-bebf4e1e5ecd => 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: 779/1668] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 890/1669] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:14 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 780/1670] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:15 2026] GET /v2.0/security-groups?tenant_id=d21d2d8a7f524f34983747273c637354&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1671] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:15 2026] DELETE /v2.0/security-groups/ad135edd-72f0-42b5-97b7-fc5b6b3e792a => 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: 781/1672] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:15 2026] GET /v2.0/security-groups?tenant_id=9700b867c88d41f0a2d3f62789cf6a82&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1673] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:15 2026] DELETE /v2.0/security-groups/626e1778-98a9-492e-9d13-aa5c80bedf19 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1674] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:15 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 893/1675] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:16 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1676] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:44:16 2026] GET /v2.0/networks?id=c6b0832c-f544-4591-b43b-9683802fa192 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1677] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:44:16 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) 2026-06-04 07:44:16.682 7 INFO neutron.services.segments.plugin [-] Segment 282e5430-1454-40a0-9d6f-a8cb811bb699 resource provider aggregate not found 2026-06-04 07:44:16.698 7 INFO neutron.services.segments.plugin [-] Segment 282e5430-1454-40a0-9d6f-a8cb811bb699 resource provider aggregate not found 2026-06-04 07:44:16.706 7 INFO neutron.services.segments.plugin [-] Segment 282e5430-1454-40a0-9d6f-a8cb811bb699 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 282e5430-1454-40a0-9d6f-a8cb811bb699 found for delete ", "request_id": "req-c7f2a80a-8bf7-45b8-85f4-a7ce9d87b965"}]} 2026-06-04 07:44:16.720 7 INFO neutron.services.segments.plugin [-] Segment 282e5430-1454-40a0-9d6f-a8cb811bb699 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 282e5430-1454-40a0-9d6f-a8cb811bb699 found for delete ", "request_id": "req-2eeba7df-4ff6-4b4e-b3b4-22eabbf10af7"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 895/1678] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1679] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:44:16 2026] PUT /v2.0/ports/80d3be94-d0e1-4b67-b510-97294f5ffe81 => generated 1239 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1680] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:17.125 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94bc326e-7e76-49e9-ba74-3af7c7540fd3'] response: {'name': 'network-changed', 'server_uuid': '9cbae1bc-2d6c-4978-aebb-db1761071eda', 'tag': '80d3be94-d0e1-4b67-b510-97294f5ffe81', '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: 785/1681] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/ports?device_id=87752e5d-9311-4ca2-b5f2-e45b91f34822 => 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: 897/1682] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/security-groups?tenant_id=5929d326ab154669961e9afabb5f6c87&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1683] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:17 2026] DELETE /v2.0/security-groups/b61b90e2-fed2-4781-b62b-1486fdc747b4 => 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: 898/1684] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/ports?tenant_id=ac3296c2d8944a0dae516a6c7700bdf1&device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1685] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/networks?tenant_id=ac3296c2d8944a0dae516a6c7700bdf1&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1686] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:44:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1687] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1688] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&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: 789/1689] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:18 2026] DELETE /v2.0/security-groups/d34c8b67-965f-46b5-9165-1514d33c53f8 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:18.425 8 INFO neutron.api.v2.resource [None req-6ef56fb5-49e9-4598-9fca-e81c1b578294 b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1690] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/security-groups/d34c8b67-965f-46b5-9165-1514d33c53f8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:44:18.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5755fcb-e7aa-4033-8c52-bfdd38c7757f b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] TaaS: Handle Delete Port: 459550b4-f709-44d6-920c-545d63be13b4 2026-06-04 07:44:18.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5755fcb-e7aa-4033-8c52-bfdd38c7757f b156edf9bbaa4e6e9df4b9304ed92490 d8d2701ae71d4f7aace73f4a0d75fe09 - - default default] Tap Mirror: Handle Delete Port: 459550b4-f709-44d6-920c-545d63be13b4 [pid: 7|app: 0|req: 790/1691] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:44:18 2026] DELETE /v2.0/floatingips/a5adaa45-c232-40a1-a8e3-9e202b0e4b83 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1692] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/ports?tenant_id=ac3296c2d8944a0dae516a6c7700bdf1&device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1693] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=80d3be94-d0e1-4b67-b510-97294f5ffe81 => 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: 793/1694] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/subnets?id=be3de37a-9075-44c5-8e7d-5836b312da67 => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1695] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/ports?network_id=c6b0832c-f544-4591-b43b-9683802fa192&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: 795/1696] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:44:18 2026] GET /v2.0/networks/c6b0832c-f544-4591-b43b-9683802fa192?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: 796/1697] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:44:19 2026] GET /v2.0/networks/c6b0832c-f544-4591-b43b-9683802fa192?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1698] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:19 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1699] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:19 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:19.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-2af46b45-718b-4e85-a345-ab400bf8616c 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 39d8527b-15b5-4fa6-bcdc-d49214a1280a 2026-06-04 07:44:19.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2af46b45-718b-4e85-a345-ab400bf8616c 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 39d8527b-15b5-4fa6-bcdc-d49214a1280a [pid: 7|app: 0|req: 799/1700] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:19 2026] GET /v2.0/security-groups?tenant_id=ea023cdd5e0d44ad8b8516d6fde099b8&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1701] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:19 2026] DELETE /v2.0/security-groups/61eeed5d-91f9-47ce-a732-f0acbe077379 => 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: 902/1702] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:44:18 2026] PUT /v2.0/routers/641aa1ff-383b-44f3-ac63-9ba6a28fbeff/remove_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1703] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:20 2026] GET /v2.0/security-groups?tenant_id=bc167a15a00d46c190b285f4b559a188&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1704] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:20 2026] DELETE /v2.0/security-groups/cdf05b73-3326-4880-8f1b-22ddd99a84ab => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:20.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-bee19b24-c8fe-49f7-9e3d-4e9f2bd3d5a5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 961c4d5d-5f1c-4494-8f8d-3cb052c46ff4 2026-06-04 07:44:20.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bee19b24-c8fe-49f7-9e3d-4e9f2bd3d5a5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 961c4d5d-5f1c-4494-8f8d-3cb052c46ff4 [pid: 7|app: 0|req: 803/1705] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:20 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1706] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:20 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:20.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-bee19b24-c8fe-49f7-9e3d-4e9f2bd3d5a5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 9e23b48c-fac6-4c0e-a691-dbc0d248a8e9 2026-06-04 07:44:20.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bee19b24-c8fe-49f7-9e3d-4e9f2bd3d5a5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 9e23b48c-fac6-4c0e-a691-dbc0d248a8e9 2026-06-04 07:44:21.115 8 INFO neutron.services.segments.plugin [-] Segment 80871382-4281-4db7-b3c3-6ebb32a2185f resource provider aggregate not found 2026-06-04 07:44:21.118 8 INFO neutron.services.segments.plugin [-] Segment 80871382-4281-4db7-b3c3-6ebb32a2185f resource provider aggregate not found 2026-06-04 07:44:21.140 8 INFO neutron.services.segments.plugin [-] Segment 80871382-4281-4db7-b3c3-6ebb32a2185f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80871382-4281-4db7-b3c3-6ebb32a2185f found for delete ", "request_id": "req-16718b90-1595-42e8-91b1-08fd1dd842a2"}]} 2026-06-04 07:44:21.141 8 INFO neutron.services.segments.plugin [-] Segment 80871382-4281-4db7-b3c3-6ebb32a2185f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80871382-4281-4db7-b3c3-6ebb32a2185f found for delete ", "request_id": "req-9bc71113-0819-40b1-af7e-35a47cb48418"}]} 2026-06-04 07:44:21.146 8 INFO neutron.db.l3_hamode_db [None req-bee19b24-c8fe-49f7-9e3d-4e9f2bd3d5a5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network 815fcc0c-f58a-4f2e-aa8a-7d7196c38903 was deleted as no HA routers are present in tenant d8d2701ae71d4f7aace73f4a0d75fe09. [pid: 8|app: 0|req: 903/1707] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:20 2026] DELETE /v2.0/routers/641aa1ff-383b-44f3-ac63-9ba6a28fbeff => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1708] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:21 2026] DELETE /v2.0/subnets/a41f6ac6-525d-43cc-84e7-a4f1d2cf017a => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:21.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-52f67471-dc4c-4834-9a3b-cea953efdecf 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 490fcbb6-2d8b-4899-84b4-966abcc7be55 2026-06-04 07:44:21.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52f67471-dc4c-4834-9a3b-cea953efdecf 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 490fcbb6-2d8b-4899-84b4-966abcc7be55 [pid: 7|app: 0|req: 806/1709] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:21 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1710] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:21 2026] DELETE /v2.0/networks/6159a810-aa66-4456-8501-335e5be7d604 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1711] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:21 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1712] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:21 2026] GET /v2.0/security-groups?tenant_id=d8d2701ae71d4f7aace73f4a0d75fe09&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1713] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:22 2026] DELETE /v2.0/security-groups/f841c3bf-3905-4375-8eb6-c7b17c1b5f0e => 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: 906/1714] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:22 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1715] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:22 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:23.162 8 INFO neutron.services.segments.plugin [-] Segment 4e009e85-df31-40c5-93bb-0f82ba86548e resource provider aggregate not found 2026-06-04 07:44:23.169 8 INFO neutron.services.segments.plugin [-] Segment 4e009e85-df31-40c5-93bb-0f82ba86548e resource provider aggregate not found 2026-06-04 07:44:23.176 8 INFO neutron.services.segments.plugin [-] Segment 4e009e85-df31-40c5-93bb-0f82ba86548e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e009e85-df31-40c5-93bb-0f82ba86548e found for delete ", "request_id": "req-2616b067-4c27-49d0-8057-3b2501695c11"}]} 2026-06-04 07:44:23.186 8 INFO neutron.services.segments.plugin [-] Segment 4e009e85-df31-40c5-93bb-0f82ba86548e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e009e85-df31-40c5-93bb-0f82ba86548e found for delete ", "request_id": "req-27caf389-36d4-4f66-9127-e537a4593822"}]} [pid: 8|app: 0|req: 907/1716] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:24 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 810/1717] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:24 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1718] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:25 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1719] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:25 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1720] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:26 2026] GET /v2.0/security-groups?tenant_id=c982ddaf55e74df6b0c1c409d77a76fd&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1721] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:26 2026] DELETE /v2.0/security-groups/7630aa4a-b69d-4e91-a63d-20ce68ed6576 => 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: 910/1722] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:26 2026] GET /v2.0/security-groups?tenant_id=ceee563baae0470f9cf506e9218db357&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: 813/1723] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:26 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1726] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:26 2026] DELETE /v2.0/security-groups/9dfdf904-4aef-4af2-bbc2-df3ce769c1fb => 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: 816/1727] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:27 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1728] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:28 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1729] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:28 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1730] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:29 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1731] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:44:29 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1732] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:44:29 2026] GET /v2.0/security-groups?id=038cdda9-1335-4884-8cc3-e3862a7d1491&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:29.569 7 INFO neutron_taas.services.taas.taas_plugin [req-b8925474-c34b-4263-a5f3-1df7afae1e34 req-f1e78a09-7c76-4465-939b-8df44ad64458 0a48e6565e2d426d9d5941cd6695b208 ac3296c2d8944a0dae516a6c7700bdf1 - - default default] TaaS: Handle Delete Port: 80d3be94-d0e1-4b67-b510-97294f5ffe81 2026-06-04 07:44:29.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b8925474-c34b-4263-a5f3-1df7afae1e34 req-f1e78a09-7c76-4465-939b-8df44ad64458 0a48e6565e2d426d9d5941cd6695b208 ac3296c2d8944a0dae516a6c7700bdf1 - - default default] Tap Mirror: Handle Delete Port: 80d3be94-d0e1-4b67-b510-97294f5ffe81 [pid: 7|app: 0|req: 819/1733] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:44:29 2026] DELETE /v2.0/ports/80d3be94-d0e1-4b67-b510-97294f5ffe81 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:29.766 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64adcc55-cc23-4de6-b72d-43bd6c0860c5'] response: {'server_uuid': '9cbae1bc-2d6c-4978-aebb-db1761071eda', 'name': 'network-vif-deleted', 'tag': '80d3be94-d0e1-4b67-b510-97294f5ffe81', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 915/1734] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:30 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 820/1735] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:31 2026] GET /v2.0/security-groups?tenant_id=24eca72f0e1e4156a2609a1d4477ab35&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1736] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:31 2026] DELETE /v2.0/security-groups/6338a687-8de4-4f41-a7d9-69feed0589f6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1737] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:31 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 917/1738] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:44:32 2026] GET /v2.0/ports?device_id=9cbae1bc-2d6c-4978-aebb-db1761071eda => 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: 822/1739] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:32 2026] GET /v2.0/security-groups?tenant_id=80f48d8ead7346528379074add748239&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1740] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:33 2026] DELETE /v2.0/security-groups/c45d4f08-de74-4a1d-bf17-27905d87ab5d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1741] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:33 2026] GET /v2.0/security-groups?tenant_id=008421e5356b4acb87fc6cef8fe3f402&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1742] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:33 2026] DELETE /v2.0/security-groups/4820a796-d346-4ed9-8b79-ca1efee69355 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:35.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd5a7c46-8a0a-4373-846c-44129c1a6773 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 15250fb6-ebdb-47b9-89f3-e5bdbdbeaa0b 2026-06-04 07:44:35.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd5a7c46-8a0a-4373-846c-44129c1a6773 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 15250fb6-ebdb-47b9-89f3-e5bdbdbeaa0b [pid: 7|app: 0|req: 824/1743] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:44:34 2026] PUT /v2.0/routers/aa5f02fc-4b06-4cb9-ab73-bfc32cae2f98/remove_router_interface => generated 309 bytes in 1645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:36.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-6995ffc4-1a4c-4aa0-a826-278229d1ce86 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 15623307-3f1e-4afc-8477-c430dcc2adbb 2026-06-04 07:44:36.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6995ffc4-1a4c-4aa0-a826-278229d1ce86 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 15623307-3f1e-4afc-8477-c430dcc2adbb 2026-06-04 07:44:37.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-6995ffc4-1a4c-4aa0-a826-278229d1ce86 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 5ee05aa3-9fb1-47ee-9e42-5d896fd326ff 2026-06-04 07:44:37.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6995ffc4-1a4c-4aa0-a826-278229d1ce86 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 5ee05aa3-9fb1-47ee-9e42-5d896fd326ff 2026-06-04 07:44:37.484 8 INFO neutron.services.segments.plugin [-] Segment 0578be5a-558f-40d2-8262-ba6b7fdce468 resource provider aggregate not found 2026-06-04 07:44:37.494 8 INFO neutron.services.segments.plugin [-] Segment 0578be5a-558f-40d2-8262-ba6b7fdce468 resource provider aggregate not found 2026-06-04 07:44:37.512 8 INFO neutron.services.segments.plugin [-] Segment 0578be5a-558f-40d2-8262-ba6b7fdce468 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0578be5a-558f-40d2-8262-ba6b7fdce468 found for delete ", "request_id": "req-1a9a5fa3-2200-4532-b41b-129147ed3109"}]} 2026-06-04 07:44:37.517 8 INFO neutron.services.segments.plugin [-] Segment 0578be5a-558f-40d2-8262-ba6b7fdce468 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0578be5a-558f-40d2-8262-ba6b7fdce468 found for delete ", "request_id": "req-471a8ce4-4601-45bc-9f29-689f4cfd28ab"}]} 2026-06-04 07:44:37.529 8 INFO neutron.db.l3_hamode_db [None req-6995ffc4-1a4c-4aa0-a826-278229d1ce86 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network 40912e29-964e-4c5a-83f5-25785d55d454 was deleted as no HA routers are present in tenant ac3296c2d8944a0dae516a6c7700bdf1. [pid: 8|app: 0|req: 920/1744] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:36 2026] DELETE /v2.0/routers/aa5f02fc-4b06-4cb9-ab73-bfc32cae2f98 => generated 0 bytes in 903 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1745] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:37 2026] DELETE /v2.0/subnets/be3de37a-9075-44c5-8e7d-5836b312da67 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:37.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-8713d7cc-8de5-4cdb-b1d7-f8092a44c472 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 09bbb0a2-6236-489c-901f-ae5b84128e29 2026-06-04 07:44:37.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8713d7cc-8de5-4cdb-b1d7-f8092a44c472 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 09bbb0a2-6236-489c-901f-ae5b84128e29 [pid: 8|app: 0|req: 921/1746] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:37 2026] GET /v2.0/security-groups?tenant_id=5aeb2d98bb5d46a9a81124cfc67454a8&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:44:37.981 7 INFO neutron.services.segments.plugin [-] Segment fe9a4b9b-7393-48e9-bb4e-72efa555407b resource provider aggregate not found 2026-06-04 07:44:37.986 7 INFO neutron.services.segments.plugin [-] Segment fe9a4b9b-7393-48e9-bb4e-72efa555407b resource provider aggregate not found 2026-06-04 07:44:38.004 7 INFO neutron.services.segments.plugin [-] Segment fe9a4b9b-7393-48e9-bb4e-72efa555407b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe9a4b9b-7393-48e9-bb4e-72efa555407b found for delete ", "request_id": "req-fc029536-b855-4177-a45c-4f44eef5cc3d"}]} 2026-06-04 07:44:38.008 7 INFO neutron.services.segments.plugin [-] Segment fe9a4b9b-7393-48e9-bb4e-72efa555407b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe9a4b9b-7393-48e9-bb4e-72efa555407b found for delete ", "request_id": "req-9c321b90-67ee-4f9a-9057-11ddd7f0c476"}]} [pid: 8|app: 0|req: 922/1747] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:37 2026] DELETE /v2.0/security-groups/7911197f-0438-4d9b-b771-7461bcfe770a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1748] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:37 2026] DELETE /v2.0/networks/c6b0832c-f544-4591-b43b-9683802fa192 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1749] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:38 2026] GET /v2.0/security-groups?tenant_id=ac3296c2d8944a0dae516a6c7700bdf1&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1750] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:38 2026] GET /v2.0/security-groups?tenant_id=ce9497a8756d421194459389e8dd700f&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1751] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:38 2026] DELETE /v2.0/security-groups/038cdda9-1335-4884-8cc3-e3862a7d1491 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1752] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:38 2026] DELETE /v2.0/security-groups/b8d366de-700a-49df-82de-de032c82e074 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:41.876 7 INFO neutron.db.segments_db [None req-b315d418-9e22-4592-ac25-2b50908cc66c ba68bae67ccb49da9c14ca7288bbe1c6 722b6a244af549d693181ecbf3464906 - - default default] Added segment e27768f6-abfb-4d39-a17e-8390c50e3aa7 of type vxlan for network 31f1c5f7-3a58-42c8-ac9c-d80731532e27 [pid: 7|app: 0|req: 829/1753] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:41 2026] POST /v2.0/networks => generated 632 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1754] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:44:41 2026] PUT /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1757] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/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: 834/1758] 10.0.0.60 () {34 vars in 763 bytes} [Thu Jun 4 07:44:42 2026] PUT /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1759] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1760] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:41 2026] GET /v2.0/security-groups?tenant_id=85a5328b0a114179a25692dfd1306893&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1761] 10.0.0.60 () {34 vars in 759 bytes} [Thu Jun 4 07:44:42 2026] PUT /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1762] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:42 2026] DELETE /v2.0/security-groups/498661fd-1ea7-4f47-aaf9-fc89f9e0e7a2 => 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: 837/1763] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1764] 10.0.0.60 () {34 vars in 781 bytes} [Thu Jun 4 07:44:42 2026] PUT /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1765] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1766] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:44:42 2026] PUT /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1767] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1768] 10.0.0.60 () {32 vars in 740 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:42.738 7 INFO neutron.api.v2.resource [None req-2e590332-e4bf-4eb3-934e-0c3b43a9252f ba68bae67ccb49da9c14ca7288bbe1c6 722b6a244af549d693181ecbf3464906 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1769] 10.0.0.60 () {32 vars in 744 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1770] 10.0.0.60 () {32 vars in 743 bytes} [Thu Jun 4 07:44:42 2026] DELETE /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/red => 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: 841/1771] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:42.895 8 INFO neutron.api.v2.resource [None req-37447d7a-089e-4590-a191-130884cb2aa0 ba68bae67ccb49da9c14ca7288bbe1c6 722b6a244af549d693181ecbf3464906 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 931/1772] 10.0.0.60 () {32 vars in 747 bytes} [Thu Jun 4 07:44:42 2026] DELETE /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1773] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:44:42 2026] DELETE /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1774] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:44:42 2026] GET /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:43.109 7 INFO neutron.services.segments.plugin [-] Segment e27768f6-abfb-4d39-a17e-8390c50e3aa7 resource provider aggregate not found 2026-06-04 07:44:43.119 7 INFO neutron.services.segments.plugin [-] Segment e27768f6-abfb-4d39-a17e-8390c50e3aa7 resource provider aggregate not found 2026-06-04 07:44:43.128 7 INFO neutron.services.segments.plugin [-] Segment e27768f6-abfb-4d39-a17e-8390c50e3aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27768f6-abfb-4d39-a17e-8390c50e3aa7 found for delete ", "request_id": "req-7330d3db-b609-47ff-9348-e6e54a23c67d"}]} 2026-06-04 07:44:43.143 7 INFO neutron.services.segments.plugin [-] Segment e27768f6-abfb-4d39-a17e-8390c50e3aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e27768f6-abfb-4d39-a17e-8390c50e3aa7 found for delete ", "request_id": "req-5958d88d-9918-469a-ac44-cb65a968053e"}]} [pid: 7|app: 0|req: 843/1775] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:43 2026] DELETE /v2.0/networks/31f1c5f7-3a58-42c8-ac9c-d80731532e27 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1776] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:43 2026] GET /v2.0/security-groups?tenant_id=89fb4d5f1bab4717a32895a4c21ee77c&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1777] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:44 2026] DELETE /v2.0/security-groups/7f14404b-5d22-49a2-a511-86d4ae5ebe34 => 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: 934/1778] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:44 2026] GET /v2.0/security-groups?tenant_id=722b6a244af549d693181ecbf3464906&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1779] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:44 2026] DELETE /v2.0/security-groups/2da90b05-f0db-4eb1-b23a-80405602d8f3 => 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: 935/1780] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:44 2026] GET /v2.0/security-groups?tenant_id=2fd3e0b9c45d4ba28716e50e8c195b57&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1781] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:44 2026] DELETE /v2.0/security-groups/c11d9b8e-f29e-4e65-97fb-a8e205bae732 => 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: 936/1782] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:45 2026] GET /v2.0/security-groups?tenant_id=af63dbed97624befb6f69dd532613fa6&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1783] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:45 2026] DELETE /v2.0/security-groups/5913d53d-7a0a-4b5a-989d-02b1219d8490 => 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: 937/1784] 10.0.0.105 () {30 vars in 650 bytes} [Thu Jun 4 07:44:46 2026] GET /v2.0/extensions => generated 21537 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1785] 10.0.0.105 () {30 vars in 724 bytes} [Thu Jun 4 07:44:47 2026] GET /v2.0/quotas/c758d99bb6ff412fbd0ca5f541f13695/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1786] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:44:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1787] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:44:48 2026] PUT /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1788] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/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: 849/1789] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:47 2026] GET /v2.0/security-groups?tenant_id=680d1f7ce0d749bba6e61b8cc950bd93&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1790] 10.0.0.60 () {34 vars in 769 bytes} [Thu Jun 4 07:44:48 2026] PUT /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1791] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1792] 10.0.0.60 () {34 vars in 765 bytes} [Thu Jun 4 07:44:48 2026] PUT /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1793] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:48 2026] DELETE /v2.0/security-groups/42d3cbb3-d8ff-4460-864f-a10064d97d58 => 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: 944/1794] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/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: 851/1795] 10.0.0.60 () {34 vars in 787 bytes} [Thu Jun 4 07:44:48 2026] PUT /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1796] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/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: 852/1797] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:44:48 2026] PUT /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1798] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1799] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:48.551 8 INFO neutron.api.v2.resource [None req-70f92740-1688-43ac-a9f1-c076e9e98ce7 3de547cab27f47cf844e2740ae149634 baae8ec23fe041099097157ae92782b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1800] 10.0.0.60 () {32 vars in 750 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1801] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:44:48 2026] DELETE /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1802] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:48.688 7 INFO neutron.api.v2.resource [None req-2743739e-4d7b-4a1d-a322-f7d6dc27b8c9 3de547cab27f47cf844e2740ae149634 baae8ec23fe041099097157ae92782b2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1803] 10.0.0.60 () {32 vars in 753 bytes} [Thu Jun 4 07:44:48 2026] DELETE /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1804] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:44:48 2026] DELETE /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1805] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:48 2026] GET /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1806] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:44:48 2026] DELETE /v2.0/subnetpools/4705b0b2-664e-4d0c-9791-35ef76831906 => 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: 951/1807] 10.0.0.105 () {30 vars in 650 bytes} [Thu Jun 4 07:44:49 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1808] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:49 2026] GET /v2.0/security-groups?tenant_id=3943b714d2d840b2b031f188c26f1528&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1809] 10.0.0.105 () {30 vars in 724 bytes} [Thu Jun 4 07:44:49 2026] GET /v2.0/quotas/c758d99bb6ff412fbd0ca5f541f13695/details => generated 847 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1810] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:49 2026] DELETE /v2.0/security-groups/bface480-46b2-4106-8b18-18cd04ef7b62 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1811] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:49 2026] GET /v2.0/security-groups?tenant_id=baae8ec23fe041099097157ae92782b2&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1812] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:50 2026] DELETE /v2.0/security-groups/32fc149d-1837-49a8-967b-ba8b9a525988 => 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: 954/1813] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:50 2026] GET /v2.0/security-groups?tenant_id=d7deeb56a0144dae8d9902efbdaf2d17&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1814] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:51 2026] DELETE /v2.0/security-groups/6b3b8fdd-ba19-4e95-a2a8-ab45cafa25b8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1815] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:51 2026] GET /v2.0/security-groups?tenant_id=c758d99bb6ff412fbd0ca5f541f13695&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1816] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:52 2026] DELETE /v2.0/security-groups/3731b31f-43ec-4a93-9c8d-00b1b9a2f110 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:53.125 8 INFO neutron.db.segments_db [None req-a195e8cb-ef3c-4aa8-8add-ee1dc5ebdaed 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Added segment 5e1ddd29-c54f-494e-ad8d-4549a596c79a of type vxlan for network 4a614ab2-d532-477c-bd45-2af486371abe 2026-06-04 07:44:53.189 8 INFO neutron.db.segments_db [None req-a195e8cb-ef3c-4aa8-8add-ee1dc5ebdaed 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Added segment 038b9529-a54e-485a-974f-c598f0329881 of type vxlan for network 3c294c06-2dcc-4499-b1eb-1996d7b15148 [pid: 8|app: 0|req: 956/1817] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:52 2026] POST /v2.0/networks => generated 1245 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1818] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:44:53 2026] GET /v2.0/networks => generated 1844 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:44:53.549 7 INFO neutron.services.segments.plugin [-] Segment 5e1ddd29-c54f-494e-ad8d-4549a596c79a resource provider aggregate not found 2026-06-04 07:44:53.552 7 INFO neutron.services.segments.plugin [-] Segment 5e1ddd29-c54f-494e-ad8d-4549a596c79a resource provider aggregate not found 2026-06-04 07:44:53.571 7 INFO neutron.services.segments.plugin [-] Segment 5e1ddd29-c54f-494e-ad8d-4549a596c79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e1ddd29-c54f-494e-ad8d-4549a596c79a found for delete ", "request_id": "req-ca0012ed-2291-46ca-a767-a22e900bc92c"}]} 2026-06-04 07:44:53.573 7 INFO neutron.services.segments.plugin [-] Segment 5e1ddd29-c54f-494e-ad8d-4549a596c79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e1ddd29-c54f-494e-ad8d-4549a596c79a found for delete ", "request_id": "req-5b30ae42-bd4c-4229-a70c-50891ee02dc0"}]} [pid: 7|app: 0|req: 863/1819] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:53 2026] DELETE /v2.0/networks/4a614ab2-d532-477c-bd45-2af486371abe => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1820] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:53 2026] DELETE /v2.0/networks/3c294c06-2dcc-4499-b1eb-1996d7b15148 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:53.730 8 INFO neutron.db.segments_db [None req-aeaaeb60-738e-4951-9609-a9f1c77cafc1 1391f2def10a4d3981ffd95b34b2ef8b bd99dcd02c084af396d52e921c7b3afc - - default default] Added segment 7c4bcef4-14a6-4dac-b13c-b618bb84b254 of type vxlan for network e0aac2df-a068-4590-904f-4467831a6600 [pid: 7|app: 0|req: 865/1821] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:44:53 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1822] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:53 2026] POST /v2.0/networks => generated 631 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:53.830 7 INFO neutron.db.segments_db [None req-ecee7cb6-559c-4651-8229-312f3e64a54f 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Added segment f76581be-de5b-426e-8599-6a130c0477fd of type vxlan for network ddb97e1f-ca1b-473c-a154-f8c6c18bb7d3 [pid: 7|app: 0|req: 866/1823] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:53 2026] POST /v2.0/networks => generated 654 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:53.992 7 INFO neutron.db.segments_db [None req-7b80bef0-d328-4ee0-a1eb-0e2488c67bca 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Added segment d5b97e45-de3b-4fea-b90b-3545937eb8f3 of type vxlan for network 21923a28-67e2-457c-ba95-090002c9a707 [pid: 8|app: 0|req: 958/1824] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:53 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) [pid: 7|app: 0|req: 867/1825] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:53 2026] POST /v2.0/networks => generated 654 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1826] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:44:54 2026] PUT /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1827] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/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: 961/1828] 10.0.0.60 () {34 vars in 761 bytes} [Thu Jun 4 07:44:54 2026] PUT /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1829] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1830] 10.0.0.60 () {34 vars in 757 bytes} [Thu Jun 4 07:44:54 2026] PUT /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1831] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1832] 10.0.0.60 () {34 vars in 779 bytes} [Thu Jun 4 07:44:54 2026] PUT /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1833] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1834] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:44:54 2026] PUT /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1835] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:44:54 2026] POST /v2.0/ports => generated 1506 bytes in 586 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: 869/1836] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/ports => generated 1506 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1837] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1838] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:54.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-75616ad6-3538-4b30-957d-3727cd357d7f 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] TaaS: Handle Delete Port: 5781fd67-181c-401e-9e29-7ec90e967df7 2026-06-04 07:44:54.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75616ad6-3538-4b30-957d-3727cd357d7f 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Tap Mirror: Handle Delete Port: 5781fd67-181c-401e-9e29-7ec90e967df7 2026-06-04 07:44:54.822 8 INFO neutron.api.v2.resource [None req-af955f91-33b9-4af8-8943-c4de9c3d8688 1391f2def10a4d3981ffd95b34b2ef8b bd99dcd02c084af396d52e921c7b3afc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1839] 10.0.0.60 () {32 vars in 742 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1840] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:44:54 2026] DELETE /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/red => 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: 870/1841] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:44:54 2026] DELETE /v2.0/ports/5781fd67-181c-401e-9e29-7ec90e967df7 => 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: 871/1842] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:54 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:55.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-34d53f7b-3e3c-422f-8e95-af0cf979012e 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] TaaS: Handle Delete Port: 3d3a2585-e4a5-47b2-a92e-ccc793efa045 2026-06-04 07:44:55.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d53f7b-3e3c-422f-8e95-af0cf979012e 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Tap Mirror: Handle Delete Port: 3d3a2585-e4a5-47b2-a92e-ccc793efa045 [pid: 7|app: 0|req: 872/1843] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:44:54 2026] DELETE /v2.0/ports/3d3a2585-e4a5-47b2-a92e-ccc793efa045 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:55.183 7 INFO neutron.api.v2.resource [None req-4c16d639-7b34-4518-81a5-c284439151b3 1391f2def10a4d3981ffd95b34b2ef8b bd99dcd02c084af396d52e921c7b3afc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1844] 10.0.0.60 () {32 vars in 745 bytes} [Thu Jun 4 07:44:55 2026] DELETE /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1845] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:44:55 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1846] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:44:55 2026] DELETE /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:55.309 8 INFO neutron.db.segments_db [None req-5f960242-2c7a-4c69-b160-dd96f754a458 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Added segment 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 of type vxlan for network efeb2660-d7c2-4832-958e-7bde030ecd19 2026-06-04 07:44:55.331 7 INFO neutron.db.segments_db [None req-34f56db7-3a2a-4ae4-b28e-26983f682346 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Added segment d8c45520-7669-43b1-a133-34e864ad55e0 of type vxlan for network f0686774-5c1f-46cd-a6e7-bf8fe76c5da7 [pid: 8|app: 0|req: 972/1847] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:44:54 2026] POST /v2.0/networks => generated 633 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1848] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:55 2026] POST /v2.0/networks => generated 654 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1849] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:44:55 2026] GET /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:55.489 7 INFO neutron.db.segments_db [None req-8ba9e2fb-7e3f-4421-9dce-609410699dc1 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Added segment 4b9e0a47-737c-4c47-9232-db58477c6e6e of type vxlan for network 23881709-0dff-48c9-a685-f6bc36ac6b30 2026-06-04 07:44:55.523 8 INFO neutron.db.segments_db [None req-d7093f41-56a4-429d-93fc-ca134813cf1b 67ce46fa0bea4fe68879a52a987e8bb4 6fc742d514744bbd86a4a730a9bd3aec - - default default] Added segment 0975f967-369c-4fcd-9c11-ec8813b0df10 of type vxlan for network 97f39f0a-af5e-4cca-99a5-91a275576d84 2026-06-04 07:44:55.600 7 INFO neutron.services.segments.plugin [-] Segment 038b9529-a54e-485a-974f-c598f0329881 resource provider aggregate not found 2026-06-04 07:44:55.605 7 INFO neutron.services.segments.plugin [-] Segment 038b9529-a54e-485a-974f-c598f0329881 resource provider aggregate not found [pid: 8|app: 0|req: 974/1850] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:44:55 2026] POST /v2.0/networks => generated 654 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:55.625 7 INFO neutron.services.segments.plugin [-] Segment 038b9529-a54e-485a-974f-c598f0329881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 038b9529-a54e-485a-974f-c598f0329881 found for delete ", "request_id": "req-812d7b3c-d410-4290-9345-e1a0f61c43a9"}]} 2026-06-04 07:44:55.630 7 INFO neutron.services.segments.plugin [-] Segment 038b9529-a54e-485a-974f-c598f0329881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 038b9529-a54e-485a-974f-c598f0329881 found for delete ", "request_id": "req-27284ef7-16e2-4a84-a77e-b6a061891bf7"}]} [pid: 8|app: 0|req: 975/1851] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:55 2026] DELETE /v2.0/subnets/d748965d-faf9-420d-aec8-f905f2a54c22 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:55.778 7 INFO neutron.db.l3_hamode_db [None req-8ba9e2fb-7e3f-4421-9dce-609410699dc1 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:44:55.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-92dc46c8-64be-4792-a450-aa79352b3f56 1391f2def10a4d3981ffd95b34b2ef8b bd99dcd02c084af396d52e921c7b3afc - - default default] TaaS: Handle Delete Port: b66c43cb-2f34-41e6-8313-7268f153bdbc 2026-06-04 07:44:55.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92dc46c8-64be-4792-a450-aa79352b3f56 1391f2def10a4d3981ffd95b34b2ef8b bd99dcd02c084af396d52e921c7b3afc - - default default] Tap Mirror: Handle Delete Port: b66c43cb-2f34-41e6-8313-7268f153bdbc 2026-06-04 07:44:55.978 8 INFO neutron.services.segments.plugin [-] Segment 7c4bcef4-14a6-4dac-b13c-b618bb84b254 resource provider aggregate not found 2026-06-04 07:44:55.985 8 INFO neutron.services.segments.plugin [-] Segment 7c4bcef4-14a6-4dac-b13c-b618bb84b254 resource provider aggregate not found 2026-06-04 07:44:56.002 8 INFO neutron.services.segments.plugin [-] Segment 7c4bcef4-14a6-4dac-b13c-b618bb84b254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4bcef4-14a6-4dac-b13c-b618bb84b254 found for delete ", "request_id": "req-10b734a7-dbb4-4cb3-bbf3-b8255cb8af89"}]} [pid: 8|app: 0|req: 976/1852] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:55 2026] DELETE /v2.0/networks/e0aac2df-a068-4590-904f-4467831a6600 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:44:56.010 8 INFO neutron.services.segments.plugin [-] Segment 7c4bcef4-14a6-4dac-b13c-b618bb84b254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4bcef4-14a6-4dac-b13c-b618bb84b254 found for delete ", "request_id": "req-1cbf898a-256a-4cff-beb0-1be8074482bc"}]} [pid: 8|app: 0|req: 977/1853] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:56 2026] POST /v2.0/subnets => generated 1324 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1854] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:44:56 2026] GET /v2.0/subnets => generated 1960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:44:56.647 7 INFO neutron.db.l3_hamode_db [None req-8ba9e2fb-7e3f-4421-9dce-609410699dc1 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 979/1855] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:56 2026] DELETE /v2.0/subnets/961f324b-3380-436f-8593-57baf02da1ed => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1856] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:56 2026] GET /v2.0/security-groups?tenant_id=e2e503b0d2c54d2da3b10cdf0315997b&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1857] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:44:56 2026] DELETE /v2.0/subnets/2775f149-cdc4-4fc5-8084-20da82651c36 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1860] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:57 2026] DELETE /v2.0/security-groups/7642419c-867f-4380-a918-a481b2b884f7 => 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: 985/1861] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:44:57 2026] GET /v2.0/subnets => generated 649 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1862] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:57 2026] DELETE /v2.0/networks/97f39f0a-af5e-4cca-99a5-91a275576d84 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1863] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:57 2026] GET /v2.0/security-groups?tenant_id=bd99dcd02c084af396d52e921c7b3afc&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1864] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:55 2026] POST /v2.0/routers => generated 695 bytes in 2058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1865] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:57 2026] DELETE /v2.0/networks/f0686774-5c1f-46cd-a6e7-bf8fe76c5da7 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1866] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:57 2026] DELETE /v2.0/security-groups/9d36e463-f722-4a98-b2a5-74201aa14520 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:44:57.709 7 INFO neutron.services.segments.plugin [-] Segment d5b97e45-de3b-4fea-b90b-3545937eb8f3 resource provider aggregate not found 2026-06-04 07:44:57.710 7 INFO neutron.services.segments.plugin [-] Segment d5b97e45-de3b-4fea-b90b-3545937eb8f3 resource provider aggregate not found [pid: 8|app: 0|req: 989/1867] 10.0.0.60 () {32 vars in 775 bytes} [Thu Jun 4 07:44:57 2026] GET /v2.0/subnets?project_id=03d0beb8a82e4414be47c4cded27fe32&cidr=10.100.0.0%2F28 => generated 14 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:44:57.732 7 INFO neutron.services.segments.plugin [-] Segment d5b97e45-de3b-4fea-b90b-3545937eb8f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b97e45-de3b-4fea-b90b-3545937eb8f3 found for delete ", "request_id": "req-8fa20dae-38f4-4aa1-87a6-bdedadcc482f"}]} 2026-06-04 07:44:57.733 7 INFO neutron.services.segments.plugin [-] Segment d5b97e45-de3b-4fea-b90b-3545937eb8f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b97e45-de3b-4fea-b90b-3545937eb8f3 found for delete ", "request_id": "req-284f97d7-10be-459c-b74a-d6eeadd31684"}]} [pid: 7|app: 0|req: 879/1868] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:57 2026] DELETE /v2.0/networks/21923a28-67e2-457c-ba95-090002c9a707 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1869] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:44:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1870] 10.0.0.60 () {32 vars in 783 bytes} [Thu Jun 4 07:44:57 2026] GET /v2.0/subnets?network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b&cidr=10.100.0.0%2F28 => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1871] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:44:57 2026] DELETE /v2.0/networks/ddb97e1f-ca1b-473c-a154-f8c6c18bb7d3 => 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: 992/1872] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:44:57 2026] POST /v2.0/subnets => generated 656 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:44:58.023 8 INFO neutron.services.segments.plugin [-] Segment 0975f967-369c-4fcd-9c11-ec8813b0df10 resource provider aggregate not found 2026-06-04 07:44:58.027 8 INFO neutron.services.segments.plugin [-] Segment 0975f967-369c-4fcd-9c11-ec8813b0df10 resource provider aggregate not found 2026-06-04 07:44:58.036 8 INFO neutron.services.segments.plugin [-] Segment 0975f967-369c-4fcd-9c11-ec8813b0df10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0975f967-369c-4fcd-9c11-ec8813b0df10 found for delete ", "request_id": "req-7b120e5b-b989-4679-9a2e-7600219100b5"}]} 2026-06-04 07:44:58.039 8 INFO neutron.services.segments.plugin [-] Segment 0975f967-369c-4fcd-9c11-ec8813b0df10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0975f967-369c-4fcd-9c11-ec8813b0df10 found for delete ", "request_id": "req-8db8e63d-e8a6-484a-8800-3cd56e4eaf6b"}]} 2026-06-04 07:44:58.048 8 INFO neutron.services.segments.plugin [-] Segment d8c45520-7669-43b1-a133-34e864ad55e0 resource provider aggregate not found 2026-06-04 07:44:58.059 8 INFO neutron.services.segments.plugin [-] Segment d8c45520-7669-43b1-a133-34e864ad55e0 resource provider aggregate not found 2026-06-04 07:44:58.081 8 INFO neutron.services.segments.plugin [-] Segment d8c45520-7669-43b1-a133-34e864ad55e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c45520-7669-43b1-a133-34e864ad55e0 found for delete ", "request_id": "req-2c1b3638-b731-4fb4-8e11-e52034950c8d"}]} 2026-06-04 07:44:58.084 8 INFO neutron.services.segments.plugin [-] Segment d8c45520-7669-43b1-a133-34e864ad55e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c45520-7669-43b1-a133-34e864ad55e0 found for delete ", "request_id": "req-3dd00ce7-8699-4270-ad4e-c2e8eb1a55c7"}]} [pid: 8|app: 0|req: 993/1873] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:44:58 2026] GET /v2.0/security-groups?tenant_id=6fc742d514744bbd86a4a730a9bd3aec&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1874] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:44:58 2026] DELETE /v2.0/security-groups/ca43ab44-ac7f-4f64-bf16-cb35c62fa25a => 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: 881/1875] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:44:58 2026] PUT /v2.0/routers/472bbf3e-a5b2-4461-8bf4-29e81a718da9/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1876] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:44:59 2026] GET /v2.0/networks => generated 3605 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1877] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:44:59 2026] GET /v2.0/subnets => generated 2594 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1878] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:44:59 2026] GET /v2.0/routers => generated 738 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:44:59.760 7 INFO neutron.services.segments.plugin [-] Segment f76581be-de5b-426e-8599-6a130c0477fd resource provider aggregate not found 2026-06-04 07:44:59.762 7 INFO neutron.services.segments.plugin [-] Segment f76581be-de5b-426e-8599-6a130c0477fd resource provider aggregate not found [pid: 7|app: 0|req: 883/1879] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:44:59 2026] POST /v2.0/security-groups => generated 1675 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 07:44:59.792 7 INFO neutron.services.segments.plugin [-] Segment f76581be-de5b-426e-8599-6a130c0477fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f76581be-de5b-426e-8599-6a130c0477fd found for delete ", "request_id": "req-41fe0ee7-51ed-460d-9fb6-47e9734511d9"}]} 2026-06-04 07:44:59.795 7 INFO neutron.services.segments.plugin [-] Segment f76581be-de5b-426e-8599-6a130c0477fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f76581be-de5b-426e-8599-6a130c0477fd found for delete ", "request_id": "req-1b1cc500-ae2c-4bc0-aa39-7be9fb94b060"}]} [pid: 8|app: 0|req: 997/1880] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:44:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1881] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:44:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1882] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1883] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:00.502 8 INFO neutron.db.securitygroups_db [None req-cdbc5ffc-6108-473f-89f0-8a06083510d5 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Project 03d0beb8a82e4414be47c4cded27fe32 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: 999/1884] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:00.703 7 INFO neutron.db.securitygroups_db [None req-380fd7db-bf49-42d5-87d7-bd0974e9618d 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Project 03d0beb8a82e4414be47c4cded27fe32 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: 886/1885] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1886] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:45:01 2026] GET /v2.0/networks => generated 1298 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:01.472 8 INFO neutron.db.segments_db [None req-cb8c9cb8-9f4d-4800-97dc-dded9e5ddda1 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Added segment a133fead-ba74-43ab-aa1f-fda315ef2579 of type vxlan for network 416caf30-4359-4850-9e5f-e92c2d60ba28 2026-06-04 07:45:01.530 8 INFO neutron.db.segments_db [None req-cb8c9cb8-9f4d-4800-97dc-dded9e5ddda1 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Added segment ad580ae0-da8c-4e7a-8cf4-358ced777d31 of type vxlan for network 3ee8b7a2-626e-4355-9bcf-27b59ce77994 2026-06-04 07:45:01.566 7 INFO neutron.db.segments_db [None req-bbf466f9-3c02-49c4-aac3-4c04aded0865 28ad3ca1d0bf4ab695470e102f838dbe 6291787cdfb9422b98686c082574d116 - - default default] Added segment 13cb218e-ee30-4670-b072-e892016e87b2 of type vxlan for network 44af79c6-f684-4ab5-9e27-47473d75bb64 [pid: 8|app: 0|req: 1000/1887] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:01 2026] POST /v2.0/networks => generated 1246 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1888] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:01 2026] POST /v2.0/networks => generated 632 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1889] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:45:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1328608394&fields=id&tenant_id=03d0beb8a82e4414be47c4cded27fe32 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1890] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:45:01 2026] GET /v2.0/networks => generated 1845 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1891] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:45:01 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:01.949 7 INFO neutron.services.segments.plugin [-] Segment a133fead-ba74-43ab-aa1f-fda315ef2579 resource provider aggregate not found 2026-06-04 07:45:01.958 7 INFO neutron.services.segments.plugin [-] Segment a133fead-ba74-43ab-aa1f-fda315ef2579 resource provider aggregate not found 2026-06-04 07:45:01.977 7 INFO neutron.services.segments.plugin [-] Segment a133fead-ba74-43ab-aa1f-fda315ef2579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a133fead-ba74-43ab-aa1f-fda315ef2579 found for delete ", "request_id": "req-0cb0d70b-e839-40af-8a2a-88e94198de62"}]} 2026-06-04 07:45:01.982 7 INFO neutron.services.segments.plugin [-] Segment a133fead-ba74-43ab-aa1f-fda315ef2579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a133fead-ba74-43ab-aa1f-fda315ef2579 found for delete ", "request_id": "req-4c6d211b-9475-4f24-b8f3-87c46784a047"}]} [pid: 8|app: 0|req: 1002/1892] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:45:01 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 891/1893] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:01 2026] DELETE /v2.0/networks/416caf30-4359-4850-9e5f-e92c2d60ba28 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1894] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:45:01 2026] GET /v2.0/quotas/03d0beb8a82e4414be47c4cded27fe32 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1895] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:01 2026] DELETE /v2.0/networks/3ee8b7a2-626e-4355-9bcf-27b59ce77994 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1896] 10.0.0.60 () {34 vars in 665 bytes} [Thu Jun 4 07:45:01 2026] POST /v2.0/trunks => generated 407 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1897] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&fields=id => generated 57 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1898] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/networks => generated 651 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1899] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:45:02 2026] PUT /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1900] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 1007/1901] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:45:02.398 7 INFO neutron.db.segments_db [None req-6e98f91e-4722-4617-a2c2-19fa021f4fe2 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Added segment be4b59de-f7d2-4e44-a7f6-de7929213f52 of type vxlan for network f867b3c8-9d8d-4138-b1cc-ffd01716acde [pid: 8|app: 0|req: 1008/1902] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 1009/1903] 10.0.0.60 () {34 vars in 759 bytes} [Thu Jun 4 07:45:02 2026] PUT /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1904] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1905] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:02 2026] POST /v2.0/networks => generated 648 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1906] 10.0.0.60 () {34 vars in 755 bytes} [Thu Jun 4 07:45:02 2026] PUT /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1907] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:45:02.576 7 INFO neutron.db.segments_db [None req-b4e4ff0d-a095-4990-a1a1-9e0009206b6c ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Added segment 177c97e7-dc97-4eff-bd53-4bbf0c500c87 of type vxlan for network 6b705122-98da-4cf7-a530-6d4a6da03bdb [pid: 8|app: 0|req: 1013/1908] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1014/1909] 10.0.0.60 () {34 vars in 777 bytes} [Thu Jun 4 07:45:02 2026] PUT /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1910] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1911] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:02 2026] POST /v2.0/networks => generated 650 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1912] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:45:02 2026] PUT /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/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: 1017/1913] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1914] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:45:02.790 8 INFO neutron.api.v2.resource [None req-2c290abc-cf86-424f-bbe9-f594fb499825 28ad3ca1d0bf4ab695470e102f838dbe 6291787cdfb9422b98686c082574d116 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/1915] 10.0.0.60 () {32 vars in 740 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1916] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:02 2026] DELETE /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1917] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:45:02.908 8 INFO neutron.api.v2.resource [None req-8c5eaceb-1eea-462d-8e04-45d585fa1855 28ad3ca1d0bf4ab695470e102f838dbe 6291787cdfb9422b98686c082574d116 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/1918] 10.0.0.60 () {32 vars in 743 bytes} [Thu Jun 4 07:45:02 2026] DELETE /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1919] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:45:02 2026] DELETE /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1920] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc/tags => 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: 1025/1921] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:45:02 2026] GET /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1922] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:45:03 2026] GET /v2.0/ports/1825a49c-9f73-408d-bbb3-86a37a3e4e09 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1923] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:45:03 2026] DELETE /v2.0/trunks/fb7d7387-53cc-4f48-9061-1673b8e078bc => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:45:03.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcc0ba64-db26-4af8-8d23-9029422101c4 28ad3ca1d0bf4ab695470e102f838dbe 6291787cdfb9422b98686c082574d116 - - default default] TaaS: Handle Delete Port: 1825a49c-9f73-408d-bbb3-86a37a3e4e09 [pid: 7|app: 0|req: 897/1924] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:45:02 2026] POST /v2.0/ports => generated 1505 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 07:45:03.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc0ba64-db26-4af8-8d23-9029422101c4 28ad3ca1d0bf4ab695470e102f838dbe 6291787cdfb9422b98686c082574d116 - - default default] Tap Mirror: Handle Delete Port: 1825a49c-9f73-408d-bbb3-86a37a3e4e09 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 898/1925] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:45:03 2026] GET /v2.0/ports => generated 1505 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1926] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:03 2026] DELETE /v2.0/ports/1825a49c-9f73-408d-bbb3-86a37a3e4e09 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:03.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-92ba7341-8f4c-441f-add7-e6b88374a661 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] TaaS: Handle Delete Port: 6dadd570-b3ef-4313-8bd6-f5c2b1d3572a 2026-06-04 07:45:03.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92ba7341-8f4c-441f-add7-e6b88374a661 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Tap Mirror: Handle Delete Port: 6dadd570-b3ef-4313-8bd6-f5c2b1d3572a 2026-06-04 07:45:03.547 8 INFO neutron.services.segments.plugin [-] Segment 13cb218e-ee30-4670-b072-e892016e87b2 resource provider aggregate not found 2026-06-04 07:45:03.552 8 INFO neutron.services.segments.plugin [-] Segment 13cb218e-ee30-4670-b072-e892016e87b2 resource provider aggregate not found [pid: 7|app: 0|req: 899/1927] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:03 2026] DELETE /v2.0/ports/6dadd570-b3ef-4313-8bd6-f5c2b1d3572a => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:03.582 8 INFO neutron.services.segments.plugin [-] Segment 13cb218e-ee30-4670-b072-e892016e87b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13cb218e-ee30-4670-b072-e892016e87b2 found for delete ", "request_id": "req-550b94a9-20da-4a74-a287-bef7787e2674"}]} [pid: 8|app: 0|req: 1029/1928] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:03 2026] DELETE /v2.0/networks/44af79c6-f684-4ab5-9e27-47473d75bb64 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:03.584 8 INFO neutron.services.segments.plugin [-] Segment 13cb218e-ee30-4670-b072-e892016e87b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13cb218e-ee30-4670-b072-e892016e87b2 found for delete ", "request_id": "req-906146b7-c465-460b-b472-03aa8dabd282"}]} 2026-06-04 07:45:03.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-14642d02-61ed-4a64-a67e-ed4e523f1505 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] TaaS: Handle Delete Port: bc692d3f-683c-4a63-8d99-eaa89cf1da1f [pid: 8|app: 0|req: 1030/1929] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:03 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:45:03.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14642d02-61ed-4a64-a67e-ed4e523f1505 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Tap Mirror: Handle Delete Port: bc692d3f-683c-4a63-8d99-eaa89cf1da1f [pid: 7|app: 0|req: 900/1930] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:03 2026] DELETE /v2.0/ports/bc692d3f-683c-4a63-8d99-eaa89cf1da1f => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1931] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:45:03 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:45:03.894 7 INFO neutron.db.segments_db [None req-0ea1cd14-bb1f-43de-898a-c853dd4ff2b5 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Added segment c5a06a12-ad0d-4e2e-90a4-59eefab31404 of type vxlan for network 1f606d83-797a-4ca7-8681-863906b5ac67 [pid: 7|app: 0|req: 901/1932] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:03 2026] POST /v2.0/networks => generated 649 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:04.004 7 INFO neutron.services.segments.plugin [-] Segment ad580ae0-da8c-4e7a-8cf4-358ced777d31 resource provider aggregate not found 2026-06-04 07:45:04.012 7 INFO neutron.services.segments.plugin [-] Segment ad580ae0-da8c-4e7a-8cf4-358ced777d31 resource provider aggregate not found 2026-06-04 07:45:04.026 7 INFO neutron.services.segments.plugin [-] Segment ad580ae0-da8c-4e7a-8cf4-358ced777d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad580ae0-da8c-4e7a-8cf4-358ced777d31 found for delete ", "request_id": "req-81d05377-4289-4991-80ba-b5e80a244546"}]} 2026-06-04 07:45:04.029 7 INFO neutron.services.segments.plugin [-] Segment ad580ae0-da8c-4e7a-8cf4-358ced777d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad580ae0-da8c-4e7a-8cf4-358ced777d31 found for delete ", "request_id": "req-e9e24865-5a66-42c7-98d8-96e9a94a7755"}]} 2026-06-04 07:45:04.067 8 INFO neutron.db.segments_db [None req-4b8c7537-1578-4d78-8684-242bde32d111 ebd0813f26c04204a09b933215c510b9 014a9110e2314486b791a4f632a4a420 - - default default] Added segment 254651af-8585-407d-80a8-215a449972b7 of type vxlan for network 8f41bb9e-1a1f-4b9b-b88e-a57bd43fd0d8 [pid: 8|app: 0|req: 1032/1933] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:04 2026] POST /v2.0/networks => generated 650 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1934] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:04 2026] GET /v2.0/security-groups?tenant_id=eea41f69706b4ea9b50743c94de98f6d&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1935] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:04 2026] POST /v2.0/subnets => generated 1274 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1936] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:04 2026] DELETE /v2.0/security-groups/34418d2f-1a7f-4928-ac43-29d542433c01 => 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: 903/1937] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:45:04 2026] GET /v2.0/subnets => generated 1910 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1938] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:04 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 905/1939] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:04 2026] GET /v2.0/security-groups?tenant_id=6291787cdfb9422b98686c082574d116&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1940] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:45:04 2026] DELETE /v2.0/subnets/6ee03b79-3325-4546-87e9-50a307a9f3f7 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1941] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:04 2026] DELETE /v2.0/security-groups/1fee9f56-fb78-450d-9559-7c69dba85d29 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1942] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:45:04 2026] DELETE /v2.0/subnets/52b06c4e-1188-471f-9a06-85c8635434cd => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1943] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:45:05 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1944] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:05 2026] DELETE /v2.0/networks/8f41bb9e-1a1f-4b9b-b88e-a57bd43fd0d8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1945] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:05 2026] DELETE /v2.0/networks/1f606d83-797a-4ca7-8681-863906b5ac67 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1946] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:05 2026] DELETE /v2.0/networks/6b705122-98da-4cf7-a530-6d4a6da03bdb => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:05.610 8 INFO neutron.services.segments.plugin [-] Segment 254651af-8585-407d-80a8-215a449972b7 resource provider aggregate not found 2026-06-04 07:45:05.611 8 INFO neutron.services.segments.plugin [-] Segment 254651af-8585-407d-80a8-215a449972b7 resource provider aggregate not found 2026-06-04 07:45:05.630 8 INFO neutron.services.segments.plugin [-] Segment 254651af-8585-407d-80a8-215a449972b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254651af-8585-407d-80a8-215a449972b7 found for delete ", "request_id": "req-056391f3-1eb1-4ebd-bcbb-5619857d37f7"}]} 2026-06-04 07:45:05.638 8 INFO neutron.services.segments.plugin [-] Segment 254651af-8585-407d-80a8-215a449972b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254651af-8585-407d-80a8-215a449972b7 found for delete ", "request_id": "req-40ae9622-ee18-4384-bc96-ab755b542707"}]} 2026-06-04 07:45:05.646 8 INFO neutron.services.segments.plugin [-] Segment 177c97e7-dc97-4eff-bd53-4bbf0c500c87 resource provider aggregate not found 2026-06-04 07:45:05.660 8 INFO neutron.services.segments.plugin [-] Segment 177c97e7-dc97-4eff-bd53-4bbf0c500c87 resource provider aggregate not found 2026-06-04 07:45:05.667 8 INFO neutron.services.segments.plugin [-] Segment 177c97e7-dc97-4eff-bd53-4bbf0c500c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177c97e7-dc97-4eff-bd53-4bbf0c500c87 found for delete ", "request_id": "req-7239717e-a6dc-4149-bfeb-4708984f01e1"}]} 2026-06-04 07:45:05.684 8 INFO neutron.services.segments.plugin [-] Segment 177c97e7-dc97-4eff-bd53-4bbf0c500c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177c97e7-dc97-4eff-bd53-4bbf0c500c87 found for delete ", "request_id": "req-f5d37ea1-40a4-4cd2-a736-c443c0d9bb9b"}]} [pid: 7|app: 0|req: 909/1947] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:05 2026] DELETE /v2.0/networks/f867b3c8-9d8d-4138-b1cc-ffd01716acde => 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: 1039/1948] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:05 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:45:06.048 7 INFO neutron.services.segments.plugin [-] Segment c5a06a12-ad0d-4e2e-90a4-59eefab31404 resource provider aggregate not found 2026-06-04 07:45:06.052 7 INFO neutron.services.segments.plugin [-] Segment c5a06a12-ad0d-4e2e-90a4-59eefab31404 resource provider aggregate not found 2026-06-04 07:45:06.067 7 INFO neutron.services.segments.plugin [-] Segment c5a06a12-ad0d-4e2e-90a4-59eefab31404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a06a12-ad0d-4e2e-90a4-59eefab31404 found for delete ", "request_id": "req-31223603-3d04-4adb-8b64-dd39ea99cf9d"}]} 2026-06-04 07:45:06.072 7 INFO neutron.services.segments.plugin [-] Segment c5a06a12-ad0d-4e2e-90a4-59eefab31404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a06a12-ad0d-4e2e-90a4-59eefab31404 found for delete ", "request_id": "req-8f78309c-834c-4d47-9d38-767e6e05d37d"}]} 2026-06-04 07:45:06.092 7 INFO neutron.services.segments.plugin [-] Segment be4b59de-f7d2-4e44-a7f6-de7929213f52 resource provider aggregate not found 2026-06-04 07:45:06.096 7 INFO neutron.services.segments.plugin [-] Segment be4b59de-f7d2-4e44-a7f6-de7929213f52 resource provider aggregate not found 2026-06-04 07:45:06.118 7 INFO neutron.services.segments.plugin [-] Segment be4b59de-f7d2-4e44-a7f6-de7929213f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4b59de-f7d2-4e44-a7f6-de7929213f52 found for delete ", "request_id": "req-76bb6b89-8a0f-4768-b944-210078bb046e"}]} 2026-06-04 07:45:06.122 7 INFO neutron.services.segments.plugin [-] Segment be4b59de-f7d2-4e44-a7f6-de7929213f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4b59de-f7d2-4e44-a7f6-de7929213f52 found for delete ", "request_id": "req-72668fe1-63f1-4db5-a835-7528545e5965"}]} [pid: 7|app: 0|req: 910/1949] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:06 2026] GET /v2.0/security-groups?tenant_id=014a9110e2314486b791a4f632a4a420&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1950] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:06 2026] DELETE /v2.0/security-groups/6f64026c-6e68-44ac-8dc6-53ace7d4f603 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1951] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:06 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1041/1952] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:07 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1953] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:45:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03d0beb8a82e4414be47c4cded27fe32 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1954] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:45:07 2026] POST /v2.0/ports => generated 954 bytes in 492 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: 1043/1955] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:08 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1956] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:08 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 913/1957] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:45:07 2026] PUT /v2.0/ports/5c31d7ee-9edb-44d3-a521-f6c268ee4255 => generated 1235 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:08.277 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bfb72c2-144b-4529-8f10-d139d905a6ae'] response: {'name': 'network-changed', 'server_uuid': '4fe40d67-27da-4a64-ad75-ee00ceb04a6a', 'tag': '5c31d7ee-9edb-44d3-a521-f6c268ee4255', 'status': 'completed', 'code': 200} 2026-06-04 07:45:08.694 8 INFO neutron.db.segments_db [None req-ae7cdc17-798a-4a6b-a73e-4454307207fe eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Added segment 11727c2c-b064-4af9-8446-f219a90bc705 of type vxlan for network 698fa63d-e7bb-4305-96fc-9f2abba2b653 [pid: 8|app: 0|req: 1045/1958] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:08 2026] POST /v2.0/networks => generated 644 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 914/1959] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:08 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1960] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:45:08 2026] GET /v2.0/networks?tenant_id=03d0beb8a82e4414be47c4cded27fe32&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1961] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:45:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1962] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:45:08 2026] POST /v2.0/ports => generated 775 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:09.157 7 INFO neutron.db.segments_db [None req-65cbdce5-52e5-4c06-b740-5efb23e04b3c eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Added segment 11cc09ed-d61a-455a-8361-a4c5986da73d of type vxlan for network fb541b63-25a1-4e67-a84a-e7ff3851dcca [pid: 7|app: 0|req: 917/1963] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:09 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 918/1964] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:09 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1965] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:09 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1966] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:09 2026] POST /v2.0/subnets => generated 626 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1967] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:45:09 2026] POST /v2.0/ports => generated 950 bytes in 388 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: 1048/1968] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:09 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1969] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5c31d7ee-9edb-44d3-a521-f6c268ee4255 => 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: 1050/1970] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/subnets?id=e9166102-31de-464e-a5e7-ed023d6354cf => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:10.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-15416076-76d4-4d04-8f3b-a3888410b13c eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] TaaS: Handle Delete Port: 86df707f-b63c-4fe5-9cb1-b0f628698707 2026-06-04 07:45:10.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15416076-76d4-4d04-8f3b-a3888410b13c eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Tap Mirror: Handle Delete Port: 86df707f-b63c-4fe5-9cb1-b0f628698707 [pid: 8|app: 0|req: 1051/1971] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/ports?network_id=efeb2660-d7c2-4832-958e-7bde030ecd19&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1972] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1973] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1974] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:09 2026] DELETE /v2.0/ports/86df707f-b63c-4fe5-9cb1-b0f628698707 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:10.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56b91cc6-8e6c-4623-a594-a96858811a5d eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/1975] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:10 2026] DELETE /v2.0/ports/86df707f-b63c-4fe5-9cb1-b0f628698707 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:45:10.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1fbe298-53f4-40ed-b940-b95ad46bbd4c eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1976] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/ports/86df707f-b63c-4fe5-9cb1-b0f628698707 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1977] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:45:10 2026] DELETE /v2.0/subnets/ec7ad268-6b30-44b4-a206-1b5f9dfe8908 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1978] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1979] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:10 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:10.588 7 INFO neutron.services.segments.plugin [-] Segment 11cc09ed-d61a-455a-8361-a4c5986da73d resource provider aggregate not found 2026-06-04 07:45:10.594 7 INFO neutron.services.segments.plugin [-] Segment 11cc09ed-d61a-455a-8361-a4c5986da73d resource provider aggregate not found 2026-06-04 07:45:10.608 7 INFO neutron.services.segments.plugin [-] Segment 11cc09ed-d61a-455a-8361-a4c5986da73d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11cc09ed-d61a-455a-8361-a4c5986da73d found for delete ", "request_id": "req-290797eb-e897-41ef-921b-475f5e667c51"}]} 2026-06-04 07:45:10.612 7 INFO neutron.services.segments.plugin [-] Segment 11cc09ed-d61a-455a-8361-a4c5986da73d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11cc09ed-d61a-455a-8361-a4c5986da73d found for delete ", "request_id": "req-dfc56523-6fd2-4b75-833d-5c1bc2598580"}]} [pid: 7|app: 0|req: 923/1980] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:10 2026] DELETE /v2.0/networks/fb541b63-25a1-4e67-a84a-e7ff3851dcca => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:10.704 8 INFO neutron.db.segments_db [None req-dd6c60dc-fe8b-4aad-b90f-01f7b0471d8f eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Added segment e6777a06-5dc0-4a12-8c11-30833f000d0c of type vxlan for network b5c84c9f-17bf-40c2-8330-f279116d7a5a [pid: 8|app: 0|req: 1058/1981] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:45:10 2026] POST /v2.0/networks => generated 631 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1982] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:10 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1983] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:45:11 2026] POST /v2.0/ports => generated 916 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:11.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e4ab8fc-f641-407e-9369-7c72ea55d440 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] TaaS: Handle Delete Port: 1ff02b99-d34d-457c-bb40-ed3a4afe6c0c 2026-06-04 07:45:11.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e4ab8fc-f641-407e-9369-7c72ea55d440 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Tap Mirror: Handle Delete Port: 1ff02b99-d34d-457c-bb40-ed3a4afe6c0c [pid: 7|app: 0|req: 925/1984] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:11 2026] DELETE /v2.0/ports/1ff02b99-d34d-457c-bb40-ed3a4afe6c0c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:11.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7a5055e-76d4-48e9-b48b-f6898b54dc5a eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1985] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:45:11 2026] GET /v2.0/ports/1ff02b99-d34d-457c-bb40-ed3a4afe6c0c => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1986] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:11 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1061/1987] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:11 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 927/1988] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:45:11 2026] DELETE /v2.0/subnets/0197309c-a481-47e0-9490-5b1afef62a11 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:11.893 8 INFO neutron.services.segments.plugin [-] Segment e6777a06-5dc0-4a12-8c11-30833f000d0c resource provider aggregate not found 2026-06-04 07:45:11.897 8 INFO neutron.services.segments.plugin [-] Segment e6777a06-5dc0-4a12-8c11-30833f000d0c resource provider aggregate not found 2026-06-04 07:45:11.915 8 INFO neutron.services.segments.plugin [-] Segment e6777a06-5dc0-4a12-8c11-30833f000d0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6777a06-5dc0-4a12-8c11-30833f000d0c found for delete ", "request_id": "req-17a40351-9255-461d-923d-9e172deffd34"}]} 2026-06-04 07:45:11.919 8 INFO neutron.services.segments.plugin [-] Segment e6777a06-5dc0-4a12-8c11-30833f000d0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6777a06-5dc0-4a12-8c11-30833f000d0c found for delete ", "request_id": "req-e79f6c0b-35e4-470f-bb35-dfc55841e366"}]} [pid: 8|app: 0|req: 1062/1989] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:11 2026] DELETE /v2.0/networks/b5c84c9f-17bf-40c2-8330-f279116d7a5a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1992] 10.0.0.60 () {34 vars in 664 bytes} [Thu Jun 4 07:45:11 2026] POST /v2.0/ports => generated 775 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1993] 10.0.0.60 () {34 vars in 736 bytes} [Thu Jun 4 07:45:12 2026] PUT /v2.0/ports/05c3879d-e9c6-4504-b471-ae52e933a21c => generated 752 bytes in 233 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-06-04 07:45:12.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c6ba8cf-c46c-44e4-a34f-75167f1a3184 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] TaaS: Handle Delete Port: 05c3879d-e9c6-4504-b471-ae52e933a21c 2026-06-04 07:45:12.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c6ba8cf-c46c-44e4-a34f-75167f1a3184 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Tap Mirror: Handle Delete Port: 05c3879d-e9c6-4504-b471-ae52e933a21c [pid: 7|app: 0|req: 929/1994] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:12 2026] DELETE /v2.0/ports/05c3879d-e9c6-4504-b471-ae52e933a21c => generated 0 bytes in 203 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: 1066/1995] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:45:12 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:12.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56c15f45-1205-493e-aecb-f743c37381e9 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1996] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:45:12 2026] GET /v2.0/ports/05c3879d-e9c6-4504-b471-ae52e933a21c => 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: 1067/1997] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:45:12 2026] GET /v2.0/ports => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1998] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:45:12 2026] GET /v2.0/ports/172f9103-7399-45e1-947d-f4f67daccc11 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:12.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-577f93c6-5563-4113-9245-f78fdec8025c eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1999] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:12 2026] DELETE /v2.0/ports/1ff02b99-d34d-457c-bb40-ed3a4afe6c0c => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:45:12.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bff1e691-366c-42e8-851b-9cfc77b3e502 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/2000] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:45:12 2026] DELETE /v2.0/subnets/0197309c-a481-47e0-9490-5b1afef62a11 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2001] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:12 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:12.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72738e68-63e8-4fba-a775-9143fd7f071b eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/2002] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:45:12 2026] DELETE /v2.0/subnets/ec7ad268-6b30-44b4-a206-1b5f9dfe8908 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2003] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:12 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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-06-04 07:45:12.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-f571d576-0295-4044-b4a6-55d8e4af90f9 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] TaaS: Handle Delete Port: 172f9103-7399-45e1-947d-f4f67daccc11 2026-06-04 07:45:12.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f571d576-0295-4044-b4a6-55d8e4af90f9 eb03498eccc740ba98cb6cd7ffd3af53 36f6a92704fa4388b0ae5a4ca3d5f188 - - default default] Tap Mirror: Handle Delete Port: 172f9103-7399-45e1-947d-f4f67daccc11 [pid: 7|app: 0|req: 935/2004] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:45:12 2026] DELETE /v2.0/ports/172f9103-7399-45e1-947d-f4f67daccc11 => 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: 1070/2005] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:45:13 2026] DELETE /v2.0/networks/698fa63d-e7bb-4305-96fc-9f2abba2b653 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:45:13.940 8 INFO neutron.services.segments.plugin [-] Segment 11727c2c-b064-4af9-8446-f219a90bc705 resource provider aggregate not found 2026-06-04 07:45:13.941 8 INFO neutron.services.segments.plugin [-] Segment 11727c2c-b064-4af9-8446-f219a90bc705 resource provider aggregate not found 2026-06-04 07:45:13.959 8 INFO neutron.services.segments.plugin [-] Segment 11727c2c-b064-4af9-8446-f219a90bc705 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11727c2c-b064-4af9-8446-f219a90bc705 found for delete ", "request_id": "req-759ea6b4-baee-4cb4-a5c4-19b7ff11b5a0"}]} [pid: 7|app: 0|req: 936/2006] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:13 2026] GET /v2.0/security-groups?tenant_id=36f6a92704fa4388b0ae5a4ca3d5f188&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:13.967 8 INFO neutron.services.segments.plugin [-] Segment 11727c2c-b064-4af9-8446-f219a90bc705 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11727c2c-b064-4af9-8446-f219a90bc705 found for delete ", "request_id": "req-cc61b236-d2e7-4d76-a286-90382ab13ee6"}]} [pid: 8|app: 0|req: 1071/2007] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:13 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1072/2008] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:14 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 937/2009] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:13 2026] DELETE /v2.0/security-groups/d7d60a1a-71e3-433e-a03e-6b66df74c6d7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2010] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:15 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2011] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:15 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 8|app: 0|req: 1074/2012] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:15 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2013] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:15 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 8|app: 0|req: 1075/2014] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:45:15 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2015] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:45:15 2026] POST /v2.0/security-groups => generated 1623 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2016] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:45:16 2026] GET /v2.0/security-groups => generated 4528 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:16.379 7 INFO neutron.db.l3_db [None req-c0b064ab-0982-42a2-a17f-bc4698c7bbf7 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Floating IP 7d8ba68c-893e-4961-9614-8438850b6a6d associated. External IP: 10.96.250.206, port: 5c31d7ee-9edb-44d3-a521-f6c268ee4255. [pid: 8|app: 0|req: 1078/2017] 10.0.0.60 () {34 vars in 757 bytes} [Thu Jun 4 07:45:16 2026] PUT /v2.0/security-groups/c9a0b92d-53f5-4f22-958f-395ba61e344b => generated 1664 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2018] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:45:16 2026] GET /v2.0/security-groups/c9a0b92d-53f5-4f22-958f-395ba61e344b => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2019] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:16 2026] DELETE /v2.0/security-groups/c9a0b92d-53f5-4f22-958f-395ba61e344b => 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: 1081/2020] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:45:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:16.539 8 INFO neutron.api.v2.resource [None req-e87a6c9b-38ab-4293-8fb8-14a7e0874863 237487e838d643c59c62d44a91ba645e b93fc0199aa847a2b3669bd226a25a8f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1082/2021] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:16 2026] DELETE /v2.0/security-groups/c9a0b92d-53f5-4f22-958f-395ba61e344b => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2022] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:45:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2023] 10.0.0.60 () {34 vars in 676 bytes} [Thu Jun 4 07:45:15 2026] POST /v2.0/floatingips => generated 855 bytes in 1212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:16.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25a22368-afae-4ac8-a54b-c7e114506130'] response: {'name': 'network-changed', 'server_uuid': '4fe40d67-27da-4a64-ad75-ee00ceb04a6a', 'tag': '5c31d7ee-9edb-44d3-a521-f6c268ee4255', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 941/2024] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:16 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2025] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2026] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:45:16 2026] GET /v2.0/security-group-rules/49575ca8-d66f-4f24-bf57-1229c3188759 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2027] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:45:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2028] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:45:16 2026] DELETE /v2.0/security-group-rules/49575ca8-d66f-4f24-bf57-1229c3188759 => 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: 1086/2029] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:45:16 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: 944/2030] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2031] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-group-rules/0264b328-bab1-4b3b-80fd-accaa19e3344 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2032] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2033] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 946/2034] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:45:17 2026] DELETE /v2.0/security-group-rules/0264b328-bab1-4b3b-80fd-accaa19e3344 => 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: 947/2035] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2036] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:17.432 7 INFO neutron.db.securitygroups_db [None req-a1e5258c-f7df-4310-b24e-71a6da7706ce 237487e838d643c59c62d44a91ba645e b93fc0199aa847a2b3669bd226a25a8f - - default default] Project b93fc0199aa847a2b3669bd226a25a8f 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: 1090/2037] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5c31d7ee-9edb-44d3-a521-f6c268ee4255 => 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: 1091/2038] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/subnets?id=e9166102-31de-464e-a5e7-ed023d6354cf => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2039] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2040] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-group-rules/ba9f4b9e-dad1-42be-b832-c1dafe75ac63 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2041] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/ports?network_id=efeb2660-d7c2-4832-958e-7bde030ecd19&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: 1093/2042] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 950/2043] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2044] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 951/2045] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:45:17 2026] DELETE /v2.0/security-group-rules/ba9f4b9e-dad1-42be-b832-c1dafe75ac63 => 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: 1095/2046] 10.0.0.60 () {32 vars in 672 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2047] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:17 2026] DELETE /v2.0/security-groups/a8f8359a-46e5-4ce1-86b2-bbcc208adf3d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2048] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 855 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2049] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2050] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:45:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2051] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:18 2026] GET /v2.0/security-groups?tenant_id=b93fc0199aa847a2b3669bd226a25a8f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2052] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:18 2026] DELETE /v2.0/security-groups/51ac6089-e893-4686-bc98-5b56fc59c58f => 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: 955/2053] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:18 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2054] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:22 2026] GET /v2.0/security-groups?tenant_id=06b298808bdc4a16b5575612f48bb809&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: 956/2055] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:23 2026] DELETE /v2.0/security-groups/9c8732d3-a182-4720-8a5f-ca192056107c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2056] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:45:23 2026] GET /v2.0/security-groups?tenant_id=1140a60d7bae471dbe4a89b60a159c8d&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2057] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:45:23 2026] DELETE /v2.0/security-groups/99d3a3a5-49eb-4422-976c-cb0316442998 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:45:25.695 8 INFO neutron.db.segments_db [None req-a1c65c5d-d094-4c99-9653-c3b8806ed7f1 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment fb3a3bd3-f947-4738-80e2-b16d1667cf91 of type vxlan for network 88d51d1a-0123-4fed-9dea-c9fe3daef0c0 [pid: 8|app: 0|req: 1101/2058] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:45:25 2026] POST /v2.0/networks => generated 741 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2059] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:25 2026] POST /v2.0/subnets => generated 688 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:26.051 8 INFO neutron.db.segments_db [None req-adb29c75-7df5-48f3-afe7-aff76b6e3508 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment e0195d80-742f-4672-b7ce-f35fd687e7a4 of type vxlan for network 33adf555-51cc-46e8-ab8c-0b0f54cc699f [pid: 7|app: 0|req: 959/2060] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:45:26 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:26.320 8 INFO neutron.db.l3_hamode_db [None req-adb29c75-7df5-48f3-afe7-aff76b6e3508 1dde3fb1dfd04553a431f2594ae72b84 2268c42b994c4a5bbb7f775364be4b65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 960/2061] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:45:26 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:27.059 8 INFO neutron.db.l3_hamode_db [None req-adb29c75-7df5-48f3-afe7-aff76b6e3508 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1102/2064] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:26 2026] POST /v2.0/routers => generated 728 bytes in 2015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2065] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:45:28 2026] PUT /v2.0/routers/24ce911b-3fdb-441b-acec-0ffa15c6718a/add_router_interface => generated 309 bytes in 1242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:30.515 8 INFO neutron.db.segments_db [None req-183f4f8b-3844-4391-803d-fb749cd15739 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 650efb36-899d-4786-aeeb-e2be3ec09cf5 of type vxlan for network c5a57e83-99a3-425d-8106-4c8b12afbac2 [pid: 8|app: 0|req: 1103/2066] 10.0.0.60 () {34 vars in 670 bytes} [Thu Jun 4 07:45:30 2026] POST /v2.0/networks => generated 741 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2067] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:30 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-06-04 07:45:30.876 8 INFO neutron.db.segments_db [None req-03bc4a18-5436-4530-b12c-407ff33f40e5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Added segment 45a9dd43-527d-404a-b415-2fccdc508aa0 of type vxlan for network 1fad2d3f-07f5-4292-9cae-8c3be02f220b 2026-06-04 07:45:31.188 8 INFO neutron.db.l3_hamode_db [None req-03bc4a18-5436-4530-b12c-407ff33f40e5 1dde3fb1dfd04553a431f2594ae72b84 dd0585d8ba6841a6b5c69a81dd2c05ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:45:31.946 8 INFO neutron.db.l3_hamode_db [None req-03bc4a18-5436-4530-b12c-407ff33f40e5 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1104/2068] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:45:30 2026] POST /v2.0/routers => generated 728 bytes in 2034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2069] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:45:32 2026] PUT /v2.0/routers/d15368c0-144f-4081-b807-021f07bb39bc/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2070] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:45:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2071] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2072] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2073] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2074] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:35.635 7 INFO neutron.db.securitygroups_db [None req-667d40cb-77a4-4f50-9844-227904372ff4 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] Project 2268c42b994c4a5bbb7f775364be4b65 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: 968/2075] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:35.764 8 INFO neutron.db.securitygroups_db [None req-1291f8fb-f362-47d9-9f5b-ba90a7a5f5a0 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] Project 2268c42b994c4a5bbb7f775364be4b65 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: 1108/2076] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2077] 10.0.0.60 () {32 vars in 825 bytes} [Thu Jun 4 07:45:36 2026] GET /v2.0/ports?project_id=03d0beb8a82e4414be47c4cded27fe32&network_id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 3691 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2078] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:45:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2079] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:45:36 2026] GET /v2.0/subnets?network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2080] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2081] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:36.755 8 INFO neutron.db.l3_db [None req-6ecea63e-42ec-435d-af90-6cd206c78c31 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Floating IP 7d8ba68c-893e-4961-9614-8438850b6a6d disassociated. External IP: 10.96.250.206, port: 5c31d7ee-9edb-44d3-a521-f6c268ee4255. [pid: 8|app: 0|req: 1112/2082] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:45:36 2026] PUT /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 554 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2083] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:37.190 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0badead-6b77-4e6b-83c4-81d97b2ce4bb'] response: {'name': 'network-changed', 'server_uuid': '4fe40d67-27da-4a64-ad75-ee00ceb04a6a', 'tag': '5c31d7ee-9edb-44d3-a521-f6c268ee4255', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 971/2084] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:45:36 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2085] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1575884113&fields=id&tenant_id=2268c42b994c4a5bbb7f775364be4b65 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2086] 10.0.0.7 () {34 vars in 1098 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1894660352&fields=id&tenant_id=2268c42b994c4a5bbb7f775364be4b65 => 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: 1115/2087] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/networks?id=88d51d1a-0123-4fed-9dea-c9fe3daef0c0 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2088] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/quotas/2268c42b994c4a5bbb7f775364be4b65 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2089] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/ports?tenant_id=2268c42b994c4a5bbb7f775364be4b65&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2090] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0?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: 1117/2091] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2092] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0?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: 1118/2093] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2094] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5c31d7ee-9edb-44d3-a521-f6c268ee4255 => 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: 1119/2095] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/subnets?id=e9166102-31de-464e-a5e7-ed023d6354cf => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2096] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/ports?network_id=efeb2660-d7c2-4832-958e-7bde030ecd19&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2097] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2098] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:37 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2099] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:38 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 979/2100] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:38 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2101] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:39 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => 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: 980/2102] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:39 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2103] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:40 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2104] 10.0.0.60 () {34 vars in 684 bytes} [Thu Jun 4 07:45:40 2026] POST /v2.0/security-groups => generated 1673 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2105] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2106] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:40 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: 1125/2107] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2108] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:41.026 8 INFO neutron.db.securitygroups_db [None req-bd4fbbab-555b-4342-bce1-069b6c8966b6 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Project 03d0beb8a82e4414be47c4cded27fe32 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: 1126/2109] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:45:41.143 7 INFO neutron.db.securitygroups_db [None req-4f327a75-434d-46f0-871b-753532a446d5 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Project 03d0beb8a82e4414be47c4cded27fe32 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: 1127/2110] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:41 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => 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: 984/2111] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:45:41 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2112] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:45:41 2026] GET /v2.0/networks => generated 1298 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2113] 10.0.0.7 () {34 vars in 1096 bytes} [Thu Jun 4 07:45:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-541638425&fields=id&tenant_id=03d0beb8a82e4414be47c4cded27fe32 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2114] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:45:41 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2115] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:45:41 2026] GET /v2.0/quotas/03d0beb8a82e4414be47c4cded27fe32 => 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: 1131/2118] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:45:41 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&fields=id => generated 149 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2119] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:45:42 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2120] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:45:42 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2121] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:42 2026] GET /v2.0/networks?id=88d51d1a-0123-4fed-9dea-c9fe3daef0c0 => generated 673 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2122] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:45:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2268c42b994c4a5bbb7f775364be4b65 => generated 274 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2123] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:42 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => 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: 991/2124] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:42 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1134/2125] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:45:42 2026] POST /v2.0/ports => generated 993 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2126] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:45:42 2026] PUT /v2.0/ports/8a57e016-2060-4df8-9532-18e28c166dc4 => generated 1274 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:43.146 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5e8715a-c09a-4568-995b-198562140e95'] response: {'name': 'network-changed', 'server_uuid': '67f50722-e47d-4a44-b546-f20224509ff4', 'tag': '8a57e016-2060-4df8-9532-18e28c166dc4', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1135/2127] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:43 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2128] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:43 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1136/2129] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:43 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&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: 994/2130] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:43 2026] GET /v2.0/ports?tenant_id=2268c42b994c4a5bbb7f775364be4b65&device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2131] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:45:43 2026] GET /v2.0/networks?tenant_id=2268c42b994c4a5bbb7f775364be4b65&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2132] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:45:43 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: 8|app: 0|req: 1138/2133] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 996/2134] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1008 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2135] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2136] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/ports?tenant_id=2268c42b994c4a5bbb7f775364be4b65&device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2137] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8a57e016-2060-4df8-9532-18e28c166dc4 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2138] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/subnets?id=abd89f3e-3ae2-4151-a6eb-7a72c3e51793 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2139] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/ports?network_id=88d51d1a-0123-4fed-9dea-c9fe3daef0c0&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2140] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:44 2026] GET /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2141] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:45 2026] GET /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2142] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:45 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1143/2143] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:45 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => 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: 1001/2144] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:45 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2145] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:46 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2146] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:45:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03d0beb8a82e4414be47c4cded27fe32 => 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: 1145/2147] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:46 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1146/2148] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:46 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2149] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:46 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&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: 7|app: 0|req: 1003/2150] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:45:46 2026] POST /v2.0/ports => generated 954 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2151] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:45:47 2026] PUT /v2.0/ports/d2e762c3-1160-4923-ad08-fcb126ac8b29 => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:47.598 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52714da4-44e7-4c76-89e9-fc103bdfbb0f'] response: {'name': 'network-changed', 'server_uuid': '468f20df-ce9a-48b5-b3a7-4dabd8ed95cc', 'tag': 'd2e762c3-1160-4923-ad08-fcb126ac8b29', '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: 1004/2152] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:47 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1149/2153] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:47 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&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: 1005/2154] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2155] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2156] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2157] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/networks?tenant_id=03d0beb8a82e4414be47c4cded27fe32&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2158] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2159] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1279 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2160] 199.204.45.205 () {34 vars in 1124 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&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: 1153/2161] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:48 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2162] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2163] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2164] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2165] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2166] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d2e762c3-1160-4923-ad08-fcb126ac8b29 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2167] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/subnets?id=e9166102-31de-464e-a5e7-ed023d6354cf => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2168] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/ports?network_id=efeb2660-d7c2-4832-958e-7bde030ecd19&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2169] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 1013/2170] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:49 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 1158/2171] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:50 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2172] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:50 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&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: 1159/2173] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:50 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2174] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:45:50 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2175] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:50 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:50.969 7 INFO neutron.db.l3_db [None req-8d9504d4-ea83-4c6b-9027-9f7c312a7dc9 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] Floating IP efbc1dc3-c7a9-4ee3-b2ba-d9d3dfa3a860 associated. External IP: 10.96.250.201, port: 8a57e016-2060-4df8-9532-18e28c166dc4. [pid: 7|app: 0|req: 1016/2176] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:45:50 2026] PUT /v2.0/floatingips/efbc1dc3-c7a9-4ee3-b2ba-d9d3dfa3a860 => generated 855 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:51.320 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c78b506-e092-4208-99e7-e2face810a92'] response: {'name': 'network-changed', 'server_uuid': '67f50722-e47d-4a44-b546-f20224509ff4', 'tag': '8a57e016-2060-4df8-9532-18e28c166dc4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1161/2177] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:51 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2178] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:51 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2179] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:51 2026] GET /v2.0/ports?tenant_id=2268c42b994c4a5bbb7f775364be4b65&device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2180] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:51 2026] GET /v2.0/networks?id=88d51d1a-0123-4fed-9dea-c9fe3daef0c0 => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2181] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8a57e016-2060-4df8-9532-18e28c166dc4 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2182] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:51 2026] GET /v2.0/subnets?id=abd89f3e-3ae2-4151-a6eb-7a72c3e51793 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2183] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:52 2026] GET /v2.0/ports?network_id=88d51d1a-0123-4fed-9dea-c9fe3daef0c0&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: 1020/2184] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:52 2026] GET /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0?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: 1165/2185] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:52 2026] GET /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2186] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:52 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2187] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:52 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2188] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:53 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2189] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:53 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&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: 1023/2190] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:54 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2191] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:54 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&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: 1024/2192] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:56 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1169/2193] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:56 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&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: 1025/2194] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:45:56 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1170/2195] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:45:56 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2196] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:45:56 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:45:56.747 8 INFO neutron.db.l3_db [None req-85076877-1329-4cce-ad6a-188226ec81f7 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Floating IP 7d8ba68c-893e-4961-9614-8438850b6a6d associated. External IP: 10.96.250.206, port: d2e762c3-1160-4923-ad08-fcb126ac8b29. [pid: 8|app: 0|req: 1171/2199] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:45:56 2026] PUT /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 855 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:45:57.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2be748be-d4cf-4f8e-b9a0-1d9787651132'] response: {'name': 'network-changed', 'server_uuid': '468f20df-ce9a-48b5-b3a7-4dabd8ed95cc', 'tag': 'd2e762c3-1160-4923-ad08-fcb126ac8b29', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1029/2200] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2201] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/ports?tenant_id=03d0beb8a82e4414be47c4cded27fe32&device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2202] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/networks?id=efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2203] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d2e762c3-1160-4923-ad08-fcb126ac8b29 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2204] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/subnets?id=e9166102-31de-464e-a5e7-ed023d6354cf => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2205] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/ports?network_id=efeb2660-d7c2-4832-958e-7bde030ecd19&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: 1032/2206] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 1175/2207] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:45:57 2026] GET /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19?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: 1033/2208] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:58 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2209] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:45:59 2026] GET /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 857 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2210] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:00 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2211] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:46:00 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2212] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:46:01 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1279 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2213] 10.0.0.60 () {32 vars in 857 bytes} [Thu Jun 4 07:46:01 2026] GET /v2.0/floatingips?floating_network_id=d1492144-dfb2-41b2-a9f7-4b5c95a1227b&port_id=8a57e016-2060-4df8-9532-18e28c166dc4 => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2214] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:46:01 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2215] 10.0.0.242 () {34 vars in 1120 bytes} [Thu Jun 4 07:46:01 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2216] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:04 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2217] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:46:04 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2218] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:05 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2219] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:46:06 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&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: 1039/2220] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:46:06 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2221] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:46:06 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&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: 1040/2222] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:07 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2223] 10.0.0.7 () {34 vars in 1118 bytes} [Thu Jun 4 07:46:07 2026] GET /v2.0/security-groups?id=16f345e2-82d3-4c94-b34e-ed0c6eae8ee3&id=ada9b710-7eb4-4b18-a3bd-4f007544907a&fields=id&fields=name => generated 207 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2224] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:46:07 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:46:07.382 7 INFO neutron_taas.services.taas.taas_plugin [req-84080c18-11df-433b-b430-b21354f10e19 req-21913ef1-6047-4c71-bd4d-d7043dfd8020 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] TaaS: Handle Delete Port: 8a57e016-2060-4df8-9532-18e28c166dc4 2026-06-04 07:46:07.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84080c18-11df-433b-b430-b21354f10e19 req-21913ef1-6047-4c71-bd4d-d7043dfd8020 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] Tap Mirror: Handle Delete Port: 8a57e016-2060-4df8-9532-18e28c166dc4 2026-06-04 07:46:07.493 7 INFO neutron.db.l3_db [req-84080c18-11df-433b-b430-b21354f10e19 req-21913ef1-6047-4c71-bd4d-d7043dfd8020 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] Floating IP efbc1dc3-c7a9-4ee3-b2ba-d9d3dfa3a860 disassociated. External IP: 10.96.250.201, port: 8a57e016-2060-4df8-9532-18e28c166dc4. [pid: 7|app: 0|req: 1042/2225] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:46:07 2026] DELETE /v2.0/ports/8a57e016-2060-4df8-9532-18e28c166dc4 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:46:07.873 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdb9a11e-023d-4107-8929-95d2af63d002'] response: {'server_uuid': '67f50722-e47d-4a44-b546-f20224509ff4', 'name': 'network-vif-deleted', 'tag': '8a57e016-2060-4df8-9532-18e28c166dc4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1184/2226] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:08 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2227] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:09 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => 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: 1185/2228] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:10 2026] GET /v2.0/ports?device_id=67f50722-e47d-4a44-b546-f20224509ff4 => 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: 1044/2229] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:11 2026] DELETE /v2.0/security-groups/ada9b710-7eb4-4b18-a3bd-4f007544907a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:11.881 8 INFO neutron.api.v2.resource [None req-bceefd27-1565-42f9-9d65-f2d76f0c74ec 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1186/2230] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:46:11 2026] GET /v2.0/security-groups/ada9b710-7eb4-4b18-a3bd-4f007544907a => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:46:12.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-703eddb7-5139-4eef-98fd-eb9a5a331337 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] TaaS: Handle Delete Port: af055e1a-3d09-4484-a363-7749a8678167 2026-06-04 07:46:12.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-703eddb7-5139-4eef-98fd-eb9a5a331337 5823309820e2473cb345b1c90fad9de0 2268c42b994c4a5bbb7f775364be4b65 - - default default] Tap Mirror: Handle Delete Port: af055e1a-3d09-4484-a363-7749a8678167 [pid: 7|app: 0|req: 1045/2233] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:11 2026] DELETE /v2.0/floatingips/efbc1dc3-c7a9-4ee3-b2ba-d9d3dfa3a860 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2234] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:12 2026] DELETE /v2.0/security-groups/16f345e2-82d3-4c94-b34e-ed0c6eae8ee3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:12.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-77b755db-8573-4a85-9f3d-78f016800973 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 9e3e7307-4b0b-4f89-9758-2ef2632b6018 2026-06-04 07:46:12.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77b755db-8573-4a85-9f3d-78f016800973 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 9e3e7307-4b0b-4f89-9758-2ef2632b6018 [pid: 7|app: 0|req: 1046/2235] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:46:12 2026] PUT /v2.0/routers/24ce911b-3fdb-441b-acec-0ffa15c6718a/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:13.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-52a14b07-2e9b-4089-8bf4-af96969429a9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: beeb8945-a4ce-4e21-b22e-3ebcdd9539f6 2026-06-04 07:46:13.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52a14b07-2e9b-4089-8bf4-af96969429a9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: beeb8945-a4ce-4e21-b22e-3ebcdd9539f6 2026-06-04 07:46:13.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-52a14b07-2e9b-4089-8bf4-af96969429a9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: e87a5e36-5a96-44d1-aba6-385a8d27e8fa 2026-06-04 07:46:13.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52a14b07-2e9b-4089-8bf4-af96969429a9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: e87a5e36-5a96-44d1-aba6-385a8d27e8fa 2026-06-04 07:46:14.387 8 INFO neutron.services.segments.plugin [-] Segment e0195d80-742f-4672-b7ce-f35fd687e7a4 resource provider aggregate not found 2026-06-04 07:46:14.392 8 INFO neutron.services.segments.plugin [-] Segment e0195d80-742f-4672-b7ce-f35fd687e7a4 resource provider aggregate not found 2026-06-04 07:46:14.406 8 INFO neutron.services.segments.plugin [-] Segment e0195d80-742f-4672-b7ce-f35fd687e7a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0195d80-742f-4672-b7ce-f35fd687e7a4 found for delete ", "request_id": "req-413cf58e-23cf-4bbc-a8e3-d24cd326cbc3"}]} 2026-06-04 07:46:14.412 8 INFO neutron.services.segments.plugin [-] Segment e0195d80-742f-4672-b7ce-f35fd687e7a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0195d80-742f-4672-b7ce-f35fd687e7a4 found for delete ", "request_id": "req-5ec2f43c-db45-4964-a7aa-08e6e0d3ab30"}]} 2026-06-04 07:46:14.418 8 INFO neutron.db.l3_hamode_db [None req-52a14b07-2e9b-4089-8bf4-af96969429a9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network 33adf555-51cc-46e8-ab8c-0b0f54cc699f was deleted as no HA routers are present in tenant 2268c42b994c4a5bbb7f775364be4b65. [pid: 8|app: 0|req: 1190/2236] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:13 2026] DELETE /v2.0/routers/24ce911b-3fdb-441b-acec-0ffa15c6718a => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2237] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:14 2026] DELETE /v2.0/subnets/abd89f3e-3ae2-4151-a6eb-7a72c3e51793 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:46:14.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9b54e95-ce1b-4668-b073-127cfc756945 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 270712aa-5f52-42b7-b54c-0b71d6b22270 2026-06-04 07:46:14.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b54e95-ce1b-4668-b073-127cfc756945 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 270712aa-5f52-42b7-b54c-0b71d6b22270 [pid: 8|app: 0|req: 1191/2238] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:46:14 2026] DELETE /v2.0/networks/88d51d1a-0123-4fed-9dea-c9fe3daef0c0 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:46:15.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a48ae3d-8a46-4192-90c9-cdb98a8e39ea 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 2afd4c0f-8be5-4876-8976-8bfff30ba393 2026-06-04 07:46:15.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a48ae3d-8a46-4192-90c9-cdb98a8e39ea 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 2afd4c0f-8be5-4876-8976-8bfff30ba393 2026-06-04 07:46:16.429 8 INFO neutron.services.segments.plugin [-] Segment fb3a3bd3-f947-4738-80e2-b16d1667cf91 resource provider aggregate not found 2026-06-04 07:46:16.436 8 INFO neutron.services.segments.plugin [-] Segment fb3a3bd3-f947-4738-80e2-b16d1667cf91 resource provider aggregate not found 2026-06-04 07:46:16.448 8 INFO neutron.services.segments.plugin [-] Segment fb3a3bd3-f947-4738-80e2-b16d1667cf91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3a3bd3-f947-4738-80e2-b16d1667cf91 found for delete ", "request_id": "req-37bd3572-f9c6-4d7b-afb5-397ea0db5cbf"}]} 2026-06-04 07:46:16.453 8 INFO neutron.services.segments.plugin [-] Segment fb3a3bd3-f947-4738-80e2-b16d1667cf91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb3a3bd3-f947-4738-80e2-b16d1667cf91 found for delete ", "request_id": "req-03708683-4fbd-418e-80f5-3558a145ff9d"}]} [pid: 7|app: 0|req: 1048/2239] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:46:14 2026] PUT /v2.0/routers/d15368c0-144f-4081-b807-021f07bb39bc/remove_router_interface => generated 309 bytes in 1609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:16.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-2669bea1-0016-4b4f-a9ca-e47ee720bb8b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 48697377-d3b8-4df5-8019-10394f452802 2026-06-04 07:46:16.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2669bea1-0016-4b4f-a9ca-e47ee720bb8b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 48697377-d3b8-4df5-8019-10394f452802 2026-06-04 07:46:17.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-2669bea1-0016-4b4f-a9ca-e47ee720bb8b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 74c24260-7b62-4215-ab05-fb96749978cd 2026-06-04 07:46:17.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2669bea1-0016-4b4f-a9ca-e47ee720bb8b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 74c24260-7b62-4215-ab05-fb96749978cd [pid: 7|app: 0|req: 1049/2240] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:17 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2241] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:46:17 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:17.435 8 INFO neutron.db.l3_hamode_db [None req-2669bea1-0016-4b4f-a9ca-e47ee720bb8b 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] HA network 1fad2d3f-07f5-4292-9cae-8c3be02f220b was deleted as no HA routers are present in tenant dd0585d8ba6841a6b5c69a81dd2c05ee. [pid: 8|app: 0|req: 1192/2242] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:16 2026] DELETE /v2.0/routers/d15368c0-144f-4081-b807-021f07bb39bc => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2243] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:17 2026] DELETE /v2.0/subnets/f9da50ba-1fca-4948-8abe-f2e4abbc9d61 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:46:17.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-f118d023-5398-45bd-8c35-2d99d3ccba29 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 897b53fc-c643-4baf-a90c-96814b85b72b 2026-06-04 07:46:17.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f118d023-5398-45bd-8c35-2d99d3ccba29 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 897b53fc-c643-4baf-a90c-96814b85b72b [pid: 8|app: 0|req: 1193/2244] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:46:17 2026] DELETE /v2.0/networks/c5a57e83-99a3-425d-8106-4c8b12afbac2 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2245] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:18 2026] GET /v2.0/security-groups?tenant_id=dd0585d8ba6841a6b5c69a81dd2c05ee&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: 1194/2246] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:18 2026] DELETE /v2.0/security-groups/630c8dfb-2b4c-48d3-ac95-d8771943388f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2247] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:18 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:18.473 8 INFO neutron.services.segments.plugin [-] Segment 45a9dd43-527d-404a-b415-2fccdc508aa0 resource provider aggregate not found 2026-06-04 07:46:18.483 8 INFO neutron.services.segments.plugin [-] Segment 45a9dd43-527d-404a-b415-2fccdc508aa0 resource provider aggregate not found 2026-06-04 07:46:18.490 8 INFO neutron.services.segments.plugin [-] Segment 45a9dd43-527d-404a-b415-2fccdc508aa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45a9dd43-527d-404a-b415-2fccdc508aa0 found for delete ", "request_id": "req-cdbadff7-ce47-49aa-ad6b-e941fe5a0eee"}]} [pid: 8|app: 0|req: 1195/2248] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:46:18 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:18.504 8 INFO neutron.services.segments.plugin [-] Segment 650efb36-899d-4786-aeeb-e2be3ec09cf5 resource provider aggregate not found 2026-06-04 07:46:18.504 8 INFO neutron.services.segments.plugin [-] Segment 45a9dd43-527d-404a-b415-2fccdc508aa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45a9dd43-527d-404a-b415-2fccdc508aa0 found for delete ", "request_id": "req-a6c6aac9-bcc2-44ef-94e2-9fe4acee07de"}]} 2026-06-04 07:46:18.519 8 INFO neutron.services.segments.plugin [-] Segment 650efb36-899d-4786-aeeb-e2be3ec09cf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650efb36-899d-4786-aeeb-e2be3ec09cf5 found for delete ", "request_id": "req-e8829517-7a3e-416c-9e17-eee78460ed4f"}]} 2026-06-04 07:46:18.521 8 INFO neutron.services.segments.plugin [-] Segment 650efb36-899d-4786-aeeb-e2be3ec09cf5 resource provider aggregate not found 2026-06-04 07:46:18.530 8 INFO neutron.services.segments.plugin [-] Segment 650efb36-899d-4786-aeeb-e2be3ec09cf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 650efb36-899d-4786-aeeb-e2be3ec09cf5 found for delete ", "request_id": "req-8a967186-3b40-4800-9d20-3fc78fa737ea"}]} [pid: 7|app: 0|req: 1054/2249] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:18 2026] GET /v2.0/security-groups?tenant_id=2268c42b994c4a5bbb7f775364be4b65&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: 1196/2250] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:18 2026] DELETE /v2.0/security-groups/cf4d87ec-8962-4777-aa59-23f15fb39f8b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2251] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:19 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2252] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:46:19 2026] GET /v2.0/security-groups?id=028cbc3f-cc23-425f-b733-6dbbea9cba02&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2253] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:46:19 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:19.893 8 INFO neutron_taas.services.taas.taas_plugin [req-32955ee2-e4f7-4247-89ea-9ff99ea6fdb9 req-4ca64623-769f-462f-b023-04167c7d6da8 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: d2e762c3-1160-4923-ad08-fcb126ac8b29 2026-06-04 07:46:19.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32955ee2-e4f7-4247-89ea-9ff99ea6fdb9 req-4ca64623-769f-462f-b023-04167c7d6da8 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: d2e762c3-1160-4923-ad08-fcb126ac8b29 2026-06-04 07:46:20.011 8 INFO neutron.db.l3_db [req-32955ee2-e4f7-4247-89ea-9ff99ea6fdb9 req-4ca64623-769f-462f-b023-04167c7d6da8 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Floating IP 7d8ba68c-893e-4961-9614-8438850b6a6d disassociated. External IP: 10.96.250.206, port: d2e762c3-1160-4923-ad08-fcb126ac8b29. [pid: 8|app: 0|req: 1198/2254] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:46:19 2026] DELETE /v2.0/ports/d2e762c3-1160-4923-ad08-fcb126ac8b29 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:46:20.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35b6c697-8857-40e5-8f88-3ee04e4cfb28'] response: {'server_uuid': '468f20df-ce9a-48b5-b3a7-4dabd8ed95cc', 'name': 'network-vif-deleted', 'tag': 'd2e762c3-1160-4923-ad08-fcb126ac8b29', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1057/2255] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:20 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1199/2256] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:21 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2257] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:22 2026] GET /v2.0/ports?device_id=468f20df-ce9a-48b5-b3a7-4dabd8ed95cc => 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: 1200/2258] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:46:23 2026] POST /v2.0/floatingips => generated 552 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2259] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:23 2026] DELETE /v2.0/security-groups/028cbc3f-cc23-425f-b733-6dbbea9cba02 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:24.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-858d3011-6b7d-41e4-b884-fc4171a85be2 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: d3b42c0a-cee8-41bb-af55-4c852c715e29 2026-06-04 07:46:24.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-858d3011-6b7d-41e4-b884-fc4171a85be2 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: d3b42c0a-cee8-41bb-af55-4c852c715e29 [pid: 7|app: 0|req: 1059/2260] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:46:23 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2261] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:24 2026] DELETE /v2.0/floatingips/7d8ba68c-893e-4961-9614-8438850b6a6d => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2262] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:24 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2263] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:46:24 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 1060/2264] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:46:24 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2265] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:46:24 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2266] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:25 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2267] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:46:25 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 1061/2268] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:46:25 2026] POST /v2.0/floatingips => generated 552 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2269] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:46:26 2026] PUT /v2.0/floatingips/26d899d6-3301-4f80-8631-23e7dd518f5f/tags => generated 17 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2270] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:46:26 2026] PUT /v2.0/floatingips/9d03fb89-a58b-47cf-98e6-dcc2a6dafa63/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2271] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:46:26 2026] PUT /v2.0/floatingips/a6784fdd-6267-4658-88c0-1173dee2be18/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2272] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:46:26 2026] PUT /v2.0/floatingips/8b738c58-be3f-4b45-b3f3-ef4a08b0a37d/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2273] 10.0.0.60 () {32 vars in 671 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2274] 10.0.0.60 () {32 vars in 685 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2275] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2276] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2277] 10.0.0.60 () {32 vars in 679 bytes} [Thu Jun 4 07:46:26 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: 1066/2278] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2279] 10.0.0.60 () {32 vars in 689 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2280] 10.0.0.60 () {32 vars in 701 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2281] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:26 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:46:27.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-27d09faf-b462-4549-8227-748cbb59b60c 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] TaaS: Handle Delete Port: 55b6a323-65ea-4bf2-92ec-5d2847e174d9 2026-06-04 07:46:27.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27d09faf-b462-4549-8227-748cbb59b60c 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] Tap Mirror: Handle Delete Port: 55b6a323-65ea-4bf2-92ec-5d2847e174d9 [pid: 7|app: 0|req: 1071/2284] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:46:27 2026] GET /v2.0/security-groups?id=70bb0b06-1c51-415c-b40c-e7cd8f3b2058&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: 1072/2285] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:46:27 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1214/2286] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:26 2026] DELETE /v2.0/floatingips/26d899d6-3301-4f80-8631-23e7dd518f5f => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:27.293 7 INFO neutron_taas.services.taas.taas_plugin [req-403d6d97-a600-4f5f-8083-b20f598e2267 req-abb32dca-0982-43d8-8006-491834113fcb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: 5c31d7ee-9edb-44d3-a521-f6c268ee4255 2026-06-04 07:46:27.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-403d6d97-a600-4f5f-8083-b20f598e2267 req-abb32dca-0982-43d8-8006-491834113fcb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: 5c31d7ee-9edb-44d3-a521-f6c268ee4255 2026-06-04 07:46:27.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f16d783-9b64-4bf5-b3c6-7b7da6fd2289 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] TaaS: Handle Delete Port: 39cb061a-41ff-4c88-83fe-bb6b51cacda2 2026-06-04 07:46:27.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f16d783-9b64-4bf5-b3c6-7b7da6fd2289 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] Tap Mirror: Handle Delete Port: 39cb061a-41ff-4c88-83fe-bb6b51cacda2 [pid: 7|app: 0|req: 1073/2287] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:46:27 2026] DELETE /v2.0/ports/5c31d7ee-9edb-44d3-a521-f6c268ee4255 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2288] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:27 2026] DELETE /v2.0/floatingips/9d03fb89-a58b-47cf-98e6-dcc2a6dafa63 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:27.529 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-216d59c6-2289-45f2-a534-8370de12139c'] response: {'server_uuid': '4fe40d67-27da-4a64-ad75-ee00ceb04a6a', 'name': 'network-vif-deleted', 'tag': '5c31d7ee-9edb-44d3-a521-f6c268ee4255', 'status': 'completed', 'code': 200} 2026-06-04 07:46:27.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-00f131ee-e6b8-4fb1-a06d-b1b3cd2e3d8c 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] TaaS: Handle Delete Port: 77802264-ba61-446f-b87b-eef61fe222ae 2026-06-04 07:46:27.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f131ee-e6b8-4fb1-a06d-b1b3cd2e3d8c 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] Tap Mirror: Handle Delete Port: 77802264-ba61-446f-b87b-eef61fe222ae [pid: 7|app: 0|req: 1074/2289] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:27 2026] DELETE /v2.0/floatingips/a6784fdd-6267-4658-88c0-1173dee2be18 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:27.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-92da9f82-3b0c-4f49-a890-0fad30db1176 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] TaaS: Handle Delete Port: 9380037a-bd9a-4dc6-9295-cc6744df0bd0 2026-06-04 07:46:27.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92da9f82-3b0c-4f49-a890-0fad30db1176 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] Tap Mirror: Handle Delete Port: 9380037a-bd9a-4dc6-9295-cc6744df0bd0 [pid: 8|app: 0|req: 1216/2290] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:27 2026] DELETE /v2.0/floatingips/8b738c58-be3f-4b45-b3f3-ef4a08b0a37d => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:28.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-48c70e58-e9d4-4f4b-be9e-1fe220cdb767 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] TaaS: Handle Delete Port: 74ac1ca2-f290-4b24-9041-f1fb7ec0d99f 2026-06-04 07:46:28.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48c70e58-e9d4-4f4b-be9e-1fe220cdb767 9f79c64f74484cd88a1d2654e17f6146 40cc36a13645434cb31031a960f10f57 - - default default] Tap Mirror: Handle Delete Port: 74ac1ca2-f290-4b24-9041-f1fb7ec0d99f [pid: 8|app: 0|req: 1217/2291] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:28 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1075/2292] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:28 2026] DELETE /v2.0/floatingips/1e659616-ecc7-458b-b58e-8e14a2ebfa83 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2293] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:29 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => 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: 1218/2294] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:29 2026] GET /v2.0/security-groups?tenant_id=40cc36a13645434cb31031a960f10f57&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2295] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:29 2026] DELETE /v2.0/security-groups/9dec0dc2-cf80-4ec0-847e-eeff6a7b81b6 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2296] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:29 2026] GET /v2.0/security-groups?tenant_id=5803205d02314cf3abd9dbf5bbc77513&name=default => generated 2928 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2297] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:29 2026] DELETE /v2.0/security-groups/252040bf-7e85-4d89-8e1b-cb2fd4755f52 => 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: 1220/2298] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:30 2026] GET /v2.0/security-groups?tenant_id=e70e603e7b56497fbcf9be55e2bc94ca&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2299] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:30 2026] GET /v2.0/ports?device_id=4fe40d67-27da-4a64-ad75-ee00ceb04a6a => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2300] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:30 2026] DELETE /v2.0/security-groups/059f6d18-9b19-4953-bbfc-8da17b6dd480 => 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: 1080/2301] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:31 2026] DELETE /v2.0/security-groups/70bb0b06-1c51-415c-b40c-e7cd8f3b2058 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:31.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f215936-3d4d-4c4d-8dfa-cb5527801828 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: cf60568e-975a-47cf-a874-5dd1ba42e003 2026-06-04 07:46:31.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f215936-3d4d-4c4d-8dfa-cb5527801828 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: cf60568e-975a-47cf-a874-5dd1ba42e003 [pid: 8|app: 0|req: 1222/2302] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:46:31 2026] PUT /v2.0/routers/472bbf3e-a5b2-4461-8bf4-29e81a718da9/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2303] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:32 2026] DELETE /v2.0/subnets/e9166102-31de-464e-a5e7-ed023d6354cf => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:46:32.986 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ea6ca4d-9922-4152-884e-cedb47a005eb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: 9758e816-0b08-46df-97be-1bb07d8a0953 2026-06-04 07:46:32.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ea6ca4d-9922-4152-884e-cedb47a005eb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: 9758e816-0b08-46df-97be-1bb07d8a0953 2026-06-04 07:46:33.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ea6ca4d-9922-4152-884e-cedb47a005eb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: c37f47ec-146d-47d7-9786-d2f046f4d36b 2026-06-04 07:46:33.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ea6ca4d-9922-4152-884e-cedb47a005eb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: c37f47ec-146d-47d7-9786-d2f046f4d36b 2026-06-04 07:46:33.629 8 INFO neutron.services.segments.plugin [-] Segment 4b9e0a47-737c-4c47-9232-db58477c6e6e resource provider aggregate not found 2026-06-04 07:46:33.641 8 INFO neutron.services.segments.plugin [-] Segment 4b9e0a47-737c-4c47-9232-db58477c6e6e resource provider aggregate not found 2026-06-04 07:46:33.650 8 INFO neutron.services.segments.plugin [-] Segment 4b9e0a47-737c-4c47-9232-db58477c6e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b9e0a47-737c-4c47-9232-db58477c6e6e found for delete ", "request_id": "req-da934d0c-bb74-47bb-ba6a-4f7793ac36c6"}]} 2026-06-04 07:46:33.657 8 INFO neutron.services.segments.plugin [-] Segment 4b9e0a47-737c-4c47-9232-db58477c6e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b9e0a47-737c-4c47-9232-db58477c6e6e found for delete ", "request_id": "req-acbc669d-1ced-40c4-a231-5a66ecd9f66f"}]} 2026-06-04 07:46:33.671 8 INFO neutron.db.l3_hamode_db [None req-4ea6ca4d-9922-4152-884e-cedb47a005eb 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] HA network 23881709-0dff-48c9-a685-f6bc36ac6b30 was deleted as no HA routers are present in tenant 03d0beb8a82e4414be47c4cded27fe32. [pid: 8|app: 0|req: 1223/2304] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:32 2026] DELETE /v2.0/routers/472bbf3e-a5b2-4461-8bf4-29e81a718da9 => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:33.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e6d7fcf-d9ec-4d24-8a70-4d11dd6b18b4 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] TaaS: Handle Delete Port: ad5f01c9-9baa-4ffb-aaae-164fc7b12d8e 2026-06-04 07:46:33.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e6d7fcf-d9ec-4d24-8a70-4d11dd6b18b4 18b733f42f434b118c1c592b051f3991 03d0beb8a82e4414be47c4cded27fe32 - - default default] Tap Mirror: Handle Delete Port: ad5f01c9-9baa-4ffb-aaae-164fc7b12d8e 2026-06-04 07:46:34.023 7 INFO neutron.services.segments.plugin [-] Segment 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 resource provider aggregate not found 2026-06-04 07:46:34.031 7 INFO neutron.services.segments.plugin [-] Segment 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 resource provider aggregate not found 2026-06-04 07:46:34.041 7 INFO neutron.services.segments.plugin [-] Segment 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 found for delete ", "request_id": "req-79edda5c-636a-470f-8e80-a49a9b6afbf5"}]} 2026-06-04 07:46:34.053 7 INFO neutron.services.segments.plugin [-] Segment 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c8b22e-39b1-4cd8-a3e3-e3732fc45210 found for delete ", "request_id": "req-63ba2980-ddef-4d8c-9b51-201b3a1827fa"}]} [pid: 7|app: 0|req: 1082/2305] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:46:33 2026] DELETE /v2.0/networks/efeb2660-d7c2-4832-958e-7bde030ecd19 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2306] 10.0.0.60 () {34 vars in 675 bytes} [Thu Jun 4 07:46:33 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2307] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:46:34 2026] PUT /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2308] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2309] 10.0.0.60 () {34 vars in 769 bytes} [Thu Jun 4 07:46:34 2026] PUT /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2310] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2311] 10.0.0.60 () {34 vars in 765 bytes} [Thu Jun 4 07:46:34 2026] PUT /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2312] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2313] 10.0.0.60 () {34 vars in 787 bytes} [Thu Jun 4 07:46:34 2026] PUT /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/black.or.white => 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: 1087/2314] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2315] 10.0.0.60 () {34 vars in 758 bytes} [Thu Jun 4 07:46:34 2026] PUT /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2316] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2317] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:35.004 7 INFO neutron.api.v2.resource [None req-8ebad484-d40d-45f1-954f-c33631fc0dcf cf45fe87f00d4a56a47bf08993d4c554 5377b2cdfbf6473b8d97301e8a3858fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1091/2318] 10.0.0.60 () {32 vars in 750 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2319] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:34 2026] GET /v2.0/security-groups?tenant_id=65cb258310b1458585cfbc60787dd536&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2320] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:46:35 2026] DELETE /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2321] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:35 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2322] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:35 2026] DELETE /v2.0/security-groups/69734d29-1192-4bb1-969e-795e39b8d952 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:35.144 7 INFO neutron.api.v2.resource [None req-77b0dd91-f685-47ff-9947-3b66ea6c30b9 cf45fe87f00d4a56a47bf08993d4c554 5377b2cdfbf6473b8d97301e8a3858fa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1094/2323] 10.0.0.60 () {32 vars in 753 bytes} [Thu Jun 4 07:46:35 2026] DELETE /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2324] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:46:35 2026] DELETE /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => 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: 1095/2325] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:35 2026] GET /v2.0/security-groups?tenant_id=03d0beb8a82e4414be47c4cded27fe32&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2326] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:35 2026] GET /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2327] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:35 2026] DELETE /v2.0/security-groups/ba5b2421-7444-4c10-a725-d1d51ed7e9de => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:35.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-89734ea9-36e0-4eaf-be2c-f1ce5ea5e450 cf45fe87f00d4a56a47bf08993d4c554 5377b2cdfbf6473b8d97301e8a3858fa - - default default] TaaS: Handle Delete Port: e34504f6-3a9f-4a4b-aecc-1d979e541fe1 2026-06-04 07:46:35.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89734ea9-36e0-4eaf-be2c-f1ce5ea5e450 cf45fe87f00d4a56a47bf08993d4c554 5377b2cdfbf6473b8d97301e8a3858fa - - default default] Tap Mirror: Handle Delete Port: e34504f6-3a9f-4a4b-aecc-1d979e541fe1 [pid: 8|app: 0|req: 1232/2328] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:46:35 2026] DELETE /v2.0/floatingips/7e80a1af-cf0f-488b-a688-86af4cc6e638 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2329] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:36 2026] GET /v2.0/security-groups?tenant_id=5377b2cdfbf6473b8d97301e8a3858fa&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2330] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:36 2026] DELETE /v2.0/security-groups/873113b9-de72-4bcb-84a3-3b533f6d4e33 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2331] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:36 2026] GET /v2.0/security-groups?tenant_id=8cf396808b624e3c8810884c5d427a73&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2332] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:37 2026] DELETE /v2.0/security-groups/fcea2a98-6bbb-45ce-ada4-6fecbe277455 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:40.610 7 INFO neutron.db.segments_db [None req-359b708b-faef-4e90-a09e-bb104ccd64a1 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] Added segment 919dd87e-9414-43fb-84db-8e6a4a2ee0ad of type vxlan for network 1f1b9005-455c-4c77-ad27-1d766a112447 2026-06-04 07:46:40.883 7 INFO neutron.db.l3_hamode_db [None req-359b708b-faef-4e90-a09e-bb104ccd64a1 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:46:40.993 7 INFO neutron.db.l3_hamode_db [None req-359b708b-faef-4e90-a09e-bb104ccd64a1 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1099/2333] 10.0.0.60 () {34 vars in 667 bytes} [Thu Jun 4 07:46:40 2026] POST /v2.0/routers => generated 474 bytes in 1264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2334] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:46:41 2026] PUT /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 25 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2335] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:41 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2338] 10.0.0.60 () {34 vars in 761 bytes} [Thu Jun 4 07:46:41 2026] PUT /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/green => generated 4 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2339] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:42 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 34 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2340] 10.0.0.60 () {34 vars in 757 bytes} [Thu Jun 4 07:46:42 2026] PUT /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/red => generated 4 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2341] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:42 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2342] 10.0.0.60 () {34 vars in 779 bytes} [Thu Jun 4 07:46:42 2026] PUT /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/black.or.white => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2343] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:42 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 52 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2344] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:46:42 2026] PUT /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 37 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2345] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:42 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2346] 10.0.0.60 () {32 vars in 738 bytes} [Thu Jun 4 07:46:43 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/red => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:43.265 7 INFO neutron.api.v2.resource [None req-0e1d9ad5-4a7e-4cf4-986e-ec9136516422 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2347] 10.0.0.60 () {32 vars in 742 bytes} [Thu Jun 4 07:46:43 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/green => generated 99 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2348] 10.0.0.60 () {32 vars in 741 bytes} [Thu Jun 4 07:46:43 2026] DELETE /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/red => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2349] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:43 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 30 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:46:43.642 8 INFO neutron.api.v2.resource [None req-a23c5986-ab01-4be9-a745-8db211ebc4a6 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2350] 10.0.0.60 () {32 vars in 745 bytes} [Thu Jun 4 07:46:43 2026] DELETE /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2351] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:46:43 2026] DELETE /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2352] 10.0.0.60 () {32 vars in 730 bytes} [Thu Jun 4 07:46:43 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2353] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:46:43 2026] GET /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2354] 10.0.0.60 () {34 vars in 741 bytes} [Thu Jun 4 07:46:43 2026] PUT /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669 => generated 480 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2355] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:46:44 2026] GET /v2.0/ports?device_id=474628e9-86c6-40cf-9086-a565c5670669 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:46:44.703 7 INFO neutron.db.segments_db [None req-fbd5771f-ad64-413a-a339-2658911683ea 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Added segment 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 of type vxlan for network 7dfed18b-b48a-4f55-ba6b-75b193076206 2026-06-04 07:46:44.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bfac8fe-7760-467d-b206-9624f417526c 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] TaaS: Handle Delete Port: ed147167-ec1a-4c68-bd01-a45a3395080a 2026-06-04 07:46:44.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bfac8fe-7760-467d-b206-9624f417526c 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] Tap Mirror: Handle Delete Port: ed147167-ec1a-4c68-bd01-a45a3395080a [pid: 7|app: 0|req: 1111/2356] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:46:44 2026] POST /v2.0/networks => generated 640 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2357] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:44 2026] POST /v2.0/subnets => generated 657 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:46:45.172 8 INFO neutron.services.segments.plugin [-] Segment 919dd87e-9414-43fb-84db-8e6a4a2ee0ad resource provider aggregate not found 2026-06-04 07:46:45.179 8 INFO neutron.services.segments.plugin [-] Segment 919dd87e-9414-43fb-84db-8e6a4a2ee0ad resource provider aggregate not found 2026-06-04 07:46:45.198 8 INFO neutron.db.l3_hamode_db [None req-3bfac8fe-7760-467d-b206-9624f417526c 6f6fd83d196f43cb906ccc48f7f17e47 7cebc4c8550f4c0dba69e47b21abdbb3 - - default default] HA network 1f1b9005-455c-4c77-ad27-1d766a112447 was deleted as no HA routers are present in tenant 7cebc4c8550f4c0dba69e47b21abdbb3. 2026-06-04 07:46:45.205 8 INFO neutron.services.segments.plugin [-] Segment 919dd87e-9414-43fb-84db-8e6a4a2ee0ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 919dd87e-9414-43fb-84db-8e6a4a2ee0ad found for delete ", "request_id": "req-c4d036d1-d35b-4ba6-8611-d2639f7ec13d"}]} [pid: 8|app: 0|req: 1246/2358] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:46:44 2026] DELETE /v2.0/routers/474628e9-86c6-40cf-9086-a565c5670669 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:45.209 8 INFO neutron.services.segments.plugin [-] Segment 919dd87e-9414-43fb-84db-8e6a4a2ee0ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 919dd87e-9414-43fb-84db-8e6a4a2ee0ad found for delete ", "request_id": "req-2087122f-a806-4a80-9c8a-234ba4f1cc6a"}]} [pid: 7|app: 0|req: 1113/2359] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:46:45 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2360] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:45 2026] POST /v2.0/subnets => generated 731 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:46:45.612 7 INFO neutron.db.segments_db [None req-01a9ff2c-6925-4621-86b5-7044e198d94f 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Added segment 5989147c-9013-4920-b140-6553d89a46b5 of type vxlan for network 5fd4b153-6816-438c-aec2-95449b55a53b [pid: 7|app: 0|req: 1114/2361] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:46:45 2026] POST /v2.0/networks => generated 637 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2362] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:45 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2363] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:45 2026] GET /v2.0/security-groups?tenant_id=eadc15ef139b4d6da2f818e0d0fb2739&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2364] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:45 2026] POST /v2.0/subnets => generated 726 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2365] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:46 2026] DELETE /v2.0/security-groups/4e2d62ec-83d7-48a2-aa62-bc2a4294f550 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:46:46.325 7 INFO neutron.db.segments_db [None req-c9988629-794b-4c5d-80b2-6dd1b1d30ba4 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Added segment 8ea49b93-be63-4a49-a213-c29344205331 of type vxlan for network 6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 [pid: 7|app: 0|req: 1116/2366] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:46:46 2026] POST /v2.0/networks => generated 637 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2367] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:46:46 2026] GET /v2.0/security-groups?tenant_id=7cebc4c8550f4c0dba69e47b21abdbb3&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2368] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:46:46 2026] DELETE /v2.0/security-groups/ade0fce9-30d6-4fac-8848-3d496899a0ba => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2369] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:46 2026] POST /v2.0/subnets => generated 656 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2370] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:46 2026] POST /v2.0/subnets => generated 729 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:46:47.045 7 INFO neutron.db.segments_db [None req-f9bc56a3-d187-4ab4-9a11-b904db5aea28 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Added segment e1beb659-04c3-49cf-b329-6cf49deee5dc of type vxlan for network 6762a8e9-1a23-487d-9e2e-5ae02a9ee724 2026-06-04 07:46:47.361 7 INFO neutron.db.l3_hamode_db [None req-f9bc56a3-d187-4ab4-9a11-b904db5aea28 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:46:48.150 7 INFO neutron.db.l3_hamode_db [None req-f9bc56a3-d187-4ab4-9a11-b904db5aea28 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1118/2371] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:46:47 2026] POST /v2.0/routers => generated 685 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2372] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:46:49 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/add_router_interface => generated 309 bytes in 1510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2373] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:46:50 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/add_router_interface => generated 309 bytes in 1397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2374] 10.0.0.60 () {34 vars in 782 bytes} [Thu Jun 4 07:46:51 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/add_router_interface => generated 309 bytes in 1521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2375] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:46:53 2026] POST /v2.0/security-groups => generated 1630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2376] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2377] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2378] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2379] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2380] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2381] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2382] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2383] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2384] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2385] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46: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: 8|app: 0|req: 1261/2386] 10.0.0.60 () {34 vars in 694 bytes} [Thu Jun 4 07:46:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2387] 10.0.0.7 () {34 vars in 1094 bytes} [Thu Jun 4 07:46:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1835531809&fields=id&tenant_id=90af9e94d9e146d49ba46b7d6c23424d => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2388] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:46:56 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2389] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:46:56 2026] GET /v2.0/quotas/90af9e94d9e146d49ba46b7d6c23424d => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2390] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:46:56 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&fields=id => generated 287 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2393] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:46:56 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=segments => generated 14 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2394] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:46:57 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2395] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:46:57 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2396] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:47:01 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 704 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2397] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:47:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90af9e94d9e146d49ba46b7d6c23424d => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2398] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:47:01 2026] POST /v2.0/ports => generated 1183 bytes in 435 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: 1269/2399] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:02 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1198 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2400] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:47:02 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2401] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:47:02 2026] PUT /v2.0/ports/4821eead-5840-4bf4-89df-a8968e151cd1 => generated 1464 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:47:02.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-610017ee-0dce-4d17-b5ac-14db5891ee33'] response: {'name': 'network-changed', 'server_uuid': '8784aacc-5610-45ee-863c-ada833c8503e', 'tag': '4821eead-5840-4bf4-89df-a8968e151cd1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1271/2402] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:47:03 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1467 bytes in 41 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: 1132/2403] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:47:03 2026] GET /v2.0/networks?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&shared=False => generated 2375 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2404] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:47:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2405] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2406] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=4821eead-5840-4bf4-89df-a8968e151cd1 => 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: 1134/2407] 199.204.45.205 () {34 vars in 1104 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d1&port_id=4821eead-5840-4bf4-89df-a8968e151cd1 => 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: 1274/2408] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf&id=319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2409] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1275/2410] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2411] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1276/2412] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:47:04 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2413] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:07 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1198 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2414] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:47:07 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2417] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:12 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2418] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:47:12 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2419] 10.0.0.60 () {32 vars in 817 bytes} [Thu Jun 4 07:47:13 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&mac_address=fa%3A16%3A3e%3Aa7%3A14%3Aea => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:47:13.888 7 INFO neutron.db.l3_db [None req-01d6a03f-240f-4cf1-9322-ecd5bfacb83f 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Floating IP 2f3b1a0d-6979-49ff-9d2a-114698de0f03 associated. External IP: 10.96.250.207, port: 4821eead-5840-4bf4-89df-a8968e151cd1. [pid: 7|app: 0|req: 1140/2420] 10.0.0.60 () {34 vars in 676 bytes} [Thu Jun 4 07:47:13 2026] POST /v2.0/floatingips => generated 855 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:47:14.265 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8234c3f4-eacb-416c-8e6c-2031e967b07f'] response: {'name': 'network-changed', 'server_uuid': '8784aacc-5610-45ee-863c-ada833c8503e', 'tag': '4821eead-5840-4bf4-89df-a8968e151cd1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1281/2421] 10.0.0.7 () {34 vars in 1094 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1835531809&fields=id&tenant_id=90af9e94d9e146d49ba46b7d6c23424d => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2422] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2423] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/quotas/90af9e94d9e146d49ba46b7d6c23424d => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2424] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&fields=id => generated 333 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2425] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=segments => generated 14 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2426] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2427] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2428] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2429] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=4821eead-5840-4bf4-89df-a8968e151cd1 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2430] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => 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: 1286/2431] 199.204.45.205 () {34 vars in 1104 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d1&port_id=4821eead-5840-4bf4-89df-a8968e151cd1 => 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: 1146/2432] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:47:14 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf&id=319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2433] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:15 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1147/2434] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:15 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1288/2435] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:47:15 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2436] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:47:15 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1289/2437] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:47:18 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2438] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:47:18 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2439] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:47:19 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2440] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:47:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=90af9e94d9e146d49ba46b7d6c23424d => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2441] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:20 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1186 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2442] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:47:20 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2443] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:47:19 2026] POST /v2.0/ports => generated 1183 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2444] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:47:20 2026] PUT /v2.0/ports/04755075-45b5-4fc7-a1f0-01b3d0c6c902 => generated 1464 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:47:20.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b11563b4-436a-4fb4-ae2e-11f1698249bd'] response: {'name': 'network-changed', 'server_uuid': '90a7a0bf-d32f-46af-99c0-112b26ba6a34', 'tag': '04755075-45b5-4fc7-a1f0-01b3d0c6c902', '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: 1292/2445] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:47:21 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1467 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1154/2446] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:47:21 2026] GET /v2.0/networks?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&shared=False => generated 2375 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2447] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:47:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2448] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2449] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.29&port_id=04755075-45b5-4fc7-a1f0-01b3d0c6c902 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2450] 199.204.45.205 () {34 vars in 1106 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cd&port_id=04755075-45b5-4fc7-a1f0-01b3d0c6c902 => 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: 1295/2451] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/subnets?id=abbc4fa2-f7be-4caa-985d-6201ee3575e2&id=e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2452] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2453] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2454] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1297/2455] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:47:22 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1159/2456] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:25 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2457] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:47:25 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2460] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:47:30 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2461] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:47:30 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2462] 10.0.0.60 () {32 vars in 817 bytes} [Thu Jun 4 07:47:30 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&mac_address=fa%3A16%3A3e%3A52%3Ac9%3A4b => generated 1200 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:47:31.419 7 INFO neutron.db.l3_db [None req-7822528c-18bf-4e78-a1fd-c86d57992a0a 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Floating IP d00ccd4e-ed3b-499c-a6b5-816c0171c347 associated. External IP: 10.96.250.216, port: 04755075-45b5-4fc7-a1f0-01b3d0c6c902. [pid: 7|app: 0|req: 1162/2463] 10.0.0.60 () {34 vars in 676 bytes} [Thu Jun 4 07:47:30 2026] POST /v2.0/floatingips => generated 854 bytes in 1699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:47:32.395 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-330fa187-4337-47bd-8582-94d7d711e156'] response: {'name': 'network-changed', 'server_uuid': '90a7a0bf-d32f-46af-99c0-112b26ba6a34', 'tag': '04755075-45b5-4fc7-a1f0-01b3d0c6c902', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1302/2464] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:47:32 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1469 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2465] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:47:32 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2466] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.29&port_id=04755075-45b5-4fc7-a1f0-01b3d0c6c902 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2467] 199.204.45.205 () {34 vars in 1106 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cd&port_id=04755075-45b5-4fc7-a1f0-01b3d0c6c902 => 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: 1304/2468] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/subnets?id=abbc4fa2-f7be-4caa-985d-6201ee3575e2&id=e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2469] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2470] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2471] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1306/2472] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:47:33 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 7|app: 0|req: 1167/2473] 10.0.0.242 () {34 vars in 990 bytes} [Thu Jun 4 07:47:39 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1469 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2474] 10.0.0.242 () {34 vars in 1040 bytes} [Thu Jun 4 07:47:39 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2477] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:47:49 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2478] 10.0.0.221 () {30 vars in 690 bytes} [Thu Jun 4 07:47:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2479] 10.0.0.221 () {30 vars in 692 bytes} [Thu Jun 4 07:47:50 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: 1310/2480] 10.0.0.221 () {30 vars in 668 bytes} [Thu Jun 4 07:47:50 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: 1171/2481] 10.0.0.221 () {30 vars in 704 bytes} [Thu Jun 4 07:47:50 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: 1311/2482] 10.0.0.221 () {28 vars in 439 bytes} [Thu Jun 4 07:47:51 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2483] 10.0.0.221 () {30 vars in 728 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2484] 10.0.0.221 () {30 vars in 690 bytes} [Thu Jun 4 07:47:51 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: 1173/2485] 10.0.0.221 () {30 vars in 692 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2486] 10.0.0.221 () {30 vars in 668 bytes} [Thu Jun 4 07:47:51 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: 1174/2487] 10.0.0.221 () {30 vars in 704 bytes} [Thu Jun 4 07:47: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: 1314/2488] 10.0.0.221 () {30 vars in 728 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1175/2489] 10.0.0.221 () {30 vars in 690 bytes} [Thu Jun 4 07:47: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: 8|app: 0|req: 1315/2490] 10.0.0.221 () {30 vars in 692 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2491] 10.0.0.221 () {30 vars in 668 bytes} [Thu Jun 4 07:47:51 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: 1316/2492] 10.0.0.221 () {30 vars in 704 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2493] 10.0.0.221 () {30 vars in 730 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2494] 10.0.0.221 () {30 vars in 682 bytes} [Thu Jun 4 07:47:51 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2495] 10.0.0.221 () {34 vars in 704 bytes} [Thu Jun 4 07:47:51 2026] POST /v2.0/ports => generated 1132 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2496] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:47:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1179/2497] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:47:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2498] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:47:54 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: 1180/2499] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:47:54 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: 1320/2500] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:47:54 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2501] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:47:54 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: 1321/2502] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:47:54 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: 1182/2503] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:47:54 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: 1322/2504] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:47:54 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-06-04 07:47:54.592 7 INFO neutron.api.v2.resource [None req-f10190fd-f318-439f-beb6-4d0bf9ae9610 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2505] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:47:54 2026] GET /v2.0/security-groups/lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => 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: 1323/2506] 199.204.45.205 () {30 vars in 785 bytes} [Thu Jun 4 07:47:54 2026] GET /v2.0/security-groups?name=lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2507] 199.204.45.205 () {34 vars in 736 bytes} [Thu Jun 4 07:47:54 2026] POST /v2.0/security-groups => generated 1638 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2508] 199.204.45.205 () {30 vars in 815 bytes} [Thu Jun 4 07:47:54 2026] GET /v2.0/security-group-rules?security_group_id=0186cdd3-76b5-4da8-a848-bfcc029068b1 => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2509] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:47:54 2026] PUT /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2510] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:47:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1186/2511] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:47:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2512] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:47:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2513] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:47:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2514] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:47:55 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1329/2517] 10.0.0.7 () {34 vars in 1014 bytes} [Thu Jun 4 07:48:02 2026] GET /v2.0/security-groups?id=a728dc5c-42fa-4d61-ab0c-ca635a03d09b&fields=id => 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: 1189/2518] 10.0.0.7 () {34 vars in 980 bytes} [Thu Jun 4 07:48:02 2026] GET /v2.0/networks?id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 734 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2519] 10.0.0.7 () {34 vars in 963 bytes} [Thu Jun 4 07:48:02 2026] GET /v2.0/quotas/124fc0c3828c4184bb90470154c7b66a => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2520] 10.0.0.7 () {34 vars in 1000 bytes} [Thu Jun 4 07:48:02 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2521] 10.0.0.7 () {34 vars in 1006 bytes} [Thu Jun 4 07:48:02 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=segments => generated 14 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2522] 10.0.0.7 () {34 vars in 1106 bytes} [Thu Jun 4 07:48:02 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2523] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:03 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => 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: 1192/2524] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:03 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => 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: 1333/2525] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:06 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2526] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:06 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => 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: 1334/2527] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:48:07 2026] GET /v2.0/networks?id=eaffddb7-9930-497d-b968-ce505778ad8e => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2528] 199.204.45.205 () {34 vars in 1050 bytes} [Thu Jun 4 07:48:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=124fc0c3828c4184bb90470154c7b66a => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2529] 199.204.45.205 () {38 vars in 955 bytes} [Thu Jun 4 07:48:07 2026] POST /v2.0/ports => generated 1082 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2530] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:48:07 2026] PUT /v2.0/ports/d46f8439-df35-4fb7-9a55-48c187960f13 => generated 1243 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:48:08.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4351bb08-cfc5-4cef-8b05-d870c46e511b'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': 'd46f8439-df35-4fb7-9a55-48c187960f13', '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: 1336/2531] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:48:08 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1246 bytes in 41 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: 1196/2532] 199.204.45.205 () {34 vars in 1018 bytes} [Thu Jun 4 07:48:08 2026] GET /v2.0/networks?tenant_id=124fc0c3828c4184bb90470154c7b66a&shared=False => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2533] 199.204.45.205 () {34 vars in 930 bytes} [Thu Jun 4 07:48:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2534] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:09 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2535] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:48:09 2026] GET /v2.0/security-groups?id=a728dc5c-42fa-4d61-ab0c-ca635a03d09b&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2536] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:09 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2537] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:48:10 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2538] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:48:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => 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: 1340/2539] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:48:10 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => 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: 1200/2540] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:48:10 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1341/2541] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:48:10 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2542] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:48:10 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2545] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:12 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2546] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:48:12 2026] GET /v2.0/security-groups?id=a728dc5c-42fa-4d61-ab0c-ca635a03d09b&fields=id&fields=name => generated 96 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2547] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:12 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2548] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:48:14 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => 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: 1205/2549] 199.204.45.205 () {34 vars in 1044 bytes} [Thu Jun 4 07:48:14 2026] GET /v2.0/security-groups?id=a728dc5c-42fa-4d61-ab0c-ca635a03d09b&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: 8|app: 0|req: 1345/2550] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:15 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => 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: 1206/2551] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:48:15 2026] GET /v2.0/security-groups?id=a728dc5c-42fa-4d61-ab0c-ca635a03d09b&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: 1346/2552] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:15 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2553] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:18 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2554] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:48:18 2026] GET /v2.0/security-groups?id=a728dc5c-42fa-4d61-ab0c-ca635a03d09b&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2555] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:48:18 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2562] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:48:57 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: 1212/2563] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:48:57 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: 1352/2564] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:48:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2565] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:48:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2566] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:48:57 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2567] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:48:57 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2568] 199.204.45.205 () {34 vars in 717 bytes} [Thu Jun 4 07:48:57 2026] POST /v2.0/ports => generated 1059 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2569] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:48:57 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2570] 10.0.0.7 () {34 vars in 905 bytes} [Thu Jun 4 07:48:57 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2571] 199.204.45.205 () {34 vars in 1262 bytes} [Thu Jun 4 07:48:59 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2572] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:48:59 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1217/2573] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:48:59 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2574] 199.204.45.205 () {34 vars in 975 bytes} [Thu Jun 4 07:48:59 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2575] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:48:59 2026] GET /v2.0/networks?id=7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2576] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:48:59 2026] PUT /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1249 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:49:00.280 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8479d739-525f-4a05-bb10-cc1af0ea5ab7'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': '0ee0db23-a7f3-4a4b-b35a-a4d177bf5568', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1219/2577] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:00 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2578] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:00 2026] GET /v2.0/networks?id=7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2579] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:49:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => 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: 1360/2580] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:00 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2581] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:00 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2582] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:01 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2583] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:01 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2584] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2585] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => 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: 1363/2586] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => 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: 1224/2587] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1364/2588] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?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: 1225/2589] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2590] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2591] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2592] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2593] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1367/2594] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:02 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2595] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:49:06 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2596] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:49:06 2026] PUT /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1276 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:49:06.919 7 INFO neutron.api.v2.resource [None req-7f222dd3-3ff4-45ee-a626-35af960a9bba 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2597] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:49:06 2026] GET /v2.0/security-groups/lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:49:06.932 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f6a8cca-d95a-4ac8-b54e-011d038c6a8f'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': '0ee0db23-a7f3-4a4b-b35a-a4d177bf5568', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2598] 199.204.45.205 () {30 vars in 785 bytes} [Thu Jun 4 07:49:06 2026] GET /v2.0/security-groups?name=lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2599] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:49:06 2026] PUT /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1314 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:49:07.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af264258-397c-43ea-adac-bff001e811c4'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': '0ee0db23-a7f3-4a4b-b35a-a4d177bf5568', '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: 1231/2600] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2601] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2602] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:07 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: 1233/2603] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:07 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: 1234/2604] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:07 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: 1371/2605] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/networks?id=7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2606] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2607] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => 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: 1236/2608] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2609] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2610] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2611] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&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: 1238/2612] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2613] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1239/2614] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2615] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2616] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2617] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:07 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2618] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:08 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2619] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:08 2026] GET /v2.0/networks?id=7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2620] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:49:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => 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: 1379/2621] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:08 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2622] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:08 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2623] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:09 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2624] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:09 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:49:13.038 7 INFO neutron.db.l3_db [None req-73cce07f-a2a4-48d0-a2a2-0130cd814121 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Floating IP 662cc53a-5615-41b4-8fe8-d4dbb607fb4c associated. External IP: 10.96.250.218, port: 71aee724-1dc3-465e-b340-5d4555d4666b. [pid: 7|app: 0|req: 1246/2627] 10.0.0.60 () {34 vars in 676 bytes} [Thu Jun 4 07:49:12 2026] POST /v2.0/floatingips => generated 899 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2628] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:16 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: 1247/2629] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2630] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:16 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: 1248/2631] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:16 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-06-04 07:49:16.665 8 INFO neutron.api.v2.resource [None req-c6d8cf8b-7e3f-4b5d-b401-3ad61075a2ea 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1384/2632] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:49:16 2026] GET /v2.0/security-groups/lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => 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: 1249/2633] 199.204.45.205 () {30 vars in 785 bytes} [Thu Jun 4 07:49:16 2026] GET /v2.0/security-groups?name=lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2634] 199.204.45.205 () {30 vars in 815 bytes} [Thu Jun 4 07:49:16 2026] GET /v2.0/security-group-rules?security_group_id=0186cdd3-76b5-4da8-a848-bfcc029068b1 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2635] 199.204.45.205 () {34 vars in 747 bytes} [Thu Jun 4 07:49:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2636] 199.204.45.205 () {34 vars in 747 bytes} [Thu Jun 4 07:49:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2637] 10.0.0.221 () {30 vars in 690 bytes} [Thu Jun 4 07:49:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2638] 10.0.0.221 () {30 vars in 692 bytes} [Thu Jun 4 07:49:25 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: 1252/2639] 10.0.0.221 () {30 vars in 668 bytes} [Thu Jun 4 07:49:25 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: 1388/2640] 10.0.0.221 () {30 vars in 704 bytes} [Thu Jun 4 07:49:25 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: 1253/2641] 10.0.0.221 () {28 vars in 439 bytes} [Thu Jun 4 07:49:25 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2642] 10.0.0.221 () {30 vars in 728 bytes} [Thu Jun 4 07:49:25 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 656 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2645] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2646] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2647] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2648] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2649] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:27 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2650] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:49:27 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2651] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2652] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2653] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2654] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2655] 199.204.45.205 () {34 vars in 717 bytes} [Thu Jun 4 07:49:28 2026] POST /v2.0/ports => generated 1320 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2656] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:49:28 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1320 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1261/2657] 199.204.45.205 () {34 vars in 1262 bytes} [Thu Jun 4 07:49:29 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2658] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:29 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2659] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:29 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1398/2660] 199.204.45.205 () {34 vars in 975 bytes} [Thu Jun 4 07:49:30 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1320 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2661] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:30 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => 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: 1399/2662] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:49:30 2026] PUT /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1510 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:49:30.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e658066-8a12-4294-9cb5-eaa4addbb077'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': 'e46a7f9c-d729-4fe1-8f39-514aff7b6c75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1264/2663] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4092 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1400/2664] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2665] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => 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: 1401/2666] 199.204.45.205 () {34 vars in 1102 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aee&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2667] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf&id=319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2668] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2669] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2670] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2671] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:31 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2672] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:32 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4092 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2673] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:49:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => 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: 1405/2674] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:32 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2675] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:32 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1406/2676] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2677] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2678] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => 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: 1272/2679] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2680] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2681] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1409/2682] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1274/2683] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => 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/2684] 199.204.45.205 () {34 vars in 1102 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aee&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2685] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf&id=319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 1411 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2686] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2687] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1412/2688] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1277/2689] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:33 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2690] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:49:37 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1512 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2691] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:49:37 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2692] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:37 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2693] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:37 2026] GET /v2.0/subnets/319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 744 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2694] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:37 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: 1280/2695] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:37 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: 1416/2696] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:37 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: 1281/2697] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2698] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:37 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1282/2699] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:49:38 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2700] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:49:38 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2701] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:38 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1419/2702] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:49:38 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => 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: 1284/2703] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:49:38 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2704] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:38 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1286/2707] 10.0.0.221 () {30 vars in 690 bytes} [Thu Jun 4 07:49:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2708] 10.0.0.221 () {30 vars in 692 bytes} [Thu Jun 4 07:49:46 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: 1287/2709] 10.0.0.221 () {30 vars in 668 bytes} [Thu Jun 4 07:49:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2710] 10.0.0.221 () {30 vars in 704 bytes} [Thu Jun 4 07:49:46 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: 1288/2711] 10.0.0.221 () {28 vars in 439 bytes} [Thu Jun 4 07:49:47 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2712] 10.0.0.221 () {30 vars in 728 bytes} [Thu Jun 4 07:49:47 2026] GET /v2.0/subnets/abbc4fa2-f7be-4caa-985d-6201ee3575e2 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2713] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2714] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2715] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:49 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: 8|app: 0|req: 1426/2716] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2717] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2718] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/subnets/abbc4fa2-f7be-4caa-985d-6201ee3575e2 => 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: 1292/2719] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2720] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:49:49 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: 1293/2721] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:49:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2722] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:49:49 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: 1294/2723] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:49:49 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: 1430/2724] 199.204.45.205 () {34 vars in 717 bytes} [Thu Jun 4 07:49:49 2026] POST /v2.0/ports => generated 1328 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2725] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:49:50 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1431/2726] 10.0.0.7 () {34 vars in 905 bytes} [Thu Jun 4 07:49:50 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2727] 199.204.45.205 () {34 vars in 1262 bytes} [Thu Jun 4 07:49:51 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2728] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:51 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2729] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:51 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2730] 199.204.45.205 () {34 vars in 975 bytes} [Thu Jun 4 07:49:52 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2731] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:52 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2732] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:49:52 2026] PUT /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1518 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:49:52.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe631436-317d-4699-8dfd-3ea382da2393'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': '5f40cdf2-8707-4f24-ba8f-046d95edd1ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1299/2733] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 5604 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1435/2734] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2735] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=5f40cdf2-8707-4f24-ba8f-046d95edd1ab => 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: 1436/2736] 199.204.45.205 () {34 vars in 1106 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b1&port_id=5f40cdf2-8707-4f24-ba8f-046d95edd1ab => 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: 1301/2737] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/subnets?id=abbc4fa2-f7be-4caa-985d-6201ee3575e2&id=e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2738] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2739] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&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: 1438/2740] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1303/2741] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:53 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1439/2742] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:49:54 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 5604 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2743] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:49:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => 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: 1440/2744] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:54 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2745] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:54 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1441/2746] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?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: 1306/2747] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2748] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2749] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2750] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2751] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1444/2752] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1309/2753] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => 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: 1445/2754] 199.204.45.205 () {34 vars in 1102 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aee&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2755] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf&id=319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2756] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1311/2757] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2758] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1312/2759] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1448/2760] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2761] 199.204.45.205 () {34 vars in 1106 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b1&port_id=5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2762] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/subnets?id=abbc4fa2-f7be-4caa-985d-6201ee3575e2&id=e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2763] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2764] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&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: 1315/2765] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:49:55 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1451/2766] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:49:56 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1317/2769] 10.0.0.7 () {34 vars in 969 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1520 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2770] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2771] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/subnets/abbc4fa2-f7be-4caa-985d-6201ee3575e2 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2772] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/subnets/e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => 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: 1319/2773] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1512 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2774] 199.204.45.205 () {34 vars in 790 bytes} [Thu Jun 4 07:50:00 2026] PUT /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1251 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:00.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ce0349e-0402-4427-883a-0923cff310f6'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': 'e46a7f9c-d729-4fe1-8f39-514aff7b6c75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1320/2775] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b => generated 797 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1456/2776] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:00 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2777] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50: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: 8|app: 0|req: 1457/2778] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:01 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: 7|app: 0|req: 1322/2779] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50: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: 1458/2780] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:01 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: 1323/2781] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2782] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2783] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1350 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2784] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1325/2785] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 800 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2786] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2787] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 5381 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2788] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1462/2789] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2790] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => 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: 1463/2791] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2792] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1464/2793] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1330/2794] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:01 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2795] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:11 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: 1331/2796] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2797] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2798] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:11 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: 1467/2799] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:11 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => 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: 1333/2800] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:11 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 5381 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2803] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:12 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: 1469/2804] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2805] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:12 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: 8|app: 0|req: 1470/2806] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2807] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:12 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2808] 199.204.45.205 () {34 vars in 790 bytes} [Thu Jun 4 07:50:12 2026] PUT /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1311 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:12.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25228b1a-57ca-4323-abfe-a8e90c0dc6b8'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': '5f40cdf2-8707-4f24-ba8f-046d95edd1ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1338/2809] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:12 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1472/2810] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:12 2026] GET /v2.0/subnets/e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2811] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:12 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2812] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:50:12 2026] PUT /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1080 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2813] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1474/2814] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2815] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2816] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2817] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2818] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4977 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2819] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:13 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2820] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:14 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:14.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5b9f3a8-f34e-41f8-8435-d9b0c6ac193b'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': '5f40cdf2-8707-4f24-ba8f-046d95edd1ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/2821] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4977 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2822] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => 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: 1479/2823] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2824] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?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: 1480/2825] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2826] 199.204.45.205 () {34 vars in 975 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2827] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2828] 199.204.45.205 () {34 vars in 1016 bytes} [Thu Jun 4 07:50:15 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2829] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:50:15 2026] PUT /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 917 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2830] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:16 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:50:16.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bc2718b-6eb2-4375-af64-d80b48cc637c 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 5f40cdf2-8707-4f24-ba8f-046d95edd1ab 2026-06-04 07:50:16.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bc2718b-6eb2-4375-af64-d80b48cc637c 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 5f40cdf2-8707-4f24-ba8f-046d95edd1ab [pid: 8|app: 0|req: 1483/2831] 199.204.45.205 () {32 vars in 759 bytes} [Thu Jun 4 07:50:16 2026] DELETE /v2.0/ports/5f40cdf2-8707-4f24-ba8f-046d95edd1ab => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2832] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:17 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: 1484/2833] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50: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: 7|app: 0|req: 1350/2834] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:17 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: 1485/2835] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50: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) [pid: 7|app: 0|req: 1351/2836] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1486/2837] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2838] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2839] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1353/2840] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2841] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2842] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1489/2843] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3869 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2844] 199.204.45.205 () {34 vars in 1226 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/networks?id=eaffddb7-9930-497d-b968-ce505778ad8e&id=7dfed18b-b48a-4f55-ba6b-75b193076206&id=5fd4b153-6816-438c-aec2-95449b55a53b&id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 3095 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2845] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => 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: 1356/2846] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2847] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1357/2848] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?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: 1492/2849] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2850] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => 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: 1493/2851] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1359/2852] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&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: 1494/2853] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:17 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2854] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:18 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2855] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.81&port_id=e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2856] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:18 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf => 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: 1496/2857] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:18 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1362/2858] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:18 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1497/2859] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:18 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2860] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2861] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50: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: 1364/2862] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2863] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:22 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: 1365/2864] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2865] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:22 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: 1366/2866] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2867] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50: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: 7|app: 0|req: 1367/2868] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50: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: 1502/2869] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2870] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:50:22 2026] PUT /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1080 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:22.862 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee281974-e96a-428a-a599-a893530d999c'] response: {'name': 'network-changed', 'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'tag': 'e46a7f9c-d729-4fe1-8f39-514aff7b6c75', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1503/2871] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1369/2872] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2873] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:22 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2874] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:23 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2875] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:50:23 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => 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: 1371/2876] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:23 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1506/2877] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:23 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?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: 1372/2878] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:24 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3698 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2879] 199.204.45.205 () {34 vars in 975 bytes} [Thu Jun 4 07:50:25 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2880] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:50:25 2026] GET /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2881] 199.204.45.205 () {34 vars in 1016 bytes} [Thu Jun 4 07:50:25 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2882] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:25 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2883] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:50:25 2026] PUT /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 917 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2884] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:50:26.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-16ad0278-152c-44a7-aa55-ca57cba99eb9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: e46a7f9c-d729-4fe1-8f39-514aff7b6c75 2026-06-04 07:50:26.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16ad0278-152c-44a7-aa55-ca57cba99eb9 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: e46a7f9c-d729-4fe1-8f39-514aff7b6c75 [pid: 8|app: 0|req: 1510/2885] 199.204.45.205 () {32 vars in 759 bytes} [Thu Jun 4 07:50:26 2026] DELETE /v2.0/ports/e46a7f9c-d729-4fe1-8f39-514aff7b6c75 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2886] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50: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: 1511/2887] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:26 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: 1377/2888] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50: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: 1512/2889] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:26 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: 1378/2890] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2891] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2892] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2893] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2894] 199.204.45.205 () {30 vars in 743 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2895] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2896] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1516/2899] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:26 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2900] 199.204.45.205 () {34 vars in 1146 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/networks?id=eaffddb7-9930-497d-b968-ce505778ad8e&id=7dfed18b-b48a-4f55-ba6b-75b193076206&id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 2309 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2901] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2902] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2903] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1386/2904] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?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: 1519/2905] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2906] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.157&port_id=0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => 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: 1520/2907] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/subnets?id=19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2908] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/ports?network_id=7dfed18b-b48a-4f55-ba6b-75b193076206&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: 1521/2909] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1389/2910] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:27 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?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: 1522/2911] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2912] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2913] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2914] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:50:38.625 8 INFO neutron.api.v2.resource [None req-adf4b108-3b07-4909-a7f2-41f57ac3fd4a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/2915] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/security-groups/lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2916] 199.204.45.205 () {30 vars in 785 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/security-groups?name=lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2917] 199.204.45.205 () {30 vars in 815 bytes} [Thu Jun 4 07:50:38 2026] GET /v2.0/security-group-rules?security_group_id=0186cdd3-76b5-4da8-a848-bfcc029068b1 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2918] 199.204.45.205 () {32 vars in 789 bytes} [Thu Jun 4 07:50:38 2026] DELETE /v2.0/security-group-rules/72f35c79-c3ba-4032-b6ad-1daee4c1a170 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2919] 199.204.45.205 () {32 vars in 789 bytes} [Thu Jun 4 07:50:38 2026] DELETE /v2.0/security-group-rules/7e400393-0e92-4c04-b453-c223f8bca743 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:50:42.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-c72d2618-4e47-481b-b49f-e9a4e2887cc0 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 3342c108-ffb5-447f-abd9-bc51cf10babd 2026-06-04 07:50:42.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72d2618-4e47-481b-b49f-e9a4e2887cc0 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 3342c108-ffb5-447f-abd9-bc51cf10babd 2026-06-04 07:50:42.653 8 INFO neutron.db.l3_db [None req-c72d2618-4e47-481b-b49f-e9a4e2887cc0 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Floating IP 662cc53a-5615-41b4-8fe8-d4dbb607fb4c disassociated (deleted). External IP: 10.96.250.218, port: 71aee724-1dc3-465e-b340-5d4555d4666b. [pid: 8|app: 0|req: 1528/2922] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:50:42 2026] DELETE /v2.0/floatingips/662cc53a-5615-41b4-8fe8-d4dbb607fb4c => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:50:42.991 7 INFO neutron.api.v2.resource [None req-e288123f-29af-40cc-a35b-8f5a47360f9c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1395/2923] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:50:42 2026] GET /v2.0/floatingips/662cc53a-5615-41b4-8fe8-d4dbb607fb4c => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2924] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:44 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: 1396/2925] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:44 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: 1530/2926] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:44 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: 1397/2927] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:50:44.658 8 INFO neutron.api.v2.resource [None req-c00c3959-8da0-481d-94ed-8798f3d6c163 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/2928] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/security-groups/lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2929] 199.204.45.205 () {30 vars in 785 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/security-groups?name=lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2930] 199.204.45.205 () {30 vars in 815 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/security-group-rules?security_group_id=0186cdd3-76b5-4da8-a848-bfcc029068b1 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2931] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2932] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2933] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2934] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:44 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: 1401/2935] 199.204.45.205 () {30 vars in 741 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => 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: 1535/2936] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2937] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:44 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2938] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:45 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2939] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:46 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2940] 199.204.45.205 () {34 vars in 975 bytes} [Thu Jun 4 07:50:47 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2941] 199.204.45.205 () {34 vars in 1060 bytes} [Thu Jun 4 07:50:47 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2942] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:47 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 2590 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2943] 199.204.45.205 () {34 vars in 1016 bytes} [Thu Jun 4 07:50:47 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2944] 199.204.45.205 () {38 vars in 1028 bytes} [Thu Jun 4 07:50:47 2026] PUT /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1151 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2945] 199.204.45.205 () {30 vars in 769 bytes} [Thu Jun 4 07:50:48 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1540/2946] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:50:48 2026] PUT /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1090 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2947] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:48 2026] GET /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 07:50:48.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-32faa4d0-0dd1-44bf-a016-ff15fca2816a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 2026-06-04 07:50:48.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32faa4d0-0dd1-44bf-a016-ff15fca2816a 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 [pid: 8|app: 0|req: 1541/2948] 199.204.45.205 () {32 vars in 759 bytes} [Thu Jun 4 07:50:48 2026] DELETE /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2949] 199.204.45.205 () {30 vars in 703 bytes} [Thu Jun 4 07:50:49 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: 1542/2950] 199.204.45.205 () {30 vars in 705 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2951] 199.204.45.205 () {30 vars in 681 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2952] 199.204.45.205 () {30 vars in 717 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:50:49.082 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd316178-7696-4f8c-95de-54faa645d385 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1410/2953] 199.204.45.205 () {32 vars in 759 bytes} [Thu Jun 4 07:50:49 2026] DELETE /v2.0/ports/0ee0db23-a7f3-4a4b-b35a-a4d177bf5568 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2954] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:49.168 8 INFO neutron.api.v2.resource [None req-915188a3-4ef5-45f1-b332-aed62db51396 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/2955] 199.204.45.205 () {30 vars in 763 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/security-groups/lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => 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: 1411/2956] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/ports?tenant_id=124fc0c3828c4184bb90470154c7b66a&device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2957] 199.204.45.205 () {30 vars in 785 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/security-groups?name=lb-cb1e80e5-4421-4730-9a69-9d2cf4aaff45 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2958] 199.204.45.205 () {34 vars in 1066 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/networks?id=eaffddb7-9930-497d-b968-ce505778ad8e&id=7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 1523 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2959] 199.204.45.205 () {30 vars in 737 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2960] 199.204.45.205 () {34 vars in 1062 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.145&port_id=d46f8439-df35-4fb7-9a55-48c187960f13 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2961] 199.204.45.205 () {34 vars in 984 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/subnets?id=aed67a22-33e7-40a3-95a4-20cae9d13c68 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2962] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/ports?network_id=eaffddb7-9930-497d-b968-ce505778ad8e&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: 1416/2963] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?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: 1417/2964] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:49 2026] GET /v2.0/networks/eaffddb7-9930-497d-b968-ce505778ad8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2965] 199.204.45.205 () {34 vars in 789 bytes} [Thu Jun 4 07:50:49 2026] PUT /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => generated 1094 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2966] 199.204.45.205 () {32 vars in 779 bytes} [Thu Jun 4 07:50:49 2026] DELETE /v2.0/security-groups/0186cdd3-76b5-4da8-a848-bfcc029068b1 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:50:49.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4b369a4-f2c6-42ea-8630-d94a31625f0e 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: 71aee724-1dc3-465e-b340-5d4555d4666b 2026-06-04 07:50:49.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b369a4-f2c6-42ea-8630-d94a31625f0e 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: 71aee724-1dc3-465e-b340-5d4555d4666b [pid: 8|app: 0|req: 1549/2967] 199.204.45.205 () {32 vars in 759 bytes} [Thu Jun 4 07:50:49 2026] DELETE /v2.0/ports/71aee724-1dc3-465e-b340-5d4555d4666b => 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: 1419/2968] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:50:52 2026] GET /v2.0/ports?device_id=5caba078-c825-4805-87b9-573d059e6c73 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:53.002 8 INFO neutron_taas.services.taas.taas_plugin [req-7a00e715-3852-4b9d-a15a-04ddcd48aa77 req-50d75e32-7983-4ae2-a343-4d22f406f670 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] TaaS: Handle Delete Port: d46f8439-df35-4fb7-9a55-48c187960f13 2026-06-04 07:50:53.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a00e715-3852-4b9d-a15a-04ddcd48aa77 req-50d75e32-7983-4ae2-a343-4d22f406f670 1dde3fb1dfd04553a431f2594ae72b84 124fc0c3828c4184bb90470154c7b66a - - default default] Tap Mirror: Handle Delete Port: d46f8439-df35-4fb7-9a55-48c187960f13 [pid: 8|app: 0|req: 1550/2969] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:50:52 2026] DELETE /v2.0/ports/d46f8439-df35-4fb7-9a55-48c187960f13 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:50:53.205 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a3eb245-97f3-4d12-bbaf-4fe230068380'] response: {'server_uuid': '5caba078-c825-4805-87b9-573d059e6c73', 'name': 'network-vif-deleted', 'tag': 'd46f8439-df35-4fb7-9a55-48c187960f13', 'status': 'completed', 'code': 200} 2026-06-04 07:50:53.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-55f86652-1d91-45e7-ac8d-38640c4bd401 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 442ac008-4177-4836-85a2-cb8ae9bbfcf5 2026-06-04 07:50:53.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55f86652-1d91-45e7-ac8d-38640c4bd401 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 442ac008-4177-4836-85a2-cb8ae9bbfcf5 2026-06-04 07:50:53.554 7 INFO neutron.db.l3_db [None req-55f86652-1d91-45e7-ac8d-38640c4bd401 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Floating IP d00ccd4e-ed3b-499c-a6b5-816c0171c347 disassociated (deleted). External IP: 10.96.250.216, port: 04755075-45b5-4fc7-a1f0-01b3d0c6c902. [pid: 7|app: 0|req: 1420/2970] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:50:53 2026] DELETE /v2.0/floatingips/d00ccd4e-ed3b-499c-a6b5-816c0171c347 => generated 0 bytes in 674 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:50:53.911 8 INFO neutron.api.v2.resource [None req-95510f1f-f83d-4a08-b19b-a38b39940f3c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/2971] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:50:53 2026] GET /v2.0/floatingips/d00ccd4e-ed3b-499c-a6b5-816c0171c347 => generated 144 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:50:53.923 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c81c849-b4f1-487f-bd60-be8c03ae514c'] response: {'name': 'network-changed', 'server_uuid': '90a7a0bf-d32f-46af-99c0-112b26ba6a34', 'tag': '04755075-45b5-4fc7-a1f0-01b3d0c6c902', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1421/2972] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2973] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2974] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2975] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/networks?id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => 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: 1423/2976] 199.204.45.205 () {34 vars in 1056 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.29&port_id=04755075-45b5-4fc7-a1f0-01b3d0c6c902 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2977] 199.204.45.205 () {34 vars in 1106 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cd&port_id=04755075-45b5-4fc7-a1f0-01b3d0c6c902 => 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: 1424/2978] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/subnets?id=abbc4fa2-f7be-4caa-985d-6201ee3575e2&id=e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2979] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&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: 1425/2980] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/ports?network_id=6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4&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: 1556/2981] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2982] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:50:54 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2983] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:50:56 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:50:56.674 7 INFO neutron_taas.services.taas.taas_plugin [req-508b54f8-9273-4f1c-8966-054e0b203a44 req-4655447a-6cc9-4b5c-8878-b9faf01e7ee6 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 04755075-45b5-4fc7-a1f0-01b3d0c6c902 2026-06-04 07:50:56.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-508b54f8-9273-4f1c-8966-054e0b203a44 req-4655447a-6cc9-4b5c-8878-b9faf01e7ee6 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 04755075-45b5-4fc7-a1f0-01b3d0c6c902 [pid: 7|app: 0|req: 1427/2984] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:50:56 2026] DELETE /v2.0/ports/04755075-45b5-4fc7-a1f0-01b3d0c6c902 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:50:56.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-716daa91-f573-465a-9a43-b02949cbec06'] response: {'server_uuid': '90a7a0bf-d32f-46af-99c0-112b26ba6a34', 'name': 'network-vif-deleted', 'tag': '04755075-45b5-4fc7-a1f0-01b3d0c6c902', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/2987] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:50:59 2026] GET /v2.0/ports?device_id=90a7a0bf-d32f-46af-99c0-112b26ba6a34 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:51:04.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e309ff7-7492-4765-94ee-c953a7cd485c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 01c6fa89-72a7-43f0-a98e-55fbad2ec3b6 2026-06-04 07:51:04.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e309ff7-7492-4765-94ee-c953a7cd485c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 01c6fa89-72a7-43f0-a98e-55fbad2ec3b6 2026-06-04 07:51:04.686 7 INFO neutron.db.l3_db [None req-2e309ff7-7492-4765-94ee-c953a7cd485c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Floating IP 2f3b1a0d-6979-49ff-9d2a-114698de0f03 disassociated (deleted). External IP: 10.96.250.207, port: 4821eead-5840-4bf4-89df-a8968e151cd1. [pid: 8|app: 0|req: 1560/2988] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:51:04 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2989] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:51:04 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2990] 10.0.0.60 () {32 vars in 731 bytes} [Thu Jun 4 07:51:04 2026] DELETE /v2.0/floatingips/2f3b1a0d-6979-49ff-9d2a-114698de0f03 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:05.067 8 INFO neutron.api.v2.resource [None req-0c172baf-4c38-438b-a335-4a100c6f9789 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/2991] 10.0.0.60 () {32 vars in 728 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/floatingips/2f3b1a0d-6979-49ff-9d2a-114698de0f03 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:05.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30ad8ae6-aafc-4954-b46e-6087c9fceac2'] response: {'name': 'network-changed', 'server_uuid': '8784aacc-5610-45ee-863c-ada833c8503e', 'tag': '4821eead-5840-4bf4-89df-a8968e151cd1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1430/2992] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2993] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2994] 199.204.45.205 () {34 vars in 1080 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/ports?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2995] 199.204.45.205 () {34 vars in 986 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/networks?id=5fd4b153-6816-438c-aec2-95449b55a53b => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2996] 199.204.45.205 () {34 vars in 1058 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=4821eead-5840-4bf4-89df-a8968e151cd1 => 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: 1565/2997] 199.204.45.205 () {34 vars in 1104 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d1&port_id=4821eead-5840-4bf4-89df-a8968e151cd1 => 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: 1433/2998] 199.204.45.205 () {34 vars in 1064 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/subnets?id=ab65a1eb-b951-4281-b8e7-7995f55c54cf&id=319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2999] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3000] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1567/3001] 10.0.0.7 () {34 vars in 1038 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/security-groups?id=2b2a83d7-aa75-434a-b53b-caf432a2ab8a&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3002] 199.204.45.205 () {34 vars in 1052 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/ports?network_id=5fd4b153-6816-438c-aec2-95449b55a53b&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: 1568/3003] 199.204.45.205 () {34 vars in 1012 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3004] 199.204.45.205 () {34 vars in 1112 bytes} [Thu Jun 4 07:51:05 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3005] 199.204.45.205 () {34 vars in 994 bytes} [Thu Jun 4 07:51:07 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:51:07.855 7 INFO neutron_taas.services.taas.taas_plugin [req-e8665aff-855d-4c59-815e-9fab00c456d9 req-3250eb19-7839-4d60-8071-6bb53f8a1121 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 4821eead-5840-4bf4-89df-a8968e151cd1 2026-06-04 07:51:07.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e8665aff-855d-4c59-815e-9fab00c456d9 req-3250eb19-7839-4d60-8071-6bb53f8a1121 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 4821eead-5840-4bf4-89df-a8968e151cd1 [pid: 7|app: 0|req: 1437/3006] 199.204.45.205 () {36 vars in 997 bytes} [Thu Jun 4 07:51:07 2026] DELETE /v2.0/ports/4821eead-5840-4bf4-89df-a8968e151cd1 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:08.065 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-687b1dca-06fc-47dd-8d75-ecdbcd792854'] response: {'server_uuid': '8784aacc-5610-45ee-863c-ada833c8503e', 'name': 'network-vif-deleted', 'tag': '4821eead-5840-4bf4-89df-a8968e151cd1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1570/3007] 10.0.0.7 () {34 vars in 988 bytes} [Thu Jun 4 07:51:10 2026] GET /v2.0/ports?device_id=8784aacc-5610-45ee-863c-ada833c8503e => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3010] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:15 2026] DELETE /v2.0/security-group-rules/16679967-7c1c-4346-91c6-9d273c1f5aa8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:15.723 8 INFO neutron.api.v2.resource [None req-42fecf2f-7339-4780-8ab3-95c09a0591e8 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3011] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:15 2026] GET /v2.0/security-group-rules/16679967-7c1c-4346-91c6-9d273c1f5aa8 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3012] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:15 2026] DELETE /v2.0/security-group-rules/e733fe39-b879-47b2-9084-e83a92a1b272 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:15.827 8 INFO neutron.api.v2.resource [None req-b06d8648-08a5-47b5-9974-1a0f2f46695a 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3013] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:15 2026] GET /v2.0/security-group-rules/e733fe39-b879-47b2-9084-e83a92a1b272 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3014] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:15 2026] DELETE /v2.0/security-group-rules/4ac0e66b-f3cc-4a66-96bf-b950a3d6af54 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:15.913 8 INFO neutron.api.v2.resource [None req-b98dc490-0bd4-4d96-b432-bb268e78381b 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3015] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:15 2026] GET /v2.0/security-group-rules/4ac0e66b-f3cc-4a66-96bf-b950a3d6af54 => 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: 1442/3016] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:15 2026] DELETE /v2.0/security-group-rules/36880178-90b0-4dd5-9149-9b61794f2274 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.013 8 INFO neutron.api.v2.resource [None req-ee285aeb-c3b5-46a2-948e-af1acf6fed07 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3017] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:15 2026] GET /v2.0/security-group-rules/36880178-90b0-4dd5-9149-9b61794f2274 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3018] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/2dfb4513-9178-4337-b100-d447b0be1d41 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.134 8 INFO neutron.api.v2.resource [None req-5f8089f3-1f6e-46ce-b74e-bea006899a79 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3019] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/2dfb4513-9178-4337-b100-d447b0be1d41 => 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: 1444/3020] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/815241ce-2fde-439a-a5c2-e1db68bb159f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.222 8 INFO neutron.api.v2.resource [None req-2eedf7e4-a3e7-4ac7-a4ab-6a4f4dfb0360 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3021] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/815241ce-2fde-439a-a5c2-e1db68bb159f => 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: 1445/3022] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/3e08ee41-ccbc-43af-a13e-1f584274809d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.330 8 INFO neutron.api.v2.resource [None req-94eebd56-700e-43c3-b113-8fbb520cd9b8 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3023] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/3e08ee41-ccbc-43af-a13e-1f584274809d => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3024] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/c070852a-0aac-4086-a83d-92d14decbf39 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.444 8 INFO neutron.api.v2.resource [None req-33051bb1-16b7-4606-8f40-9ad06abd9c0d 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3025] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/c070852a-0aac-4086-a83d-92d14decbf39 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3026] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/04af97ce-abe9-4d5b-a810-807edcb373ea => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.540 8 INFO neutron.api.v2.resource [None req-91013302-5351-4edc-8f40-fe0a363a62ca 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3027] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/04af97ce-abe9-4d5b-a810-807edcb373ea => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3028] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/fd4fa23e-9cc2-4a46-a71e-f02e912a3910 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.625 8 INFO neutron.api.v2.resource [None req-9d29bcd3-defc-4bf6-ba97-d2d1950e7db2 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3029] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/fd4fa23e-9cc2-4a46-a71e-f02e912a3910 => 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: 1449/3030] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-group-rules/c78cbb48-8bc5-4113-aec0-dc42ad43e391 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.721 8 INFO neutron.api.v2.resource [None req-9fed83bf-b8e9-44d8-86ef-90fe4eec0edb 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3031] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-group-rules/c78cbb48-8bc5-4113-aec0-dc42ad43e391 => 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: 1450/3032] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:16 2026] DELETE /v2.0/security-groups/2b2a83d7-aa75-434a-b53b-caf432a2ab8a => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:16.825 8 INFO neutron.api.v2.resource [None req-16b7f7e2-144a-41f0-923e-7fc1a6e36b7f 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3033] 10.0.0.60 () {32 vars in 736 bytes} [Thu Jun 4 07:51:16 2026] GET /v2.0/security-groups/2b2a83d7-aa75-434a-b53b-caf432a2ab8a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:17.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f89395e-1d04-48d0-bffd-9a047d500b66 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 37cf0611-0144-4ab6-bed3-84884a79c636 2026-06-04 07:51:17.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f89395e-1d04-48d0-bffd-9a047d500b66 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 37cf0611-0144-4ab6-bed3-84884a79c636 [pid: 7|app: 0|req: 1451/3034] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:51:16 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:51:17.955 8 INFO neutron.api.v2.resource [None req-28578a7a-9740-4f99-b42f-09e918afe49c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3035] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:51:17 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:18.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bd3b84f-1e41-4e3c-abce-f6f47094a2ad 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: df1b221d-b7c0-428e-ab1b-696f4b00384a 2026-06-04 07:51:18.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bd3b84f-1e41-4e3c-abce-f6f47094a2ad 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: df1b221d-b7c0-428e-ab1b-696f4b00384a [pid: 7|app: 0|req: 1452/3036] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:51:17 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/remove_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:51:19.202 8 INFO neutron.api.v2.resource [None req-953bc01b-d77d-493d-a4dd-a2d7029e9098 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3037] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:51:19 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:19.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6bc5aa7-7868-4461-8c3f-dd733ef6da30 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 94cd3c9a-6e4a-4e27-b5c1-628781e51ff4 2026-06-04 07:51:19.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6bc5aa7-7868-4461-8c3f-dd733ef6da30 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 94cd3c9a-6e4a-4e27-b5c1-628781e51ff4 [pid: 7|app: 0|req: 1453/3038] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:51:19 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 07:51:20.259 8 INFO neutron.api.v2.resource [None req-b4879660-66fc-4093-ad2f-b9e6cbdaf583 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3039] 10.0.0.60 () {34 vars in 788 bytes} [Thu Jun 4 07:51:20 2026] PUT /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2/remove_router_interface => generated 198 bytes in 205 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:20.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-64b593a7-e6c9-4d41-a359-45c901041843 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: e81357cb-41ca-4b89-9b80-721389435c7b 2026-06-04 07:51:20.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64b593a7-e6c9-4d41-a359-45c901041843 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: e81357cb-41ca-4b89-9b80-721389435c7b 2026-06-04 07:51:20.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-64b593a7-e6c9-4d41-a359-45c901041843 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 693ac559-236d-4962-9807-12520f08a0df 2026-06-04 07:51:20.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64b593a7-e6c9-4d41-a359-45c901041843 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 693ac559-236d-4962-9807-12520f08a0df 2026-06-04 07:51:21.241 7 INFO neutron.db.l3_hamode_db [None req-64b593a7-e6c9-4d41-a359-45c901041843 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] HA network 6762a8e9-1a23-487d-9e2e-5ae02a9ee724 was deleted as no HA routers are present in tenant 90af9e94d9e146d49ba46b7d6c23424d. [pid: 7|app: 0|req: 1454/3040] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:20 2026] DELETE /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2 => generated 0 bytes in 981 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:21.263 7 INFO neutron.services.segments.plugin [-] Segment e1beb659-04c3-49cf-b329-6cf49deee5dc resource provider aggregate not found 2026-06-04 07:51:21.271 7 INFO neutron.services.segments.plugin [-] Segment e1beb659-04c3-49cf-b329-6cf49deee5dc resource provider aggregate not found 2026-06-04 07:51:21.279 8 INFO neutron.api.v2.resource [None req-0d3f2b41-6f0a-416c-9b08-56cca7750758 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3041] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:21 2026] GET /v2.0/routers/82b398ff-dc40-41ce-97d0-c2a87edfbcf2 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:21.283 7 INFO neutron.services.segments.plugin [-] Segment e1beb659-04c3-49cf-b329-6cf49deee5dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1beb659-04c3-49cf-b329-6cf49deee5dc found for delete ", "request_id": "req-edbd2873-384e-4035-8a34-5d2d1d513adf"}]} 2026-06-04 07:51:21.304 7 INFO neutron.services.segments.plugin [-] Segment e1beb659-04c3-49cf-b329-6cf49deee5dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1beb659-04c3-49cf-b329-6cf49deee5dc found for delete ", "request_id": "req-3f930e9d-36fd-4c20-a129-31c0a9f6d060"}]} [pid: 7|app: 0|req: 1455/3042] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:21 2026] DELETE /v2.0/subnets/e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:21.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd9a8662-f1a1-4b44-820a-3fd9a363902b 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3043] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:21 2026] GET /v2.0/subnets/e661cda7-8af6-4211-9737-ccb6fa4ff5a0 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3044] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:21 2026] DELETE /v2.0/subnets/abbc4fa2-f7be-4caa-985d-6201ee3575e2 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:21.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33e6ba28-7b92-4377-8afc-2e10ca918e7f 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3045] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:21 2026] GET /v2.0/subnets/abbc4fa2-f7be-4caa-985d-6201ee3575e2 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:21.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ec4316d-a7a7-48c2-8d73-5256b83d4e1d 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: e76695be-74b7-4cfa-ad77-01ade6061cd6 2026-06-04 07:51:21.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec4316d-a7a7-48c2-8d73-5256b83d4e1d 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: e76695be-74b7-4cfa-ad77-01ade6061cd6 [pid: 7|app: 0|req: 1457/3046] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:21 2026] DELETE /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:22.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e394eb77-f620-4826-b4ee-df1661293746 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3047] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:51:21 2026] GET /v2.0/networks/6cfc7c2e-83c6-4bbc-9f69-4cc63f0e92a4 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3048] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:22 2026] DELETE /v2.0/subnets/319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:22.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc717549-363c-4d7a-bba3-252d3b7cfb17 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3049] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:22 2026] GET /v2.0/subnets/319ca648-7972-4570-8bb7-74847b6bd1b8 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3050] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:22 2026] DELETE /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:22.435 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc60f6a2-0671-4eaa-b0c4-116b97c9ea92 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3051] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:22 2026] GET /v2.0/subnets/ab65a1eb-b951-4281-b8e7-7995f55c54cf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:22.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e04ecb5-2995-4f54-a6ac-508e9d6adcbf 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: 0060b5cc-2817-47d1-a394-6bf5dcc48c13 2026-06-04 07:51:22.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e04ecb5-2995-4f54-a6ac-508e9d6adcbf 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: 0060b5cc-2817-47d1-a394-6bf5dcc48c13 [pid: 7|app: 0|req: 1460/3052] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:22 2026] DELETE /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:22.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81d88cf2-9d2c-41fd-b9d8-570d5146614c 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3053] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:51:22 2026] GET /v2.0/networks/5fd4b153-6816-438c-aec2-95449b55a53b => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3054] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:22 2026] DELETE /v2.0/subnets/77ca3a63-18ea-4773-85fd-89c3889c0100 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:22.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3eb0600e-0a3b-4f3c-b6cf-ccba2cc5bcbf 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3055] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:22 2026] GET /v2.0/subnets/77ca3a63-18ea-4773-85fd-89c3889c0100 => 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: 1462/3056] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:22 2026] DELETE /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:23.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84501c6e-2711-4a8b-86db-b6720b335430 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3057] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:23 2026] GET /v2.0/subnets/19290ba0-7ea6-40c7-8f42-450fe81cfcfb => generated 136 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:23.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-63c97e80-9822-4c3b-b8d5-49fb369ba47b 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] TaaS: Handle Delete Port: e19f3d28-b9e8-4ce1-a9d2-57ce07369d2d 2026-06-04 07:51:23.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63c97e80-9822-4c3b-b8d5-49fb369ba47b 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] Tap Mirror: Handle Delete Port: e19f3d28-b9e8-4ce1-a9d2-57ce07369d2d 2026-06-04 07:51:23.312 7 INFO neutron.services.segments.plugin [-] Segment 8ea49b93-be63-4a49-a213-c29344205331 resource provider aggregate not found 2026-06-04 07:51:23.338 7 INFO neutron.services.segments.plugin [-] Segment 8ea49b93-be63-4a49-a213-c29344205331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ea49b93-be63-4a49-a213-c29344205331 found for delete ", "request_id": "req-923bebf8-ad51-4f44-93f0-8af26ef2b2f5"}]} 2026-06-04 07:51:23.342 7 INFO neutron.services.segments.plugin [-] Segment 8ea49b93-be63-4a49-a213-c29344205331 resource provider aggregate not found 2026-06-04 07:51:23.364 7 INFO neutron.services.segments.plugin [-] Segment 5989147c-9013-4920-b140-6553d89a46b5 resource provider aggregate not found 2026-06-04 07:51:23.375 7 INFO neutron.services.segments.plugin [-] Segment 8ea49b93-be63-4a49-a213-c29344205331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ea49b93-be63-4a49-a213-c29344205331 found for delete ", "request_id": "req-63e5dff9-2f40-4370-83cc-98d1d6cee453"}]} 2026-06-04 07:51:23.395 7 INFO neutron.services.segments.plugin [-] Segment 5989147c-9013-4920-b140-6553d89a46b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5989147c-9013-4920-b140-6553d89a46b5 found for delete ", "request_id": "req-90fce3f4-4ca1-40bb-8da0-7bb6e01428cc"}]} 2026-06-04 07:51:23.408 7 INFO neutron.services.segments.plugin [-] Segment 5989147c-9013-4920-b140-6553d89a46b5 resource provider aggregate not found 2026-06-04 07:51:23.435 7 INFO neutron.services.segments.plugin [-] Segment 5989147c-9013-4920-b140-6553d89a46b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5989147c-9013-4920-b140-6553d89a46b5 found for delete ", "request_id": "req-8926001f-7473-4b23-b641-0d4019407e4e"}]} [pid: 7|app: 0|req: 1463/3058] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:23 2026] DELETE /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:23.464 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ac5eccd-415a-44a8-b49f-f5164121d357 48121e00de9242daa6152a3a0f71df4a 90af9e94d9e146d49ba46b7d6c23424d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3059] 10.0.0.60 () {32 vars in 722 bytes} [Thu Jun 4 07:51:23 2026] GET /v2.0/networks/7dfed18b-b48a-4f55-ba6b-75b193076206 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 07:51:25.418 7 INFO neutron.services.segments.plugin [-] Segment 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 resource provider aggregate not found 2026-06-04 07:51:25.439 7 INFO neutron.services.segments.plugin [-] Segment 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 found for delete ", "request_id": "req-ce557490-d590-4906-8fd5-c30be87f6c7a"}]} 2026-06-04 07:51:25.451 7 INFO neutron.services.segments.plugin [-] Segment 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 resource provider aggregate not found 2026-06-04 07:51:25.467 7 INFO neutron.services.segments.plugin [-] Segment 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55bd56d7-44e2-4aa6-8110-4ae3af9479b2 found for delete ", "request_id": "req-1191cb4c-f13c-4ac0-a730-c086cbd1ea81"}]} [pid: 7|app: 0|req: 1464/3060] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:25 2026] GET /v2.0/security-groups?tenant_id=d91968a163b040cab325cc5a0473aac4&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3061] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:25 2026] DELETE /v2.0/security-groups/6ced31e6-0905-4db1-9bf2-1e7442ebe689 => 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: 1465/3062] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:26 2026] GET /v2.0/security-groups?tenant_id=c8fdccadac7149e78c9804c8e56c66c2&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3063] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:26 2026] DELETE /v2.0/security-groups/247bc904-6c38-48ee-80f3-a95814df8269 => 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: 1466/3064] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:26 2026] GET /v2.0/security-groups?tenant_id=1c96d3fc4e5c41cebb772a731db1a92c&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: 1599/3065] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:26 2026] DELETE /v2.0/security-groups/e6d3c464-6121-4881-8032-0d984e9bfff4 => 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: 1467/3066] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:26 2026] GET /v2.0/security-groups?tenant_id=f36a9a6cb9bd44caba36144b1883c05c&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3069] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:26 2026] DELETE /v2.0/security-groups/c7560d61-cedb-47e2-9d68-50e4a35ccc8e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3070] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:27 2026] GET /v2.0/security-groups?tenant_id=90af9e94d9e146d49ba46b7d6c23424d&name=default => generated 2929 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3071] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:27 2026] DELETE /v2.0/security-groups/5d95eb1e-8596-4b6c-9d9a-be01567b6afe => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3072] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:27 2026] GET /v2.0/security-groups?tenant_id=6ddf54b38fd7495dbe0f94c11aae3279&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3073] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:27 2026] DELETE /v2.0/security-groups/4adcb830-23da-41ff-87eb-3e161ef025ef => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3074] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:27 2026] GET /v2.0/security-groups?tenant_id=3168bd5724cf4eda844154b82c1485ec&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3075] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:28 2026] DELETE /v2.0/security-groups/4649b13d-3d6f-4ccc-a232-3a2bf3410c97 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:32.819 7 INFO neutron.db.segments_db [None req-bbf28ebd-7a53-4bb3-8374-32c6535e7f89 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Added segment 0b07bc94-6d88-4b52-94b5-6ccce6f0236b of type vxlan for network ec67a61c-a320-42f9-a8e6-650dba0ec146 [pid: 7|app: 0|req: 1473/3076] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:51:32 2026] POST /v2.0/networks => generated 631 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3077] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:51:32 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) 2026-06-04 07:51:33.287 7 INFO neutron.db.segments_db [None req-771c7f0e-4e2c-4f85-b1ad-2c1076632b31 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Added segment cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 of type vxlan for network 6d7c9fd0-4d9e-42ec-9763-a23a9463e664 [pid: 7|app: 0|req: 1474/3078] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:51:33 2026] POST /v2.0/networks => generated 632 bytes in 181 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: 1605/3079] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:51:33 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:33.782 7 INFO neutron.db.segments_db [None req-95013106-4b0c-4a2e-9ca0-74cc18ef02f7 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Added segment b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 of type vxlan for network 47f061b5-a2a1-4019-92e9-27f1f90353d4 [pid: 7|app: 0|req: 1475/3080] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:51:33 2026] POST /v2.0/networks => generated 632 bytes in 158 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: 1606/3081] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:51:33 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:34.258 7 INFO neutron.db.segments_db [None req-f1ff836d-5630-4e88-86f2-7cac7e1bf2f3 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Added segment e68ba387-6b7c-4756-94d1-5646a8fb07e9 of type vxlan for network 547463d6-f1ef-494d-93c5-f19b8c46dd0d [pid: 7|app: 0|req: 1476/3082] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:51:34 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1607/3083] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:51:34 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:34.748 7 INFO neutron.db.segments_db [None req-a814b9ce-a72c-4392-a2fa-e1e2e605cf9d 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Added segment 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 of type vxlan for network 32249786-788b-45ce-a53c-78a7d3fbfca1 [pid: 7|app: 0|req: 1477/3084] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:51:34 2026] POST /v2.0/networks => generated 631 bytes in 115 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: 1608/3085] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:51:34 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3086] 10.0.0.60 () {34 vars in 746 bytes} [Thu Jun 4 07:51:35 2026] PUT /v2.0/ports/fcc8efca-d2d7-4d28-a1f6-373627b1853e/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1609/3087] 10.0.0.60 () {34 vars in 746 bytes} [Thu Jun 4 07:51:35 2026] PUT /v2.0/ports/21dff222-e529-4068-8da1-430997c45749/tags => generated 25 bytes in 98 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: 1479/3088] 10.0.0.60 () {34 vars in 746 bytes} [Thu Jun 4 07:51:35 2026] PUT /v2.0/ports/b8729ed7-e334-4a67-a535-240dffe040b2/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1610/3089] 10.0.0.60 () {34 vars in 746 bytes} [Thu Jun 4 07:51:35 2026] PUT /v2.0/ports/aee82e4b-4443-42c8-86a4-c588ae630827/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1480/3090] 10.0.0.60 () {32 vars in 659 bytes} [Thu Jun 4 07:51:35 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 159 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: 1611/3091] 10.0.0.60 () {32 vars in 673 bytes} [Thu Jun 4 07:51:35 2026] GET /v2.0/ports?tags=red%2Cblue => 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: 1481/3092] 10.0.0.60 () {32 vars in 669 bytes} [Thu Jun 4 07:51:35 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3093] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:51:35 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3094] 10.0.0.60 () {32 vars in 667 bytes} [Thu Jun 4 07:51:35 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3095] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:51:35 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3096] 10.0.0.60 () {32 vars in 677 bytes} [Thu Jun 4 07:51:36 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3097] 10.0.0.60 () {32 vars in 689 bytes} [Thu Jun 4 07:51:36 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:51:36.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-4897f08d-e176-4311-9c0f-eba04ce6f2fa 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] TaaS: Handle Delete Port: fcc8efca-d2d7-4d28-a1f6-373627b1853e 2026-06-04 07:51:36.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4897f08d-e176-4311-9c0f-eba04ce6f2fa 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Tap Mirror: Handle Delete Port: fcc8efca-d2d7-4d28-a1f6-373627b1853e [pid: 7|app: 0|req: 1484/3098] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:51:36 2026] DELETE /v2.0/ports/fcc8efca-d2d7-4d28-a1f6-373627b1853e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:36.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e7ddc94-142f-4dd9-a974-b0dac6fdb074 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] TaaS: Handle Delete Port: 21dff222-e529-4068-8da1-430997c45749 2026-06-04 07:51:36.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e7ddc94-142f-4dd9-a974-b0dac6fdb074 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Tap Mirror: Handle Delete Port: 21dff222-e529-4068-8da1-430997c45749 [pid: 8|app: 0|req: 1615/3099] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:51:36 2026] DELETE /v2.0/ports/21dff222-e529-4068-8da1-430997c45749 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:36.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-57797ee0-cca7-4558-83b4-303ad4181414 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] TaaS: Handle Delete Port: b8729ed7-e334-4a67-a535-240dffe040b2 2026-06-04 07:51:36.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57797ee0-cca7-4558-83b4-303ad4181414 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Tap Mirror: Handle Delete Port: b8729ed7-e334-4a67-a535-240dffe040b2 [pid: 7|app: 0|req: 1485/3100] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:51:36 2026] DELETE /v2.0/ports/b8729ed7-e334-4a67-a535-240dffe040b2 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:36.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebd4ac0c-3108-457e-881a-af9a56bfd3bf 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] TaaS: Handle Delete Port: aee82e4b-4443-42c8-86a4-c588ae630827 2026-06-04 07:51:36.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebd4ac0c-3108-457e-881a-af9a56bfd3bf 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Tap Mirror: Handle Delete Port: aee82e4b-4443-42c8-86a4-c588ae630827 [pid: 8|app: 0|req: 1616/3101] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:51:36 2026] DELETE /v2.0/ports/aee82e4b-4443-42c8-86a4-c588ae630827 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:37.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b6797f6-0985-4ddb-9b91-75145297def1 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] TaaS: Handle Delete Port: 7b1cfc3d-a23e-4e9b-bee3-caf0b5419184 2026-06-04 07:51:37.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b6797f6-0985-4ddb-9b91-75145297def1 921e2f52b611405e975018ed10d37e72 64757b9039cc484fa35e20b6ebfaa015 - - default default] Tap Mirror: Handle Delete Port: 7b1cfc3d-a23e-4e9b-bee3-caf0b5419184 [pid: 7|app: 0|req: 1486/3102] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:51:36 2026] DELETE /v2.0/ports/7b1cfc3d-a23e-4e9b-bee3-caf0b5419184 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3103] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:37 2026] DELETE /v2.0/networks/ec67a61c-a320-42f9-a8e6-650dba0ec146 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:51:37.413 8 INFO neutron.services.segments.plugin [-] Segment 0b07bc94-6d88-4b52-94b5-6ccce6f0236b resource provider aggregate not found 2026-06-04 07:51:37.428 8 INFO neutron.services.segments.plugin [-] Segment 0b07bc94-6d88-4b52-94b5-6ccce6f0236b resource provider aggregate not found 2026-06-04 07:51:37.434 8 INFO neutron.services.segments.plugin [-] Segment 0b07bc94-6d88-4b52-94b5-6ccce6f0236b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b07bc94-6d88-4b52-94b5-6ccce6f0236b found for delete ", "request_id": "req-44c552cf-dc22-401c-ba95-b14bedf3850d"}]} 2026-06-04 07:51:37.445 8 INFO neutron.services.segments.plugin [-] Segment 0b07bc94-6d88-4b52-94b5-6ccce6f0236b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b07bc94-6d88-4b52-94b5-6ccce6f0236b found for delete ", "request_id": "req-3279becb-c10e-4664-85c3-af4bdcc49928"}]} 2026-06-04 07:51:37.477 7 INFO neutron.services.segments.plugin [-] Segment cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 resource provider aggregate not found 2026-06-04 07:51:37.488 7 INFO neutron.services.segments.plugin [-] Segment cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 resource provider aggregate not found 2026-06-04 07:51:37.503 7 INFO neutron.services.segments.plugin [-] Segment cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 found for delete ", "request_id": "req-c8d37221-8f95-47c3-98e1-dd47a281af3b"}]} 2026-06-04 07:51:37.504 7 INFO neutron.services.segments.plugin [-] Segment cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cccf32a2-77d9-4f6f-b8bd-bfa07e3f2ed8 found for delete ", "request_id": "req-b352b8bc-e315-49ba-8692-5f73c3ec1589"}]} [pid: 7|app: 0|req: 1487/3104] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:37 2026] DELETE /v2.0/networks/6d7c9fd0-4d9e-42ec-9763-a23a9463e664 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3105] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:37 2026] DELETE /v2.0/networks/47f061b5-a2a1-4019-92e9-27f1f90353d4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3106] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:37 2026] DELETE /v2.0/networks/547463d6-f1ef-494d-93c5-f19b8c46dd0d => 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: 1619/3107] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:51:37 2026] DELETE /v2.0/networks/32249786-788b-45ce-a53c-78a7d3fbfca1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3108] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:38 2026] GET /v2.0/security-groups?tenant_id=f6a9966e132c4229a855adf90d7b2bd8&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3109] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:39 2026] DELETE /v2.0/security-groups/e8ce6ec8-d2ae-494e-8f7d-da74f188acbe => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3110] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:39 2026] GET /v2.0/security-groups?tenant_id=723f89de67994c46b1fce15321c7ee42&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:51:39.458 8 INFO neutron.services.segments.plugin [-] Segment b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 resource provider aggregate not found 2026-06-04 07:51:39.464 8 INFO neutron.services.segments.plugin [-] Segment b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 resource provider aggregate not found 2026-06-04 07:51:39.478 8 INFO neutron.services.segments.plugin [-] Segment b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 found for delete ", "request_id": "req-379c1c19-3777-49e1-9aa4-a7ad1b119c96"}]} 2026-06-04 07:51:39.481 8 INFO neutron.services.segments.plugin [-] Segment b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f4a88e-3a32-46bb-9b62-cfbfcfe1ca90 found for delete ", "request_id": "req-e5d43666-9b97-4127-814d-3d53be037706"}]} [pid: 8|app: 0|req: 1621/3111] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:39 2026] DELETE /v2.0/security-groups/81d565bb-fceb-4248-93db-8de786b104da => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:39.498 8 INFO neutron.services.segments.plugin [-] Segment 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 resource provider aggregate not found 2026-06-04 07:51:39.502 8 INFO neutron.services.segments.plugin [-] Segment 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 resource provider aggregate not found 2026-06-04 07:51:39.516 8 INFO neutron.services.segments.plugin [-] Segment 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 found for delete ", "request_id": "req-84fdf52f-9499-4f1a-b9f4-63cbfe55c511"}]} 2026-06-04 07:51:39.522 8 INFO neutron.services.segments.plugin [-] Segment 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32a10e60-2e13-4c66-9c9d-5f5ff672bf09 found for delete ", "request_id": "req-520e1a45-a86f-4663-bf5b-5b5cf6bf059c"}]} 2026-06-04 07:51:39.523 7 INFO neutron.services.segments.plugin [-] Segment e68ba387-6b7c-4756-94d1-5646a8fb07e9 resource provider aggregate not found 2026-06-04 07:51:39.530 7 INFO neutron.services.segments.plugin [-] Segment e68ba387-6b7c-4756-94d1-5646a8fb07e9 resource provider aggregate not found 2026-06-04 07:51:39.538 7 INFO neutron.services.segments.plugin [-] Segment e68ba387-6b7c-4756-94d1-5646a8fb07e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e68ba387-6b7c-4756-94d1-5646a8fb07e9 found for delete ", "request_id": "req-ad26cd84-3033-42f1-8968-15765e732798"}]} 2026-06-04 07:51:39.546 7 INFO neutron.services.segments.plugin [-] Segment e68ba387-6b7c-4756-94d1-5646a8fb07e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e68ba387-6b7c-4756-94d1-5646a8fb07e9 found for delete ", "request_id": "req-dd2483d4-c990-45bd-ba5b-59dd3a60ec72"}]} [pid: 7|app: 0|req: 1491/3112] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:39 2026] GET /v2.0/security-groups?tenant_id=64757b9039cc484fa35e20b6ebfaa015&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3113] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:39 2026] DELETE /v2.0/security-groups/c66e09bb-cb69-49ca-a1ef-7c1a64d6761c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:51:44.099 7 INFO neutron.db.segments_db [None req-d74c0d9e-a4cf-4ce0-bf36-fdc815350db4 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Added segment aa4e3045-0430-44c7-80d3-c9aa4d4eb856 of type vxlan for network 185652f4-0c8c-4050-b2fd-a489c6c9fc24 2026-06-04 07:51:44.410 7 INFO neutron.db.l3_hamode_db [None req-d74c0d9e-a4cf-4ce0-bf36-fdc815350db4 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:51:44.535 7 INFO neutron.db.l3_hamode_db [None req-d74c0d9e-a4cf-4ce0-bf36-fdc815350db4 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1493/3116] 10.0.0.60 () {34 vars in 667 bytes} [Thu Jun 4 07:51:43 2026] POST /v2.0/routers => generated 474 bytes in 1211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:45.155 8 INFO neutron.db.l3_hamode_db [None req-3c90f40c-7853-4e31-8807-01de01130f38 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:51:45.269 8 INFO neutron.db.l3_hamode_db [None req-3c90f40c-7853-4e31-8807-01de01130f38 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1624/3117] 10.0.0.60 () {34 vars in 667 bytes} [Thu Jun 4 07:51:45 2026] POST /v2.0/routers => generated 474 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:45.910 7 INFO neutron.db.l3_hamode_db [None req-210ef6e8-cb9e-4d6f-9ab5-92fca5efa094 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:51:46.048 7 INFO neutron.db.l3_hamode_db [None req-210ef6e8-cb9e-4d6f-9ab5-92fca5efa094 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1494/3118] 10.0.0.60 () {34 vars in 667 bytes} [Thu Jun 4 07:51:45 2026] POST /v2.0/routers => generated 474 bytes in 1485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:47.404 8 INFO neutron.db.l3_hamode_db [None req-3737c3aa-3bb1-4118-b124-ff83681a87b8 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:51:47.516 8 INFO neutron.db.l3_hamode_db [None req-3737c3aa-3bb1-4118-b124-ff83681a87b8 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1625/3119] 10.0.0.60 () {34 vars in 667 bytes} [Thu Jun 4 07:51:47 2026] POST /v2.0/routers => generated 474 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:51:48.137 7 INFO neutron.db.l3_hamode_db [None req-b0d17e47-b8ff-4f25-9de4-0ba03146f013 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 07:51:48.280 7 INFO neutron.db.l3_hamode_db [None req-b0d17e47-b8ff-4f25-9de4-0ba03146f013 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1495/3120] 10.0.0.60 () {34 vars in 667 bytes} [Thu Jun 4 07:51:48 2026] POST /v2.0/routers => generated 474 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3121] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:51:48 2026] PUT /v2.0/routers/2666f8aa-dd88-48b3-9216-a96c01939b99/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3122] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:51:49 2026] PUT /v2.0/routers/e00aef07-fbb6-4264-b955-4ed1985d9c8e/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3123] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:51:49 2026] PUT /v2.0/routers/46c4dc2c-9d60-47d9-a63b-b601786caafe/tags => generated 34 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3124] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:51:49 2026] PUT /v2.0/routers/e973636f-04d6-4bd5-ac68-14c8b8bb474d/tags => generated 19 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3125] 10.0.0.60 () {32 vars in 663 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3126] 10.0.0.60 () {32 vars in 677 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3127] 10.0.0.60 () {32 vars in 673 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3128] 10.0.0.60 () {32 vars in 685 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3129] 10.0.0.60 () {32 vars in 671 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3130] 10.0.0.60 () {32 vars in 685 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3131] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:51:49 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3132] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:51:50 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3133] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:50 2026] GET /v2.0/routers/2666f8aa-dd88-48b3-9216-a96c01939b99 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3134] 10.0.0.60 () {34 vars in 741 bytes} [Thu Jun 4 07:51:50 2026] PUT /v2.0/routers/2666f8aa-dd88-48b3-9216-a96c01939b99 => generated 485 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3135] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:51:50 2026] GET /v2.0/ports?device_id=2666f8aa-dd88-48b3-9216-a96c01939b99 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:51:50.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-29ea2515-34e4-43f8-8bb9-401d35c9fb13 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] TaaS: Handle Delete Port: f31200a2-1567-41b0-a1ed-72a7a607672b 2026-06-04 07:51:50.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ea2515-34e4-43f8-8bb9-401d35c9fb13 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Tap Mirror: Handle Delete Port: f31200a2-1567-41b0-a1ed-72a7a607672b [pid: 7|app: 0|req: 1503/3136] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:50 2026] DELETE /v2.0/routers/2666f8aa-dd88-48b3-9216-a96c01939b99 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3137] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:51 2026] GET /v2.0/routers/e00aef07-fbb6-4264-b955-4ed1985d9c8e => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3138] 10.0.0.60 () {34 vars in 741 bytes} [Thu Jun 4 07:51:51 2026] PUT /v2.0/routers/e00aef07-fbb6-4264-b955-4ed1985d9c8e => generated 493 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3139] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:51:51 2026] GET /v2.0/ports?device_id=e00aef07-fbb6-4264-b955-4ed1985d9c8e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:51:51.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1037a4e-66db-42d9-ab70-1c8ed015023a 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] TaaS: Handle Delete Port: 66c82aa5-64a8-4c62-95e2-0f4ca1655956 2026-06-04 07:51:51.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1037a4e-66db-42d9-ab70-1c8ed015023a 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Tap Mirror: Handle Delete Port: 66c82aa5-64a8-4c62-95e2-0f4ca1655956 [pid: 7|app: 0|req: 1505/3140] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:51 2026] DELETE /v2.0/routers/e00aef07-fbb6-4264-b955-4ed1985d9c8e => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3141] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:52 2026] GET /v2.0/routers/46c4dc2c-9d60-47d9-a63b-b601786caafe => generated 502 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3142] 10.0.0.60 () {34 vars in 741 bytes} [Thu Jun 4 07:51:52 2026] PUT /v2.0/routers/46c4dc2c-9d60-47d9-a63b-b601786caafe => generated 502 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3143] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:51:52 2026] GET /v2.0/ports?device_id=46c4dc2c-9d60-47d9-a63b-b601786caafe => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:51:53.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-84120c97-c10d-485f-8be7-2345c41f8972 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] TaaS: Handle Delete Port: 4869169c-dd11-4da7-a533-3d48c05fd75a 2026-06-04 07:51:53.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84120c97-c10d-485f-8be7-2345c41f8972 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Tap Mirror: Handle Delete Port: 4869169c-dd11-4da7-a533-3d48c05fd75a [pid: 7|app: 0|req: 1507/3144] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:52 2026] DELETE /v2.0/routers/46c4dc2c-9d60-47d9-a63b-b601786caafe => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3145] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:53 2026] GET /v2.0/routers/e973636f-04d6-4bd5-ac68-14c8b8bb474d => generated 487 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3146] 10.0.0.60 () {34 vars in 741 bytes} [Thu Jun 4 07:51:53 2026] PUT /v2.0/routers/e973636f-04d6-4bd5-ac68-14c8b8bb474d => generated 487 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3147] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:51:53 2026] GET /v2.0/ports?device_id=e973636f-04d6-4bd5-ac68-14c8b8bb474d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:51:54.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-141f0920-6756-4bd1-90a6-96c0aa192aff 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] TaaS: Handle Delete Port: f88ff71e-94bd-4dda-8e95-5f17b3e12495 2026-06-04 07:51:54.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-141f0920-6756-4bd1-90a6-96c0aa192aff 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Tap Mirror: Handle Delete Port: f88ff71e-94bd-4dda-8e95-5f17b3e12495 [pid: 7|app: 0|req: 1509/3148] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:53 2026] DELETE /v2.0/routers/e973636f-04d6-4bd5-ac68-14c8b8bb474d => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3149] 10.0.0.60 () {32 vars in 720 bytes} [Thu Jun 4 07:51:54 2026] GET /v2.0/routers/ba831648-9087-4bef-a586-4e23b42ac414 => generated 480 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3150] 10.0.0.60 () {34 vars in 741 bytes} [Thu Jun 4 07:51:54 2026] PUT /v2.0/routers/ba831648-9087-4bef-a586-4e23b42ac414 => generated 480 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3151] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:51:54 2026] GET /v2.0/ports?device_id=ba831648-9087-4bef-a586-4e23b42ac414 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:51:55.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-55d88791-36dd-4086-afdf-a3772216b346 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] TaaS: Handle Delete Port: 219b51ea-1ed3-4e6f-b6de-f2e03d58a98f 2026-06-04 07:51:55.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55d88791-36dd-4086-afdf-a3772216b346 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] Tap Mirror: Handle Delete Port: 219b51ea-1ed3-4e6f-b6de-f2e03d58a98f 2026-06-04 07:51:55.543 7 INFO neutron.services.segments.plugin [-] Segment aa4e3045-0430-44c7-80d3-c9aa4d4eb856 resource provider aggregate not found 2026-06-04 07:51:55.544 7 INFO neutron.services.segments.plugin [-] Segment aa4e3045-0430-44c7-80d3-c9aa4d4eb856 resource provider aggregate not found 2026-06-04 07:51:55.568 7 INFO neutron.services.segments.plugin [-] Segment aa4e3045-0430-44c7-80d3-c9aa4d4eb856 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa4e3045-0430-44c7-80d3-c9aa4d4eb856 found for delete ", "request_id": "req-b16b0a17-8eb4-4d9d-9119-d5e74a77f8f4"}]} 2026-06-04 07:51:55.568 7 INFO neutron.services.segments.plugin [-] Segment aa4e3045-0430-44c7-80d3-c9aa4d4eb856 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa4e3045-0430-44c7-80d3-c9aa4d4eb856 found for delete ", "request_id": "req-41ccc4d6-7e28-4a60-9c39-be5db82b387c"}]} 2026-06-04 07:51:55.577 7 INFO neutron.db.l3_hamode_db [None req-55d88791-36dd-4086-afdf-a3772216b346 7860c658a9ec422799677e03312f5de1 0b463b8e752045d29d2e46c2d48429a4 - - default default] HA network 185652f4-0c8c-4050-b2fd-a489c6c9fc24 was deleted as no HA routers are present in tenant 0b463b8e752045d29d2e46c2d48429a4. [pid: 7|app: 0|req: 1511/3152] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:51:54 2026] DELETE /v2.0/routers/ba831648-9087-4bef-a586-4e23b42ac414 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3153] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:56 2026] GET /v2.0/security-groups?tenant_id=ba6d391914ce4dfeb5daedceda2586a3&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3154] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:56 2026] DELETE /v2.0/security-groups/cb917244-c3f6-46e1-b292-5222bea36aab => 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: 1643/3155] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:56 2026] GET /v2.0/security-groups?tenant_id=08c45011feeb4b39b10937b18ef2a38e&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3158] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:56 2026] DELETE /v2.0/security-groups/039efbf9-c4c0-455e-8d34-2bec3f76c467 => 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: 1646/3159] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:51:57 2026] GET /v2.0/security-groups?tenant_id=0b463b8e752045d29d2e46c2d48429a4&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3160] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:51:57 2026] DELETE /v2.0/security-groups/54c18180-dc0a-406d-9b06-2787219a1017 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:02.051 8 INFO neutron.db.segments_db [None req-16f8966d-1d3d-45eb-ae99-83ba242ecaac 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] Added segment 653b32eb-67c5-46e1-bda4-57df6b77cedf of type vxlan for network 05f70d4e-2ae0-4189-b905-82b077591d7c [pid: 8|app: 0|req: 1647/3161] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:01 2026] POST /v2.0/networks => generated 632 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3162] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:52:02 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:52:02.483 8 INFO neutron.db.segments_db [None req-9c2a2f36-a5ab-44d8-a64c-8fbfb9b3a121 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] Added segment 6e6e8001-c7da-457b-a866-0332daec1eb2 of type vxlan for network 2a466e2c-078d-467c-a198-5ac22ae8a29c [pid: 8|app: 0|req: 1648/3163] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:02 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3164] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:52:02 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:52:02.882 8 INFO neutron.db.segments_db [None req-09d7d834-07b2-442f-b203-737894a8fb5c 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] Added segment 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 of type vxlan for network 9f5ffa40-ff9b-4b47-9859-285abb17c04d [pid: 8|app: 0|req: 1649/3165] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:02 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3166] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:52:02 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:52:03.322 8 INFO neutron.db.segments_db [None req-22c88b95-a394-482f-a624-406d65b48721 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] Added segment 9dc79963-96d0-4133-93c7-ff5f6492a895 of type vxlan for network 802aa6ed-c6df-4e01-933c-1d35d25fb9da [pid: 8|app: 0|req: 1650/3167] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:03 2026] POST /v2.0/networks => generated 632 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3168] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:52:03 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 07:52:03.745 8 INFO neutron.db.segments_db [None req-0f37224b-5645-470e-bc89-4f1bdbe38c40 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] Added segment 4a532a83-fbd0-4197-bab7-79ac4b4b1010 of type vxlan for network de9a0798-ee23-4313-8528-fb45f1414432 [pid: 8|app: 0|req: 1651/3169] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:03 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3170] 10.0.0.60 () {34 vars in 668 bytes} [Thu Jun 4 07:52:03 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3171] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:52:04 2026] PUT /v2.0/subnets/b2165e35-6455-4f26-a214-d32dc4fde558/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3172] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:52:04 2026] PUT /v2.0/subnets/2842b70b-2e9b-4c89-affa-7b80f9e79189/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3173] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:52:04 2026] PUT /v2.0/subnets/777c7815-d47f-45e3-85c4-09d4792666bb/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3174] 10.0.0.60 () {34 vars in 750 bytes} [Thu Jun 4 07:52:04 2026] PUT /v2.0/subnets/9fdccd41-2358-406d-8626-71ac1baf2410/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3175] 10.0.0.60 () {32 vars in 663 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3176] 10.0.0.60 () {32 vars in 677 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3177] 10.0.0.60 () {32 vars in 673 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3178] 10.0.0.60 () {32 vars in 685 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3179] 10.0.0.60 () {32 vars in 671 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3180] 10.0.0.60 () {32 vars in 685 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3181] 10.0.0.60 () {32 vars in 681 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3182] 10.0.0.60 () {32 vars in 693 bytes} [Thu Jun 4 07:52:04 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3183] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:52:04 2026] DELETE /v2.0/subnets/b2165e35-6455-4f26-a214-d32dc4fde558 => 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: 1526/3184] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:52:04 2026] DELETE /v2.0/subnets/2842b70b-2e9b-4c89-affa-7b80f9e79189 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3185] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:52:05 2026] DELETE /v2.0/subnets/777c7815-d47f-45e3-85c4-09d4792666bb => generated 0 bytes in 726 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3186] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:52:05 2026] DELETE /v2.0/subnets/9fdccd41-2358-406d-8626-71ac1baf2410 => 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: 1660/3187] 10.0.0.60 () {32 vars in 723 bytes} [Thu Jun 4 07:52:05 2026] DELETE /v2.0/subnets/a2f65200-f361-4de9-82dd-e77f18d7167c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:06.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-b29e5504-e938-4579-9d46-9e5ec65f13b7 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] TaaS: Handle Delete Port: 76fe341c-2f92-4370-8630-b8f0b9c64ebe 2026-06-04 07:52:06.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b29e5504-e938-4579-9d46-9e5ec65f13b7 294cc1f177a64417b03a938bc54b354d 7ed09952b15545dcb6cb8dbc117606b8 - - default default] Tap Mirror: Handle Delete Port: 76fe341c-2f92-4370-8630-b8f0b9c64ebe 2026-06-04 07:52:06.314 7 INFO neutron.services.segments.plugin [-] Segment 653b32eb-67c5-46e1-bda4-57df6b77cedf resource provider aggregate not found 2026-06-04 07:52:06.319 7 INFO neutron.services.segments.plugin [-] Segment 653b32eb-67c5-46e1-bda4-57df6b77cedf resource provider aggregate not found 2026-06-04 07:52:06.336 7 INFO neutron.services.segments.plugin [-] Segment 653b32eb-67c5-46e1-bda4-57df6b77cedf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 653b32eb-67c5-46e1-bda4-57df6b77cedf found for delete ", "request_id": "req-12838014-4dbf-4271-9626-1d8cde2b4c48"}]} 2026-06-04 07:52:06.345 7 INFO neutron.services.segments.plugin [-] Segment 653b32eb-67c5-46e1-bda4-57df6b77cedf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 653b32eb-67c5-46e1-bda4-57df6b77cedf found for delete ", "request_id": "req-576c09c7-10f7-4318-a73d-af8d19f6aa97"}]} [pid: 7|app: 0|req: 1528/3188] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:06 2026] DELETE /v2.0/networks/05f70d4e-2ae0-4189-b905-82b077591d7c => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:06.458 8 INFO neutron.services.segments.plugin [-] Segment 6e6e8001-c7da-457b-a866-0332daec1eb2 resource provider aggregate not found 2026-06-04 07:52:06.462 8 INFO neutron.services.segments.plugin [-] Segment 6e6e8001-c7da-457b-a866-0332daec1eb2 resource provider aggregate not found [pid: 8|app: 0|req: 1661/3189] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:06 2026] DELETE /v2.0/networks/2a466e2c-078d-467c-a198-5ac22ae8a29c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:06.485 8 INFO neutron.services.segments.plugin [-] Segment 6e6e8001-c7da-457b-a866-0332daec1eb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6e8001-c7da-457b-a866-0332daec1eb2 found for delete ", "request_id": "req-7ffe6791-f423-4416-9228-4aa703250b03"}]} 2026-06-04 07:52:06.486 8 INFO neutron.services.segments.plugin [-] Segment 6e6e8001-c7da-457b-a866-0332daec1eb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6e8001-c7da-457b-a866-0332daec1eb2 found for delete ", "request_id": "req-4d0c64e3-a43a-4a4d-8624-204c3eaf1d2c"}]} [pid: 7|app: 0|req: 1529/3190] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:06 2026] DELETE /v2.0/networks/9f5ffa40-ff9b-4b47-9859-285abb17c04d => 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: 1662/3191] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:06 2026] DELETE /v2.0/networks/802aa6ed-c6df-4e01-933c-1d35d25fb9da => 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: 1530/3192] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:06 2026] DELETE /v2.0/networks/de9a0798-ee23-4313-8528-fb45f1414432 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3193] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:07 2026] GET /v2.0/security-groups?tenant_id=be2c2ae8caa542ef8371c9b8af76cde9&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3194] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:07 2026] DELETE /v2.0/security-groups/c2330b6a-47c7-4fe7-a65d-581fd301ebde => 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: 1664/3195] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:08 2026] GET /v2.0/security-groups?tenant_id=7ed09952b15545dcb6cb8dbc117606b8&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3196] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:08 2026] DELETE /v2.0/security-groups/577705bf-ada8-4be2-ba98-9ce168eabcf6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:08.361 7 INFO neutron.services.segments.plugin [-] Segment 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 resource provider aggregate not found 2026-06-04 07:52:08.367 7 INFO neutron.services.segments.plugin [-] Segment 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 resource provider aggregate not found 2026-06-04 07:52:08.388 7 INFO neutron.services.segments.plugin [-] Segment 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 found for delete ", "request_id": "req-99b78c4b-5f29-4a2d-b4eb-096da612ac57"}]} 2026-06-04 07:52:08.392 7 INFO neutron.services.segments.plugin [-] Segment 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95ec0a16-5fc6-4d9c-aa37-b9bf5bfc1f55 found for delete ", "request_id": "req-e651e18a-6db6-4c33-8df9-378d6132988f"}]} 2026-06-04 07:52:08.405 7 INFO neutron.services.segments.plugin [-] Segment 4a532a83-fbd0-4197-bab7-79ac4b4b1010 resource provider aggregate not found 2026-06-04 07:52:08.410 7 INFO neutron.services.segments.plugin [-] Segment 4a532a83-fbd0-4197-bab7-79ac4b4b1010 resource provider aggregate not found 2026-06-04 07:52:08.426 7 INFO neutron.services.segments.plugin [-] Segment 4a532a83-fbd0-4197-bab7-79ac4b4b1010 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a532a83-fbd0-4197-bab7-79ac4b4b1010 found for delete ", "request_id": "req-f449a7b8-05f3-47a3-bfba-a60ad068cf93"}]} 2026-06-04 07:52:08.428 7 INFO neutron.services.segments.plugin [-] Segment 4a532a83-fbd0-4197-bab7-79ac4b4b1010 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a532a83-fbd0-4197-bab7-79ac4b4b1010 found for delete ", "request_id": "req-c4e8a27a-e5c0-4419-ac6d-3f2b6409736a"}]} 2026-06-04 07:52:08.510 8 INFO neutron.services.segments.plugin [-] Segment 9dc79963-96d0-4133-93c7-ff5f6492a895 resource provider aggregate not found 2026-06-04 07:52:08.513 8 INFO neutron.services.segments.plugin [-] Segment 9dc79963-96d0-4133-93c7-ff5f6492a895 resource provider aggregate not found 2026-06-04 07:52:08.537 8 INFO neutron.services.segments.plugin [-] Segment 9dc79963-96d0-4133-93c7-ff5f6492a895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc79963-96d0-4133-93c7-ff5f6492a895 found for delete ", "request_id": "req-b5c05f8e-d9d9-4b99-859f-d39525d9b207"}]} 2026-06-04 07:52:08.539 8 INFO neutron.services.segments.plugin [-] Segment 9dc79963-96d0-4133-93c7-ff5f6492a895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc79963-96d0-4133-93c7-ff5f6492a895 found for delete ", "request_id": "req-566750b5-69f2-48c9-9aea-3b919e4a0613"}]} [pid: 8|app: 0|req: 1665/3197] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:08 2026] GET /v2.0/security-groups?tenant_id=0063f79c59ed41859c2ad59ab78c566a&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3198] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:08 2026] DELETE /v2.0/security-groups/22346ac5-e726-431d-9dcf-5416fbd9b3aa => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:13.074 8 INFO neutron.db.segments_db [None req-0df6d0df-26d4-4ef6-bcf2-04d0dbf716f9 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Added segment e6ba2005-c276-428a-9b86-9968dcef1dd0 of type vxlan for network cea3b99f-711a-4ceb-82bd-7de7f18a3c3b [pid: 8|app: 0|req: 1667/3201] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:12 2026] POST /v2.0/networks => generated 631 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3202] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:52:13 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3203] 10.0.0.60 () {34 vars in 665 bytes} [Thu Jun 4 07:52:13 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-04 07:52:13.760 7 INFO neutron.db.segments_db [None req-ada6d6de-d616-4bc5-a438-f0e5037b6426 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Added segment f664d89d-ba1a-480e-b09b-3e4b589cd829 of type vxlan for network 12d7953d-0afe-40d6-81ae-6ec1a99d632b [pid: 7|app: 0|req: 1536/3204] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:13 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3205] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:52:13 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3206] 10.0.0.60 () {34 vars in 665 bytes} [Thu Jun 4 07:52:14 2026] POST /v2.0/trunks => generated 407 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, ' 2026-06-04 07:52:14.528 8 INFO neutron.db.segments_db [None req-702463bd-611e-4221-8b71-0441ecea8dc8 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Added segment 37983557-1de2-4f0c-957d-56259a494c3d of type vxlan for network 523c864b-61c8-45fe-b82b-df58c5c503ac [pid: 8|app: 0|req: 1670/3207] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:14 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3208] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:52:14 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3209] 10.0.0.60 () {34 vars in 665 bytes} [Thu Jun 4 07:52:14 2026] POST /v2.0/trunks => generated 407 bytes in 166 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-06-04 07:52:15.168 7 INFO neutron.db.segments_db [None req-fcd9e04d-352d-4a47-b440-78109e8faedb 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Added segment 25832108-5c69-4446-8e34-aba7d8ffcb28 of type vxlan for network 19319e03-cf46-4eea-8d7a-7b8470dffe75 [pid: 7|app: 0|req: 1539/3210] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:15 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3211] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:52:15 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3212] 10.0.0.60 () {34 vars in 665 bytes} [Thu Jun 4 07:52:15 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-04 07:52:15.804 8 INFO neutron.db.segments_db [None req-d078620c-a6df-48f9-9579-e1d61fc9b644 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Added segment 56751273-d6f3-418f-9cfd-7d837f122712 of type vxlan for network 48f9a321-c45a-4224-94f4-7a59eb749511 [pid: 8|app: 0|req: 1673/3213] 10.0.0.60 () {34 vars in 669 bytes} [Thu Jun 4 07:52:15 2026] POST /v2.0/networks => generated 632 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3214] 10.0.0.60 () {34 vars in 663 bytes} [Thu Jun 4 07:52:15 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3215] 10.0.0.60 () {34 vars in 665 bytes} [Thu Jun 4 07:52:16 2026] POST /v2.0/trunks => generated 407 bytes in 199 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: 1542/3216] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:52:16 2026] PUT /v2.0/trunks/aefd4784-4156-4ef4-ae3a-51b3973c9a93/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3217] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:52:16 2026] PUT /v2.0/trunks/d634cd6c-3029-484a-a6f6-0ca65c9567ed/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3218] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:52:16 2026] PUT /v2.0/trunks/5dab851e-8540-4df3-bb06-6efa7b83e97f/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3219] 10.0.0.60 () {34 vars in 748 bytes} [Thu Jun 4 07:52:16 2026] PUT /v2.0/trunks/ef1712b5-b907-4fc5-b8cb-c2c5cab88ad4/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3220] 10.0.0.60 () {32 vars in 661 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3221] 10.0.0.60 () {32 vars in 675 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3222] 10.0.0.60 () {32 vars in 671 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3223] 10.0.0.60 () {32 vars in 683 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3224] 10.0.0.60 () {32 vars in 669 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3225] 10.0.0.60 () {32 vars in 683 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3226] 10.0.0.60 () {32 vars in 679 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3227] 10.0.0.60 () {32 vars in 691 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3228] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks/aefd4784-4156-4ef4-ae3a-51b3973c9a93 => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3229] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/ports/2b89039d-080d-472a-921c-854bc2b67fbe => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3230] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:52:16 2026] DELETE /v2.0/trunks/aefd4784-4156-4ef4-ae3a-51b3973c9a93 => 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: 1682/3231] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:52:16 2026] GET /v2.0/trunks/d634cd6c-3029-484a-a6f6-0ca65c9567ed => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3232] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/ports/b4ea155f-32ed-4652-a0a0-434fe0fa38ac => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3233] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:52:17 2026] DELETE /v2.0/trunks/d634cd6c-3029-484a-a6f6-0ca65c9567ed => 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: 1551/3234] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/trunks/5dab851e-8540-4df3-bb06-6efa7b83e97f => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3235] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/ports/06102731-3e55-498e-b323-c4a28b6beb2d => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3236] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:52:17 2026] DELETE /v2.0/trunks/5dab851e-8540-4df3-bb06-6efa7b83e97f => 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: 1685/3237] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/trunks/ef1712b5-b907-4fc5-b8cb-c2c5cab88ad4 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3238] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/ports/485d0d58-3692-4abf-b2f3-e7641d9c47b8 => 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: 1686/3239] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:52:17 2026] DELETE /v2.0/trunks/ef1712b5-b907-4fc5-b8cb-c2c5cab88ad4 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3240] 10.0.0.60 () {32 vars in 718 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/trunks/1665aca2-cb75-4625-bd04-b79a29c5aa2d => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3241] 10.0.0.60 () {32 vars in 716 bytes} [Thu Jun 4 07:52:17 2026] GET /v2.0/ports/40100ff9-06f3-47e4-a8d0-dcdbea6f99a0 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3242] 10.0.0.60 () {32 vars in 721 bytes} [Thu Jun 4 07:52:17 2026] DELETE /v2.0/trunks/1665aca2-cb75-4625-bd04-b79a29c5aa2d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:17.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5ec299e-1918-4818-b43a-ae5e67650013 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] TaaS: Handle Delete Port: 2b89039d-080d-472a-921c-854bc2b67fbe 2026-06-04 07:52:17.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5ec299e-1918-4818-b43a-ae5e67650013 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Tap Mirror: Handle Delete Port: 2b89039d-080d-472a-921c-854bc2b67fbe [pid: 8|app: 0|req: 1688/3243] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:52:17 2026] DELETE /v2.0/ports/2b89039d-080d-472a-921c-854bc2b67fbe => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:18.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-f75d6171-0fd0-4552-8890-47c44bccdbf6 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] TaaS: Handle Delete Port: b4ea155f-32ed-4652-a0a0-434fe0fa38ac 2026-06-04 07:52:18.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f75d6171-0fd0-4552-8890-47c44bccdbf6 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Tap Mirror: Handle Delete Port: b4ea155f-32ed-4652-a0a0-434fe0fa38ac [pid: 7|app: 0|req: 1556/3244] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:52:17 2026] DELETE /v2.0/ports/b4ea155f-32ed-4652-a0a0-434fe0fa38ac => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:18.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-36359e43-5c06-4870-8ec7-5b812485189f 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] TaaS: Handle Delete Port: 06102731-3e55-498e-b323-c4a28b6beb2d 2026-06-04 07:52:18.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36359e43-5c06-4870-8ec7-5b812485189f 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Tap Mirror: Handle Delete Port: 06102731-3e55-498e-b323-c4a28b6beb2d [pid: 8|app: 0|req: 1689/3245] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:52:18 2026] DELETE /v2.0/ports/06102731-3e55-498e-b323-c4a28b6beb2d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:18.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f9bbe35-47c6-4544-a865-eb94ff2c1358 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] TaaS: Handle Delete Port: 485d0d58-3692-4abf-b2f3-e7641d9c47b8 2026-06-04 07:52:18.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f9bbe35-47c6-4544-a865-eb94ff2c1358 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Tap Mirror: Handle Delete Port: 485d0d58-3692-4abf-b2f3-e7641d9c47b8 [pid: 7|app: 0|req: 1557/3246] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:52:18 2026] DELETE /v2.0/ports/485d0d58-3692-4abf-b2f3-e7641d9c47b8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:18.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-b178d103-5d1a-4f63-b9c6-a420d72379d7 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] TaaS: Handle Delete Port: 40100ff9-06f3-47e4-a8d0-dcdbea6f99a0 2026-06-04 07:52:18.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b178d103-5d1a-4f63-b9c6-a420d72379d7 496a198b374d487f80cb82073be2ef29 311971e390154c9b84447e7d71dc8cf0 - - default default] Tap Mirror: Handle Delete Port: 40100ff9-06f3-47e4-a8d0-dcdbea6f99a0 [pid: 8|app: 0|req: 1690/3247] 10.0.0.60 () {32 vars in 719 bytes} [Thu Jun 4 07:52:18 2026] DELETE /v2.0/ports/40100ff9-06f3-47e4-a8d0-dcdbea6f99a0 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:18.901 7 INFO neutron.services.segments.plugin [-] Segment e6ba2005-c276-428a-9b86-9968dcef1dd0 resource provider aggregate not found 2026-06-04 07:52:18.907 7 INFO neutron.services.segments.plugin [-] Segment e6ba2005-c276-428a-9b86-9968dcef1dd0 resource provider aggregate not found 2026-06-04 07:52:18.922 7 INFO neutron.services.segments.plugin [-] Segment e6ba2005-c276-428a-9b86-9968dcef1dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6ba2005-c276-428a-9b86-9968dcef1dd0 found for delete ", "request_id": "req-68f493fa-9bf1-40e9-b756-07ad6953221a"}]} 2026-06-04 07:52:18.927 7 INFO neutron.services.segments.plugin [-] Segment e6ba2005-c276-428a-9b86-9968dcef1dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6ba2005-c276-428a-9b86-9968dcef1dd0 found for delete ", "request_id": "req-1c78dde2-39bf-4111-97b8-f0085a147512"}]} [pid: 7|app: 0|req: 1558/3248] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:18 2026] DELETE /v2.0/networks/cea3b99f-711a-4ceb-82bd-7de7f18a3c3b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 07:52:19.074 8 INFO neutron.services.segments.plugin [-] Segment f664d89d-ba1a-480e-b09b-3e4b589cd829 resource provider aggregate not found 2026-06-04 07:52:19.077 8 INFO neutron.services.segments.plugin [-] Segment f664d89d-ba1a-480e-b09b-3e4b589cd829 resource provider aggregate not found 2026-06-04 07:52:19.093 8 INFO neutron.services.segments.plugin [-] Segment f664d89d-ba1a-480e-b09b-3e4b589cd829 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f664d89d-ba1a-480e-b09b-3e4b589cd829 found for delete ", "request_id": "req-14c18d39-084f-41f2-a067-5d1a13dfef00"}]} 2026-06-04 07:52:19.093 8 INFO neutron.services.segments.plugin [-] Segment f664d89d-ba1a-480e-b09b-3e4b589cd829 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f664d89d-ba1a-480e-b09b-3e4b589cd829 found for delete ", "request_id": "req-b1fcd531-46bd-40d8-a9e1-71010566bfc7"}]} [pid: 8|app: 0|req: 1691/3249] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:18 2026] DELETE /v2.0/networks/12d7953d-0afe-40d6-81ae-6ec1a99d632b => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3250] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:19 2026] DELETE /v2.0/networks/523c864b-61c8-45fe-b82b-df58c5c503ac => 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: 1692/3251] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:19 2026] DELETE /v2.0/networks/19319e03-cf46-4eea-8d7a-7b8470dffe75 => 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: 1560/3252] 10.0.0.60 () {32 vars in 725 bytes} [Thu Jun 4 07:52:19 2026] DELETE /v2.0/networks/48f9a321-c45a-4224-94f4-7a59eb749511 => 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: 1693/3253] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:20 2026] GET /v2.0/security-groups?tenant_id=1d46d2be2f6d4e33a77539cc89a7be43&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3254] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:20 2026] DELETE /v2.0/security-groups/614df73f-dba0-4df4-bcee-ebcdb7a1a62d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:20.944 7 INFO neutron.services.segments.plugin [-] Segment 37983557-1de2-4f0c-957d-56259a494c3d resource provider aggregate not found 2026-06-04 07:52:20.947 7 INFO neutron.services.segments.plugin [-] Segment 37983557-1de2-4f0c-957d-56259a494c3d resource provider aggregate not found 2026-06-04 07:52:20.961 7 INFO neutron.services.segments.plugin [-] Segment 37983557-1de2-4f0c-957d-56259a494c3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37983557-1de2-4f0c-957d-56259a494c3d found for delete ", "request_id": "req-f704c54c-9067-47f7-8519-8d6fef5e981e"}]} 2026-06-04 07:52:20.962 7 INFO neutron.services.segments.plugin [-] Segment 37983557-1de2-4f0c-957d-56259a494c3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37983557-1de2-4f0c-957d-56259a494c3d found for delete ", "request_id": "req-3a44eaa3-5511-4ad3-819d-98b82f5c1524"}]} [pid: 8|app: 0|req: 1694/3255] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:20 2026] GET /v2.0/security-groups?tenant_id=2d06e46a84ca4b66b3fb4515272728a6&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 07:52:20.981 7 INFO neutron.services.segments.plugin [-] Segment 56751273-d6f3-418f-9cfd-7d837f122712 resource provider aggregate not found 2026-06-04 07:52:20.987 7 INFO neutron.services.segments.plugin [-] Segment 56751273-d6f3-418f-9cfd-7d837f122712 resource provider aggregate not found 2026-06-04 07:52:20.998 7 INFO neutron.services.segments.plugin [-] Segment 56751273-d6f3-418f-9cfd-7d837f122712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56751273-d6f3-418f-9cfd-7d837f122712 found for delete ", "request_id": "req-2c066399-40e4-4304-a906-308253c99209"}]} 2026-06-04 07:52:21.011 7 INFO neutron.services.segments.plugin [-] Segment 56751273-d6f3-418f-9cfd-7d837f122712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56751273-d6f3-418f-9cfd-7d837f122712 found for delete ", "request_id": "req-510fea75-c222-4413-a12f-41f4f1b6fd59"}]} [pid: 7|app: 0|req: 1562/3256] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:20 2026] DELETE /v2.0/security-groups/0b8d9fdf-e778-4ea6-94cc-ce4a435a745c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:21.113 8 INFO neutron.services.segments.plugin [-] Segment 25832108-5c69-4446-8e34-aba7d8ffcb28 resource provider aggregate not found 2026-06-04 07:52:21.117 8 INFO neutron.services.segments.plugin [-] Segment 25832108-5c69-4446-8e34-aba7d8ffcb28 resource provider aggregate not found 2026-06-04 07:52:21.134 8 INFO neutron.services.segments.plugin [-] Segment 25832108-5c69-4446-8e34-aba7d8ffcb28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25832108-5c69-4446-8e34-aba7d8ffcb28 found for delete ", "request_id": "req-e151c874-ea75-4f40-895e-a0107dabfadf"}]} 2026-06-04 07:52:21.134 8 INFO neutron.services.segments.plugin [-] Segment 25832108-5c69-4446-8e34-aba7d8ffcb28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25832108-5c69-4446-8e34-aba7d8ffcb28 found for delete ", "request_id": "req-82beff5d-a2db-4500-9698-ccaf5f622618"}]} [pid: 8|app: 0|req: 1695/3257] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:21 2026] GET /v2.0/security-groups?tenant_id=311971e390154c9b84447e7d71dc8cf0&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3258] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:21 2026] DELETE /v2.0/security-groups/7299c8bb-e8a8-4fb0-bcca-1dd9d8e3b8f2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3259] 10.0.0.60 () {34 vars in 677 bytes} [Thu Jun 4 07:52:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3260] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:52:24 2026] PUT /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3261] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:24 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3262] 10.0.0.60 () {34 vars in 763 bytes} [Thu Jun 4 07:52:24 2026] PUT /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3263] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:24 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3264] 10.0.0.60 () {34 vars in 759 bytes} [Thu Jun 4 07:52:24 2026] PUT /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3265] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:24 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3266] 10.0.0.60 () {34 vars in 781 bytes} [Thu Jun 4 07:52:24 2026] PUT /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3267] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:25 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3268] 10.0.0.60 () {34 vars in 752 bytes} [Thu Jun 4 07:52:25 2026] PUT /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3269] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:25 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3270] 10.0.0.60 () {32 vars in 740 bytes} [Thu Jun 4 07:52:25 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:25.211 8 INFO neutron.api.v2.resource [None req-e65d5bbe-146a-4c56-81e0-b2900df3d255 f8c01300a4aa4a15969e40045ecd8573 742f3147dbab40409fd66373597f5da0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3271] 10.0.0.60 () {32 vars in 744 bytes} [Thu Jun 4 07:52:25 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3272] 10.0.0.60 () {32 vars in 743 bytes} [Thu Jun 4 07:52:25 2026] DELETE /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3273] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:25 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:52:25.369 7 INFO neutron.api.v2.resource [None req-9c86c397-3b40-4827-b443-906c7bc7d91d f8c01300a4aa4a15969e40045ecd8573 742f3147dbab40409fd66373597f5da0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3274] 10.0.0.60 () {32 vars in 747 bytes} [Thu Jun 4 07:52:25 2026] DELETE /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/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: 1704/3275] 10.0.0.60 () {32 vars in 735 bytes} [Thu Jun 4 07:52:25 2026] DELETE /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => 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: 1572/3276] 10.0.0.60 () {32 vars in 732 bytes} [Thu Jun 4 07:52:25 2026] GET /v2.0/policies/062292f5-03de-43d0-8b19-372e3ff8af78/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3277] 10.0.0.60 () {32 vars in 733 bytes} [Thu Jun 4 07:52:25 2026] DELETE /v2.0/qos/policies/062292f5-03de-43d0-8b19-372e3ff8af78 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3278] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:26 2026] GET /v2.0/security-groups?tenant_id=ca6e4f86993945a3b0cebaadd50711e8&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3279] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:26 2026] DELETE /v2.0/security-groups/053d7459-4d27-42d2-929a-c2de3f4c93cc => 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: 1574/3280] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:26 2026] GET /v2.0/security-groups?tenant_id=742f3147dbab40409fd66373597f5da0&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3281] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:26 2026] DELETE /v2.0/security-groups/f5b8fe5b-be90-4394-8c5a-2c58e174a762 => 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: 1576/3284] 10.0.0.60 () {34 vars in 683 bytes} [Thu Jun 4 07:52:29 2026] POST /v2.0/security-groups => generated 1603 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3285] 10.0.0.60 () {34 vars in 766 bytes} [Thu Jun 4 07:52:30 2026] PUT /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/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: 1577/3286] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:30 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/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: 1710/3287] 10.0.0.60 () {34 vars in 777 bytes} [Thu Jun 4 07:52:30 2026] PUT /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3288] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:30 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3289] 10.0.0.60 () {34 vars in 773 bytes} [Thu Jun 4 07:52:30 2026] PUT /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3290] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:30 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/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: 1712/3291] 10.0.0.60 () {34 vars in 795 bytes} [Thu Jun 4 07:52:30 2026] PUT /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/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: 1580/3292] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:30 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3293] 10.0.0.60 () {34 vars in 766 bytes} [Thu Jun 4 07:52:30 2026] PUT /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3294] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:30 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3295] 10.0.0.60 () {32 vars in 754 bytes} [Thu Jun 4 07:52:30 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 07:52:31.057 7 INFO neutron.api.v2.resource [None req-b65552cb-b13f-4a9c-8bf6-74851103d86e 8a8f134457dd4846ad8e6fc6ff8080c9 2125c78e25bf4379a88f638e0940cf56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3296] 10.0.0.60 () {32 vars in 758 bytes} [Thu Jun 4 07:52:31 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3297] 10.0.0.60 () {32 vars in 757 bytes} [Thu Jun 4 07:52:31 2026] DELETE /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags/red => 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: 1583/3298] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:31 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 07:52:31.209 8 INFO neutron.api.v2.resource [None req-8a895fa6-5a8e-4e68-b013-822bbd32669e 8a8f134457dd4846ad8e6fc6ff8080c9 2125c78e25bf4379a88f638e0940cf56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3299] 10.0.0.60 () {32 vars in 761 bytes} [Thu Jun 4 07:52:31 2026] DELETE /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3300] 10.0.0.60 () {32 vars in 749 bytes} [Thu Jun 4 07:52:31 2026] DELETE /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3301] 10.0.0.60 () {32 vars in 746 bytes} [Thu Jun 4 07:52:31 2026] GET /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3302] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:31 2026] DELETE /v2.0/security-groups/67755970-65fa-4ae9-a352-7156d05464db => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3303] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:32 2026] GET /v2.0/security-groups?tenant_id=d583790fc67c494480f6445a4c507a2d&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3304] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:32 2026] DELETE /v2.0/security-groups/282ecd3c-4112-4406-a571-ecb5be3c699e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3305] 10.0.0.60 () {32 vars in 773 bytes} [Thu Jun 4 07:52:32 2026] GET /v2.0/security-groups?tenant_id=2125c78e25bf4379a88f638e0940cf56&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3306] 10.0.0.60 () {32 vars in 739 bytes} [Thu Jun 4 07:52:32 2026] DELETE /v2.0/security-groups/0a690712-76e2-40d6-a6f0-200594078e10 => 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: 1720/3307] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:52:35 2026] GET /v2.0/networks => generated 2167 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3308] 10.0.0.60 () {32 vars in 654 bytes} [Thu Jun 4 07:52:36 2026] GET /v2.0/floatingips => 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: 1721/3309] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:52:36 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: 1589/3310] 10.0.0.60 () {32 vars in 642 bytes} [Thu Jun 4 07:52:36 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3311] 10.0.0.60 () {32 vars in 646 bytes} [Thu Jun 4 07:52:36 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3312] 10.0.0.60 () {32 vars in 648 bytes} [Thu Jun 4 07:52:36 2026] GET /v2.0/networks => generated 2167 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3313] 10.0.0.60 () {32 vars in 662 bytes} [Thu Jun 4 07:52:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3314] 10.0.0.60 () {32 vars in 654 bytes} [Thu Jun 4 07:52:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)