+ 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 25 22:59:28 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-6cc64f6969-7lm6n 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 0x7f4cdfc14668 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-25 22:59:32.245 7 INFO neutron.common.config [-] Logging enabled! 2026-06-25 22:59:32.245 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev32 2026-06-25 22:59:32.260 8 INFO neutron.common.config [-] Logging enabled! 2026-06-25 22:59:32.261 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev32 2026-06-25 22:59:33.266 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-25 22:59:33.282 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-25 22:59:34.626 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 22:59:34.629 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-25 22:59:34.632 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-25 22:59:34.634 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 22:59:34.634 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-25 22:59:34.634 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-25 22:59:34.634 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:59:34.642 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:59:34.642 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:59:34.642 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 22:59:34.664 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-25 22:59:34.665 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 22:59:34.666 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-25 22:59:34.712 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-25 22:59:34.712 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-25 22:59:34.712 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-25 22:59:34.712 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-25 22:59:34.754 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 22:59:34.757 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-25 22:59:34.761 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-25 22:59:34.763 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-25 22:59:34.763 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-25 22:59:34.763 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-25 22:59:34.764 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:59:34.772 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:59:34.772 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-25 22:59:34.772 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 22:59:34.797 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-25 22:59:34.798 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-25 22:59:34.798 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-25 22:59:34.844 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-25 22:59:34.844 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-25 22:59:34.845 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-25 22:59:34.845 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-25 22:59:35.003 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing driver for type 'vlan' 2026-06-25 22:59:35.173 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing driver for type 'vlan' 2026-06-25 22:59:35.278 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] VlanTypeDriver initialization complete 2026-06-25 22:59:35.278 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing driver for type 'vxlan' 2026-06-25 22:59:35.278 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-25 22:59:35.291 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-25 22:59:35.291 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-25 22:59:35.291 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing extension driver 'port_security' 2026-06-25 22:59:35.291 7 INFO neutron.plugins.ml2.extensions.port_security [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-25 22:59:35.291 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing extension driver 'qos' 2026-06-25 22:59:35.291 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-25 22:59:35.292 7 INFO neutron.plugins.ml2.managers [None req-42bf5694-80a8-4604-b556-bdfa6f1507c1 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-25 22:59:35.305 7 INFO neutron.quota [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded quota_driver: . 2026-06-25 22:59:35.306 7 INFO neutron.plugins.ml2.plugin [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Modular L2 Plugin initialization complete 2026-06-25 22:59:35.306 7 INFO neutron.plugins.ml2.managers [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-25 22:59:35.306 7 INFO neutron.plugins.ml2.managers [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-25 22:59:35.306 7 INFO neutron.plugins.ml2.managers [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-25 22:59:35.306 7 INFO neutron.extensions.vlantransparent [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Disabled vlantransparent extension. 2026-06-25 22:59:35.306 7 INFO neutron.extensions.qinq [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Disabled VLAN QinQ extension. 2026-06-25 22:59:35.306 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: qos 2026-06-25 22:59:35.322 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: router 2026-06-25 22:59:35.370 7 INFO neutron.services.service_base [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-25 22:59:35.370 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: segments 2026-06-25 22:59:35.439 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] VlanTypeDriver initialization complete 2026-06-25 22:59:35.439 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing driver for type 'vxlan' 2026-06-25 22:59:35.439 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-25 22:59:35.453 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-25 22:59:35.453 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-25 22:59:35.453 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing extension driver 'port_security' 2026-06-25 22:59:35.454 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-25 22:59:35.454 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing extension driver 'qos' 2026-06-25 22:59:35.454 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-25 22:59:35.454 8 INFO neutron.plugins.ml2.managers [None req-f68883cb-958b-4ebb-9f25-d249b04ce378 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-25 22:59:35.468 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: trunk 2026-06-25 22:59:35.471 8 INFO neutron.quota [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded quota_driver: . 2026-06-25 22:59:35.471 8 INFO neutron.plugins.ml2.plugin [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Modular L2 Plugin initialization complete 2026-06-25 22:59:35.471 8 INFO neutron.plugins.ml2.managers [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-25 22:59:35.471 8 INFO neutron.plugins.ml2.managers [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-25 22:59:35.471 8 INFO neutron.plugins.ml2.managers [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Got port-security extension from driver 'port_security' 2026-06-25 22:59:35.472 8 INFO neutron.extensions.vlantransparent [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Disabled vlantransparent extension. 2026-06-25 22:59:35.472 8 INFO neutron.extensions.qinq [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Disabled VLAN QinQ extension. 2026-06-25 22:59:35.472 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: qos 2026-06-25 22:59:35.485 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: vpnaas 2026-06-25 22:59:35.488 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: router 2026-06-25 22:59:35.526 7 WARNING stevedore.named [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-25 22:59:35.526 7 WARNING stevedore.named [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 22:59:35.538 8 INFO neutron.services.service_base [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-25 22:59:35.538 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: segments 2026-06-25 22:59:35.602 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-25 22:59:35.602 7 INFO neutron.common.utils [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-25 22:59:35.602 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: taas 2026-06-25 22:59:35.628 7 WARNING stevedore.named [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 22:59:35.629 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: trunk 2026-06-25 22:59:35.644 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: vpnaas 2026-06-25 22:59:35.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-25 22:59:35.654 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: tapmirror 2026-06-25 22:59:35.667 7 WARNING stevedore.named [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 22:59:35.685 8 WARNING stevedore.named [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-25 22:59:35.685 8 WARNING stevedore.named [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 22:59:35.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-25 22:59:35.691 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: auto_allocate 2026-06-25 22:59:35.699 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: tag 2026-06-25 22:59:35.710 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: timestamp 2026-06-25 22:59:35.713 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: network_ip_availability 2026-06-25 22:59:35.720 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: flavors 2026-06-25 22:59:35.725 7 INFO neutron.manager [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loading Plugin: revisions 2026-06-25 22:59:35.729 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Initializing extension manager. 2026-06-25 22:59:35.731 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: address-group 2026-06-25 22:59:35.732 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: address-scope 2026-06-25 22:59:35.733 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-25 22:59:35.734 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: agent 2026-06-25 22:59:35.734 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: agent-resources-synced 2026-06-25 22:59:35.738 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-25 22:59:35.739 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-25 22:59:35.740 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: availability_zone 2026-06-25 22:59:35.740 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: availability_zone_filter 2026-06-25 22:59:35.741 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-25 22:59:35.742 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: default-subnetpools 2026-06-25 22:59:35.743 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-25 22:59:35.744 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: dns-integration 2026-06-25 22:59:35.745 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: dns-domain-ports 2026-06-25 22:59:35.746 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-25 22:59:35.747 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: dvr 2026-06-25 22:59:35.748 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-25 22:59:35.748 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: empty-string-filtering 2026-06-25 22:59:35.749 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 22:59:35.750 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-25 22:59:35.751 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: external-net 2026-06-25 22:59:35.752 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-25 22:59:35.752 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: extraroute 2026-06-25 22:59:35.753 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: extraroute-atomic 2026-06-25 22:59:35.754 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-25 22:59:35.754 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-25 22:59:35.755 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-25 22:59:35.756 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-25 22:59:35.756 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: fip-port-details 2026-06-25 22:59:35.757 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: flavors 2026-06-25 22:59:35.759 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-25 22:59:35.759 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: floatingip-pools 2026-06-25 22:59:35.760 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: ip_allocation 2026-06-25 22:59:35.760 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-25 22:59:35.761 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: l2_adjacency 2026-06-25 22:59:35.762 8 INFO neutron_vpnaas.services.vpn.plugin [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-25 22:59:35.762 8 INFO neutron.common.utils [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-25 22:59:35.762 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: taas 2026-06-25 22:59:35.762 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: router 2026-06-25 22:59:35.765 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 22:59:35.766 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-25 22:59:35.766 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-25 22:59:35.767 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: ext-gw-mode 2026-06-25 22:59:35.767 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: l3-ha 2026-06-25 22:59:35.768 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-25 22:59:35.769 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-25 22:59:35.771 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: l3-flavors 2026-06-25 22:59:35.772 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-25 22:59:35.772 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-25 22:59:35.775 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-25 22:59:35.777 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-25 22:59:35.778 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-25 22:59:35.779 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-25 22:59:35.780 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-25 22:59:35.781 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: multi-provider 2026-06-25 22:59:35.781 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: net-mtu 2026-06-25 22:59:35.782 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: net-mtu-writable 2026-06-25 22:59:35.783 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: network_availability_zone 2026-06-25 22:59:35.783 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: network_ha 2026-06-25 22:59:35.784 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: network-ip-availability 2026-06-25 22:59:35.785 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-25 22:59:35.785 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: pagination 2026-06-25 22:59:35.786 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-device-profile 2026-06-25 22:59:35.786 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-25 22:59:35.787 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-25 22:59:35.787 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-25 22:59:35.788 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-mac-override 2026-06-25 22:59:35.788 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-25 22:59:35.789 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-25 22:59:35.789 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-25 22:59:35.790 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-resource-request 2026-06-25 22:59:35.790 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-25 22:59:35.791 8 WARNING stevedore.named [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 22:59:35.791 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-25 22:59:35.791 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: binding 2026-06-25 22:59:35.792 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: binding-extended 2026-06-25 22:59:35.794 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-security 2026-06-25 22:59:35.794 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: project-id 2026-06-25 22:59:35.795 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: provider 2026-06-25 22:59:35.796 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-25 22:59:35.798 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos 2026-06-25 22:59:35.799 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-25 22:59:35.799 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-25 22:59:35.800 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-default 2026-06-25 22:59:35.800 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-fip 2026-06-25 22:59:35.801 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-25 22:59:35.801 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-25 22:59:35.802 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-25 22:59:35.803 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-25 22:59:35.803 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-25 22:59:35.804 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-pps 2026-06-25 22:59:35.805 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-25 22:59:35.805 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-25 22:59:35.806 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: qos-rules-alias 2026-06-25 22:59:35.806 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: quota-check-limit 2026-06-25 22:59:35.807 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-25 22:59:35.809 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: quotas 2026-06-25 22:59:35.810 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: quota_details 2026-06-25 22:59:35.812 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: rbac-policies 2026-06-25 22:59:35.812 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: rbac-address-group 2026-06-25 22:59:35.813 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: rbac-address-scope 2026-06-25 22:59:35.813 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: rbac-security-groups 2026-06-25 22:59:35.814 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-25 22:59:35.814 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: revision-if-match 2026-06-25 22:59:35.815 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-25 22:59:35.817 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: router_availability_zone 2026-06-25 22:59:35.818 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-25 22:59:35.820 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-25 22:59:35.820 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-25 22:59:35.821 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-25 22:59:35.821 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-25 22:59:35.822 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-25 22:59:35.822 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-25 22:59:35.826 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: security-group 2026-06-25 22:59:35.828 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: segment 2026-06-25 22:59:35.828 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-25 22:59:35.829 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: service-type 2026-06-25 22:59:35.829 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: sorting 2026-06-25 22:59:35.830 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: standard-attr-segment 2026-06-25 22:59:35.830 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: standard-attr-description 2026-06-25 22:59:35.831 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: stateful-security-group 2026-06-25 22:59:35.831 7 WARNING neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-25 22:59:35.832 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-25 22:59:35.832 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: subnet-external-network 2026-06-25 22:59:35.833 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: subnet_onboard 2026-06-25 22:59:35.834 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-25 22:59:35.835 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: subnet-service-types 2026-06-25 22:59:35.835 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: subnet_allocation 2026-06-25 22:59:35.836 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-25 22:59:35.837 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: tag-creation 2026-06-25 22:59:35.837 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-25 22:59:35.842 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: standard-attr-tag 2026-06-25 22:59:35.843 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-25 22:59:35.843 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: trunk 2026-06-25 22:59:35.844 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: trunk-details 2026-06-25 22:59:35.845 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-25 22:59:35.845 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-25 22:59:35.846 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-25 22:59:35.846 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-25 22:59:35.848 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-25 22:59:35.849 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-25 22:59:35.850 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: vpn-flavors 2026-06-25 22:59:35.852 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: vpnaas 2026-06-25 22:59:35.854 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: taas 2026-06-25 22:59:35.855 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: tap-mirror 2026-06-25 22:59:35.856 7 INFO neutron.api.extensions [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-25 22:59:35.858 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-25 22:59:35.859 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-25 22:59:35.859 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:35.859 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-25 22:59:35.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-25 22:59:35.860 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: tapmirror 2026-06-25 22:59:35.862 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 22:59:35.863 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 22:59:35.867 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 22:59:35.868 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 22:59:35.868 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 22:59:35.869 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:35.870 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] subnetpool is already registered 2026-06-25 22:59:35.870 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:35.870 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] subnetpool is already registered 2026-06-25 22:59:35.871 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 22:59:35.871 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:35.871 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:35.872 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 22:59:35.872 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 22:59:35.873 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 22:59:35.873 8 WARNING stevedore.named [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-25 22:59:35.873 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:35.873 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ipsecpolicy is already registered 2026-06-25 22:59:35.874 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:35.874 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ikepolicy is already registered 2026-06-25 22:59:35.878 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 22:59:35.879 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] router is already registered 2026-06-25 22:59:35.879 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 22:59:35.879 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] floatingip is already registered 2026-06-25 22:59:35.883 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 22:59:35.883 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] rbac_policy is already registered 2026-06-25 22:59:35.884 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 22:59:35.884 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] security_group is already registered 2026-06-25 22:59:35.885 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 22:59:35.885 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] security_group_rule is already registered 2026-06-25 22:59:35.886 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:35.886 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] subnetpool is already registered 2026-06-25 22:59:35.886 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:35.887 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] subnetpool is already registered 2026-06-25 22:59:35.887 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 22:59:35.887 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] trunk is already registered 2026-06-25 22:59:35.888 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:35.888 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ikepolicy is already registered 2026-06-25 22:59:35.888 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:35.888 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ipsecpolicy is already registered 2026-06-25 22:59:35.889 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 22:59:35.889 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] endpoint_group is already registered 2026-06-25 22:59:35.889 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 22:59:35.889 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] vpnservice is already registered 2026-06-25 22:59:35.890 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 22:59:35.890 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ipsec_site_connection is already registered 2026-06-25 22:59:35.890 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:35.890 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ipsecpolicy is already registered 2026-06-25 22:59:35.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-25 22:59:35.891 7 INFO neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:35.891 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: auto_allocate 2026-06-25 22:59:35.891 7 WARNING neutron.quota.resource_registry [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] ikepolicy is already registered 2026-06-25 22:59:35.898 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: tag 2026-06-25 22:59:35.908 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: timestamp 2026-06-25 22:59:35.911 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: network_ip_availability 2026-06-25 22:59:35.915 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: flavors 2026-06-25 22:59:35.919 8 INFO neutron.manager [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loading Plugin: revisions 2026-06-25 22:59:35.922 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Initializing extension manager. 2026-06-25 22:59:35.924 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: address-group 2026-06-25 22:59:35.925 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: address-scope 2026-06-25 22:59:35.925 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-25 22:59:35.926 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: agent 2026-06-25 22:59:35.927 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: agent-resources-synced 2026-06-25 22:59:35.928 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: allowed-address-pairs 2026-06-25 22:59:35.929 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: auto-allocated-topology 2026-06-25 22:59:35.929 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: availability_zone 2026-06-25 22:59:35.930 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: availability_zone_filter 2026-06-25 22:59:35.931 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-25 22:59:35.931 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: default-subnetpools 2026-06-25 22:59:35.931 7 WARNING keystonemiddleware._common.config [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-25 22:59:35.933 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-25 22:59:35.933 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: dns-integration 2026-06-25 22:59:35.934 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: dns-domain-ports 2026-06-25 22:59:35.934 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-25 22:59:35.935 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: dvr 2026-06-25 22:59:35.935 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-25 22:59:35.936 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: empty-string-filtering 2026-06-25 22:59:35.936 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 22:59:35.937 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-25 22:59:35.937 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: external-net 2026-06-25 22:59:35.938 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-25 22:59:35.938 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: extraroute 2026-06-25 22:59:35.938 7 WARNING oslo_config.cfg [None req-c86cfaff-18bf-4eca-8242-74e23c7fe091 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-25 22:59:35.939 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: extraroute-atomic 2026-06-25 22:59:35.940 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension filter-validation not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f4cdfc14668 pid: 7 (default app) 2026-06-25 22:59:35.941 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-25 22:59:35.941 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-25 22:59:35.942 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-25 22:59:35.942 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: fip-port-details 2026-06-25 22:59:35.943 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: flavors 2026-06-25 22:59:35.944 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-25 22:59:35.945 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: floatingip-pools 2026-06-25 22:59:35.945 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: ip_allocation 2026-06-25 22:59:35.946 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: ip-substring-filtering 2026-06-25 22:59:35.946 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: l2_adjacency 2026-06-25 22:59:35.947 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: router 2026-06-25 22:59:35.949 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-25 22:59:35.950 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-25 22:59:35.951 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-25 22:59:35.951 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: ext-gw-mode 2026-06-25 22:59:35.952 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: l3-ha 2026-06-25 22:59:35.952 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-25 22:59:35.952 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-25 22:59:35.953 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: l3-flavors 2026-06-25 22:59:35.954 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-25 22:59:35.954 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-25 22:59:35.957 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-25 22:59:35.958 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-25 22:59:35.959 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-25 22:59:35.960 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-25 22:59:35.960 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-25 22:59:35.961 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: multi-provider 2026-06-25 22:59:35.961 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: net-mtu 2026-06-25 22:59:35.962 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: net-mtu-writable 2026-06-25 22:59:35.962 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: network_availability_zone 2026-06-25 22:59:35.963 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: network_ha 2026-06-25 22:59:35.964 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: network-ip-availability 2026-06-25 22:59:35.965 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-25 22:59:35.965 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: pagination 2026-06-25 22:59:35.966 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-device-profile 2026-06-25 22:59:35.966 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-25 22:59:35.967 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-25 22:59:35.967 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-25 22:59:35.967 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-mac-override 2026-06-25 22:59:35.968 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-25 22:59:35.968 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-25 22:59:35.969 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-25 22:59:35.969 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-resource-request 2026-06-25 22:59:35.970 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-resource-request-groups 2026-06-25 22:59:35.970 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-25 22:59:35.971 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: binding 2026-06-25 22:59:35.972 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: binding-extended 2026-06-25 22:59:35.972 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-security 2026-06-25 22:59:35.974 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: project-id 2026-06-25 22:59:35.974 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: provider 2026-06-25 22:59:35.975 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-25 22:59:35.977 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos 2026-06-25 22:59:35.978 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-25 22:59:35.978 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-25 22:59:35.979 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-default 2026-06-25 22:59:35.979 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-fip 2026-06-25 22:59:35.979 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-25 22:59:35.980 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-gateway-ip 2026-06-25 22:59:35.980 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-port-network-policy 2026-06-25 22:59:35.981 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-pps-minimum 2026-06-25 22:59:35.982 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-25 22:59:35.982 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-pps 2026-06-25 22:59:35.983 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-rule-type-details 2026-06-25 22:59:35.983 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-25 22:59:35.984 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: qos-rules-alias 2026-06-25 22:59:35.984 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: quota-check-limit 2026-06-25 22:59:35.985 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: quota-check-limit-default 2026-06-25 22:59:35.987 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: quotas 2026-06-25 22:59:35.988 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: quota_details 2026-06-25 22:59:35.990 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: rbac-policies 2026-06-25 22:59:35.990 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: rbac-address-group 2026-06-25 22:59:35.991 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: rbac-address-scope 2026-06-25 22:59:35.993 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: rbac-security-groups 2026-06-25 22:59:35.993 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: rbac-subnetpool 2026-06-25 22:59:35.994 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: revision-if-match 2026-06-25 22:59:35.994 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: standard-attr-revisions 2026-06-25 22:59:35.995 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: router_availability_zone 2026-06-25 22:59:35.996 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-25 22:59:35.997 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: security-groups-default-rules 2026-06-25 22:59:35.998 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-25 22:59:35.998 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-25 22:59:35.999 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-25 22:59:35.999 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-25 22:59:36.000 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-25 22:59:36.005 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: security-group 2026-06-25 22:59:36.006 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: segment 2026-06-25 22:59:36.007 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-25 22:59:36.007 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: service-type 2026-06-25 22:59:36.008 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: sorting 2026-06-25 22:59:36.008 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: standard-attr-segment 2026-06-25 22:59:36.009 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: standard-attr-description 2026-06-25 22:59:36.010 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: stateful-security-group 2026-06-25 22:59:36.010 8 WARNING neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-25 22:59:36.010 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-25 22:59:36.011 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: subnet-external-network 2026-06-25 22:59:36.012 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: subnet_onboard 2026-06-25 22:59:36.012 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-25 22:59:36.013 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: subnet-service-types 2026-06-25 22:59:36.013 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: subnet_allocation 2026-06-25 22:59:36.014 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-25 22:59:36.015 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: tag-creation 2026-06-25 22:59:36.016 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-25 22:59:36.019 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: standard-attr-tag 2026-06-25 22:59:36.021 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-25 22:59:36.021 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: trunk 2026-06-25 22:59:36.022 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: trunk-details 2026-06-25 22:59:36.023 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-25 22:59:36.023 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-25 22:59:36.024 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-25 22:59:36.024 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-25 22:59:36.026 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-25 22:59:36.027 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-25 22:59:36.028 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: vpn-flavors 2026-06-25 22:59:36.029 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: vpnaas 2026-06-25 22:59:36.030 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: taas 2026-06-25 22:59:36.032 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: tap-mirror 2026-06-25 22:59:36.032 8 INFO neutron.api.extensions [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Loaded extension: taas-vlan-filter 2026-06-25 22:59:36.034 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-25 22:59:36.035 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-25 22:59:36.035 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:36.035 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-25 22:59:36.038 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 22:59:36.039 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 22:59:36.043 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 22:59:36.044 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 22:59:36.044 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 22:59:36.045 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:36.045 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] subnetpool is already registered 2026-06-25 22:59:36.046 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:36.046 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] subnetpool is already registered 2026-06-25 22:59:36.046 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 22:59:36.047 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:36.047 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:36.048 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 22:59:36.048 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 22:59:36.048 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 22:59:36.049 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:36.049 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ipsecpolicy is already registered 2026-06-25 22:59:36.049 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:36.049 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ikepolicy is already registered 2026-06-25 22:59:36.054 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-25 22:59:36.054 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] router is already registered 2026-06-25 22:59:36.054 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-25 22:59:36.055 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] floatingip is already registered 2026-06-25 22:59:36.058 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-25 22:59:36.058 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] rbac_policy is already registered 2026-06-25 22:59:36.059 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-25 22:59:36.059 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] security_group is already registered 2026-06-25 22:59:36.059 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-25 22:59:36.060 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] security_group_rule is already registered 2026-06-25 22:59:36.060 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:36.060 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] subnetpool is already registered 2026-06-25 22:59:36.061 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-25 22:59:36.061 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] subnetpool is already registered 2026-06-25 22:59:36.061 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-25 22:59:36.062 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] trunk is already registered 2026-06-25 22:59:36.062 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:36.062 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ikepolicy is already registered 2026-06-25 22:59:36.062 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:36.063 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ipsecpolicy is already registered 2026-06-25 22:59:36.063 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-25 22:59:36.063 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] endpoint_group is already registered 2026-06-25 22:59:36.063 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-25 22:59:36.064 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] vpnservice is already registered 2026-06-25 22:59:36.064 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-25 22:59:36.064 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ipsec_site_connection is already registered 2026-06-25 22:59:36.064 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-25 22:59:36.065 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ipsecpolicy is already registered 2026-06-25 22:59:36.065 8 INFO neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-25 22:59:36.065 8 WARNING neutron.quota.resource_registry [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] ikepolicy is already registered 2026-06-25 22:59:36.102 8 WARNING keystonemiddleware._common.config [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-25 22:59:36.109 8 WARNING oslo_config.cfg [None req-fc6f05ca-8c5b-4de6-bdab-6d0b49f2ca8a - - - - - -] 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 0x7f4cdfc14668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 22:59:41.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e31063ff-4c34-4fb4-8aae-979ff3af6341 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 22:59:40 2026] GET /v2.0/networks/public => generated 108 bytes in 751 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 22:59:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 22:59:42.296 7 WARNING neutron.services.revisions.revision_plugin [None req-c92b5a6b-703e-4b12-a888-43a1c4517f40 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Could not find related network for resource to bump revision. 2026-06-25 22:59:42.330 7 INFO neutron.db.segments_db [None req-c92b5a6b-703e-4b12-a888-43a1c4517f40 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 5655ea43-2d4a-41b7-b760-795a47bbc4b3 of type flat for network 812626de-24ce-4a28-8a76-336075c34343 2026-06-25 22:59:42.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c92b5a6b-703e-4b12-a888-43a1c4517f40 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.132 () {48 vars in 968 bytes} [Thu Jun 25 22:59:41 2026] POST /v2.0/networks => generated 124 bytes in 532 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 22:59:48.287 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d78e7f89-373b-4a5e-82e8-7ac14833ae04 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 22:59:48 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 22:59:48 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-25 22:59:48.399 7 WARNING neutron.services.revisions.revision_plugin [None req-0934d386-7526-45de-bba8-1bd1ff809c0f 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Could not find related network for resource to bump revision. 2026-06-25 22:59:48.423 7 INFO neutron.db.segments_db [None req-0934d386-7526-45de-bba8-1bd1ff809c0f 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 7ce0223c-1f34-4f38-8fef-f55e7f284ce2 of type flat for network dc1a2e7c-34b6-46fc-ae17-04a7e41ebf7b 2026-06-25 22:59:48.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0934d386-7526-45de-bba8-1bd1ff809c0f 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.19.213.132 () {48 vars in 968 bytes} [Thu Jun 25 22:59:48 2026] POST /v2.0/networks => generated 124 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 22:59:54.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed82059c-36d1-4037-8df2-e6fcac805bca 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 22:59:54 2026] GET /v2.0/networks/public => generated 108 bytes in 389 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 22:59:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 22:59:54.946 8 WARNING neutron.services.revisions.revision_plugin [None req-473bc3e3-643e-462a-b929-0a9bf869f8fe 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Could not find related network for resource to bump revision. 2026-06-25 22:59:54.965 8 INFO neutron.db.segments_db [None req-473bc3e3-643e-462a-b929-0a9bf869f8fe 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 0ca64d75-0284-4d55-b333-cdc2a5f21528 of type flat for network b99c7884-93de-4912-9713-4d4d868f9bc0 2026-06-25 22:59:55.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-473bc3e3-643e-462a-b929-0a9bf869f8fe 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.132 () {48 vars in 968 bytes} [Thu Jun 25 22:59:54 2026] POST /v2.0/networks => generated 124 bytes in 287 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:00.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23a9bd1d-c858-4816-989c-f75a2864db56 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 23:00:00 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 23:00:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:01.437 8 WARNING neutron.services.revisions.revision_plugin [None req-f3445e97-3783-4a85-9912-82163442cbd9 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:01.471 8 INFO neutron.db.segments_db [None req-f3445e97-3783-4a85-9912-82163442cbd9 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 7091e700-1fa8-4454-8244-aafa24763b2c of type flat for network 1541adf3-7336-4dda-b0d5-f0819dae558e 2026-06-25 23:00:01.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3445e97-3783-4a85-9912-82163442cbd9 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.19.213.132 () {48 vars in 968 bytes} [Thu Jun 25 23:00:00 2026] POST /v2.0/networks => generated 124 bytes in 571 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:00:07.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68b263eb-392e-49d8-a1ff-cb44595d9eac 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 23:00:07 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: 8/19] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 23:00:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:00:07.453 7 WARNING neutron.services.revisions.revision_plugin [None req-cb62c339-def9-4ab0-a42b-1706bca4c80c 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Could not find related network for resource to bump revision. 2026-06-25 23:00:07.476 7 INFO neutron.db.segments_db [None req-cb62c339-def9-4ab0-a42b-1706bca4c80c 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 345e0f4b-821e-4c5c-8b04-31684c70fa90 of type flat for network e4ccbd60-790c-4f77-adb0-c9f517609fc1 [pid: 7|app: 0|req: 12/20] 199.19.213.132 () {48 vars in 968 bytes} [Thu Jun 25 23:00:07 2026] POST /v2.0/networks => generated 706 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:00:08.834 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc843949-fa95-41fc-804a-76ec980afd7c 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 23:00:08 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: 13/22] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 23:00:08 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:00:08.903 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac899dcb-ddd1-4f47-9b14-a9795ecc229f 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.19.213.132 () {44 vars in 1035 bytes} [Thu Jun 25 23:00:08 2026] GET /v2.0/subnets/public-subnet?network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.19.213.132 () {44 vars in 1058 bytes} [Thu Jun 25 23:00:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.19.213.132 () {48 vars in 966 bytes} [Thu Jun 25 23:00:08 2026] POST /v2.0/subnets => generated 664 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:04:46.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8ed98ee-67bb-49ca-b75d-20cd01b0f7c9 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 199.19.213.132 () {44 vars in 938 bytes} [Thu Jun 25 23:04:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/64] 199.19.213.132 () {44 vars in 960 bytes} [Thu Jun 25 23:04:46 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-25 23:04:46.473 7 INFO neutron.db.segments_db [None req-a3f1e426-5dcc-4b32-bfe5-8c2c87fd89b3 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 0d9b6df3-5954-4839-bade-b1d1f50cc02f of type vxlan for network ebb28080-7371-4aa6-91ae-8f6d37ad1d4e [pid: 7|app: 0|req: 35/65] 199.19.213.132 () {48 vars in 967 bytes} [Thu Jun 25 23:04:46 2026] POST /v2.0/networks => generated 707 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:04:47.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55807b47-6ffa-4d2d-8d4e-0e02ea66f6fb 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.19.213.132 () {44 vars in 938 bytes} [Thu Jun 25 23:04:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/67] 199.19.213.132 () {44 vars in 960 bytes} [Thu Jun 25 23:04:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:04:47.543 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6be066db-cf65-4525-8a4b-d3bdaaca30f1 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.19.213.132 () {44 vars in 1037 bytes} [Thu Jun 25 23:04:47 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.19.213.132 () {44 vars in 1060 bytes} [Thu Jun 25 23:04:47 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.19.213.132 () {48 vars in 966 bytes} [Thu Jun 25 23:04:47 2026] POST /v2.0/subnets => generated 651 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:04:48.880 7 INFO neutron.api.v2.resource [None req-14d267f6-63fd-4be2-b2d3-11e688f5ae3d 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.19.213.132 () {44 vars in 972 bytes} [Thu Jun 25 23:04:48 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.19.213.132 () {44 vars in 994 bytes} [Thu Jun 25 23:04:48 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.19.213.132 () {48 vars in 981 bytes} [Thu Jun 25 23:04:48 2026] POST /v2.0/security-groups => generated 1616 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:50 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:50 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:50 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:04:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:51 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:51 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:51 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:04:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:52 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:52 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:52 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:04:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:53 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:53 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:53 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:04:53 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: 8|app: 0|req: 43/90] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:54 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:54 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:54 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:04:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.19.213.132 () {44 vars in 988 bytes} [Thu Jun 25 23:04:55 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:04:55.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c151edad-a5a4-49fe-8805-cd876bb0fc5e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/95] 199.19.213.132 () {44 vars in 1077 bytes} [Thu Jun 25 23:04:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.19.213.132 () {44 vars in 1100 bytes} [Thu Jun 25 23:04:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => 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: 51/97] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:04:55 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.19.213.132 () {48 vars in 962 bytes} [Thu Jun 25 23:04:55 2026] POST /v2.0/ports => generated 1100 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:05:03.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c8da94c-2838-4094-b7d5-f51d2aa7ee77 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/101] 199.19.213.132 () {44 vars in 980 bytes} [Thu Jun 25 23:05:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 49/102] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.19.213.132 () {48 vars in 1032 bytes} [Thu Jun 25 23:05:03 2026] PUT /v2.0/ports/9d09071c-e43e-4cfb-ae41-14b6e09414a7 => generated 1249 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/104] 199.19.213.132 () {44 vars in 921 bytes} [Thu Jun 25 23:05:05 2026] GET /v2.0/ports => generated 3730 bytes in 259 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-25 23:05:06.624 7 INFO neutron.api.v2.resource [None req-8c8741af-9587-42e7-bb82-0f939f897ad2 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/105] 199.19.213.132 () {44 vars in 960 bytes} [Thu Jun 25 23:05:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/106] 199.19.213.132 () {44 vars in 982 bytes} [Thu Jun 25 23:05:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/107] 199.19.213.132 () {48 vars in 981 bytes} [Thu Jun 25 23:05:06 2026] POST /v2.0/security-groups => generated 1610 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/108] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:07 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 1610 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:07 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:07 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:05:07 2026] POST /v2.0/security-group-rules => generated 623 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:08 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:08 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => 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: 55/114] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:05:08 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:05:08 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/126] 199.19.213.132 () {44 vars in 976 bytes} [Thu Jun 25 23:06:21 2026] GET /v2.0/quotas/755b9b46c01c480f98aede1935080c26 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/127] 199.19.213.132 () {48 vars in 1028 bytes} [Thu Jun 25 23:06:22 2026] PUT /v2.0/quotas/755b9b46c01c480f98aede1935080c26 => generated 291 bytes in 30 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-25 23:08:42.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2aa42cad-3ef9-4269-b89e-acf0242942d2 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/146] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:08:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 207 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 71/147] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:08:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:08:44.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26c3dfcc-e9b6-4c90-b670-44eae4ae4529 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/148] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:08:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 72/149] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:08:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:15:57.177 7 INFO neutron.api.v2.resource [None req-112d27bb-064d-4fb5-836f-fad68efc7eab 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 107/208] 199.19.213.132 () {44 vars in 1075 bytes} [Thu Jun 25 23:15:57 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/209] 199.19.213.132 () {44 vars in 1098 bytes} [Thu Jun 25 23:15:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 23 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/210] 199.19.213.132 () {48 vars in 982 bytes} [Thu Jun 25 23:15:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/211] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:15:58 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/212] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:15:58 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:15:58 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:15:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:15:59 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:15:59 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/219] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:15:59 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/220] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:15:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:16:00 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:16:00 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:16:01 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:16:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/225] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:16:02 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/226] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:16:02 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/227] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:16:02 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/228] 199.19.213.132 () {48 vars in 992 bytes} [Thu Jun 25 23:16:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/247] 199.19.213.132 () {30 vars in 740 bytes} [Thu Jun 25 23:18:16 2026] GET /v2.0/networks?tenant_id=2b9ebb14f5984d33928ec41305a94a43&shared=False => generated 15 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:18:16.535 7 INFO neutron.db.segments_db [None req-a99da173-aff2-42f0-9f2f-99d3ab0153c1 d4041f084d75438a886b8c0814ee7625 2b9ebb14f5984d33928ec41305a94a43 - - 6adca11f7e9c4d2cbda9789eb4ef2619 6adca11f7e9c4d2cbda9789eb4ef2619] Added segment 011a2d12-91f1-48ae-88ed-1ce021157bcc of type vxlan for network 247075cb-5763-4462-b392-3f4126ff7056 [pid: 7|app: 0|req: 127/248] 199.19.213.132 () {34 vars in 682 bytes} [Thu Jun 25 23:18:16 2026] POST /v2.0/networks => generated 718 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/249] 199.19.213.132 () {30 vars in 722 bytes} [Thu Jun 25 23:18:16 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/250] 199.19.213.132 () {30 vars in 633 bytes} [Thu Jun 25 23:18:16 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.19.213.132 () {34 vars in 677 bytes} [Thu Jun 25 23:18:16 2026] POST /v2.0/ports => generated 999 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/252] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:18:17 2026] GET /v2.0/networks/247075cb-5763-4462-b392-3f4126ff7056 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/253] 199.19.213.132 () {30 vars in 722 bytes} [Thu Jun 25 23:18:19 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:18:19 2026] GET /v2.0/networks/247075cb-5763-4462-b392-3f4126ff7056 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/257] 199.19.213.132 () {44 vars in 976 bytes} [Thu Jun 25 23:18:35 2026] GET /v2.0/quotas/2b9ebb14f5984d33928ec41305a94a43 => 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: 126/258] 199.19.213.132 () {48 vars in 1028 bytes} [Thu Jun 25 23:18:36 2026] PUT /v2.0/quotas/2b9ebb14f5984d33928ec41305a94a43 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:14.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f0fd154-1491-4f94-b877-16bf940f90a7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/353] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 23:30:14 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/354] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 23:30:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:15.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3d3f83e-cf82-483d-8918-00103b12c97a 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/355] 199.19.213.132 () {44 vars in 928 bytes} [Thu Jun 25 23:30:15 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/356] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 23:30:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:15.555 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5de1812-2e2e-4f70-b915-5690616fa006 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/357] 199.19.213.132 () {44 vars in 1035 bytes} [Thu Jun 25 23:30:15 2026] GET /v2.0/subnets/public-subnet?network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/358] 199.19.213.132 () {44 vars in 1058 bytes} [Thu Jun 25 23:30:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:42.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78465a8a-b9e1-4324-a3b9-08eba178024c 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/361] 199.19.213.132 () {44 vars in 938 bytes} [Thu Jun 25 23:30:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/362] 199.19.213.132 () {44 vars in 960 bytes} [Thu Jun 25 23:30:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:43.640 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6a759a7-85d0-4997-9dfc-2d5ebe38bf60 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/363] 199.19.213.132 () {44 vars in 938 bytes} [Thu Jun 25 23:30:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/364] 199.19.213.132 () {44 vars in 960 bytes} [Thu Jun 25 23:30:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:43.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51e52faa-e7cc-410f-9121-967a1ec20b99 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/365] 199.19.213.132 () {44 vars in 1037 bytes} [Thu Jun 25 23:30:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 114 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 199.19.213.132 () {44 vars in 1060 bytes} [Thu Jun 25 23:30:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:44.882 7 INFO neutron.api.v2.resource [None req-c9961c62-48fb-4f4b-99e4-c1f3d9f1653d 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/369] 199.19.213.132 () {44 vars in 972 bytes} [Thu Jun 25 23:30:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.19.213.132 () {44 vars in 994 bytes} [Thu Jun 25 23:30:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:46 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:46 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/373] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:30:46 2026] GET /v2.0/security-group-rules/38f837ce-62ee-4369-a5a6-717f946f6c5a => 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: 185/374] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:46 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/375] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:47 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:30:47 2026] GET /v2.0/security-group-rules/12a2c536-239a-4041-b091-286c2ec8d22a => 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: 191/377] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:47 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/378] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:47 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/379] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:30:48 2026] GET /v2.0/security-group-rules/3e3e8ddc-1d89-49c4-b6ab-5425e3d1c176 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:48 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/381] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:48 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:30:49 2026] GET /v2.0/security-group-rules/96f82a64-be2e-47e3-85a6-82a2221b5eb3 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:49 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:49 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => 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: 195/385] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:30:50 2026] GET /v2.0/security-group-rules/12ccba8a-2cef-4c8d-b3df-548046bdc2c3 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.19.213.132 () {44 vars in 988 bytes} [Thu Jun 25 23:30:51 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 732 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:30:51.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ccb2fb1-efb6-4609-bbe6-85196088266e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/387] 199.19.213.132 () {44 vars in 1077 bytes} [Thu Jun 25 23:30:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.19.213.132 () {44 vars in 1100 bytes} [Thu Jun 25 23:30:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:51 2026] GET /v2.0/security-groups/eb6497af-b6ed-48be-97b8-3d0a47072b1e => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:30:59.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2c64a6f-6caf-466e-8a25-f7966186af49 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/392] 199.19.213.132 () {44 vars in 980 bytes} [Thu Jun 25 23:30:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:30:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.19.213.132 () {44 vars in 921 bytes} [Thu Jun 25 23:31:01 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:31:02.475 7 INFO neutron.api.v2.resource [None req-be0f5bbb-2407-4f64-aeeb-bfa0a8ebe87e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/395] 199.19.213.132 () {44 vars in 960 bytes} [Thu Jun 25 23:31:02 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.19.213.132 () {44 vars in 982 bytes} [Thu Jun 25 23:31:02 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:31:03 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 2886 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:31:03 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/399] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:31:03 2026] GET /v2.0/security-group-rules/062685bb-4f1f-42c9-b3be-d53538061e0c => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:31:04 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:31:04 2026] GET /v2.0/security-groups/110b9700-d1b7-4af6-af8f-7a17847e2cc9 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/402] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:31:04 2026] GET /v2.0/security-group-rules/ad2f5e59-4610-418c-86c6-e908d8f975d5 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.19.213.132 () {44 vars in 976 bytes} [Thu Jun 25 23:31:16 2026] GET /v2.0/quotas/755b9b46c01c480f98aede1935080c26 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:32:11.236 8 INFO neutron.api.v2.resource [None req-cf51986e-9e63-4890-8a39-142457bb5c95 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 205/412] 199.19.213.132 () {44 vars in 1075 bytes} [Thu Jun 25 23:32:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.19.213.132 () {44 vars in 1098 bytes} [Thu Jun 25 23:32:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:32:12 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:32:12 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:32:12 2026] GET /v2.0/security-group-rules/93c5db95-94fc-4c40-b27b-4643d04e762c => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:32:13 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => 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: 208/418] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:32:13 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:32:13 2026] GET /v2.0/security-group-rules/189fda5a-7e7b-4f9b-99f6-f255bad65651 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:32:14 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:32:14 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:32:14 2026] GET /v2.0/security-group-rules/2e372fa1-b471-48d4-b393-31860e701f4a => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 199.19.213.132 () {44 vars in 1089 bytes} [Thu Jun 25 23:32:15 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db?project_id=2b9ebb14f5984d33928ec41305a94a43 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.19.213.132 () {44 vars in 1002 bytes} [Thu Jun 25 23:32:15 2026] GET /v2.0/security-groups/47bacf39-dafd-49c6-b342-2169057ac9db => generated 4075 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.19.213.132 () {44 vars in 1012 bytes} [Thu Jun 25 23:32:15 2026] GET /v2.0/security-group-rules/2a895b09-e942-453a-8923-40a659facd72 => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.19.213.132 () {44 vars in 976 bytes} [Thu Jun 25 23:32:23 2026] GET /v2.0/quotas/2b9ebb14f5984d33928ec41305a94a43 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 199.19.213.132 () {44 vars in 950 bytes} [Thu Jun 25 23:33:13 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:33:51 2026] GET /v2.0/networks => generated 2168 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/443] 10.0.0.179 () {32 vars in 655 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/floatingips => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/445] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/446] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/448] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/449] 10.0.0.179 () {32 vars in 655 bytes} [Thu Jun 25 23:33:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:04.522 8 INFO neutron.db.segments_db [None req-11b1f6b0-ad06-4520-98d9-8b855108230d 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment a72d80d1-32e6-4ea0-b5bb-b6816abf404c of type vxlan for network 2e48e9c1-cb8c-4f35-b940-90e140509822 [pid: 8|app: 0|req: 225/452] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:34:04 2026] POST /v2.0/networks => generated 747 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:04.680 7 INFO neutron.db.segments_db [None req-af204de1-6e70-4b6a-a31b-3ba769931e09 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment f445a94f-d0a7-4da4-b942-84ea1ba55780 of type vxlan for network 6f172397-c40b-4cea-9edb-62fcf5eb7dbb [pid: 7|app: 0|req: 228/453] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:34:04 2026] POST /v2.0/networks => generated 745 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:04 2026] POST /v2.0/subnets => generated 694 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:04.888 8 INFO neutron.db.segments_db [None req-e38765e3-0d7f-4dde-a161-1afd69269dcf 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def of type vxlan for network 153c5447-c8cf-4d03-9ba3-4192a1a41ca4 [pid: 7|app: 0|req: 229/455] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:04 2026] POST /v2.0/subnets => generated 692 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:05.088 7 INFO neutron.db.segments_db [None req-fe6f9999-72dc-42c7-a647-8c73e8e830ef 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 519d265a-9a26-4d19-9e5f-010868b01bde of type vxlan for network 435de44c-7e87-46aa-9e66-f28f995aa128 2026-06-25 23:34:05.142 8 INFO neutron.db.l3_hamode_db [None req-e38765e3-0d7f-4dde-a161-1afd69269dcf 83dc20df1dac47ed86a52b9bb2f4c84a f064e71cce9e432ba1a6bc5ef5f56853 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:05.327 7 INFO neutron.db.l3_hamode_db [None req-fe6f9999-72dc-42c7-a647-8c73e8e830ef 83dc20df1dac47ed86a52b9bb2f4c84a a6e927033df04955bce95b1e246042db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:06.152 8 INFO neutron.db.l3_hamode_db [None req-e38765e3-0d7f-4dde-a161-1afd69269dcf 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:06.191 7 INFO neutron.db.l3_hamode_db [None req-fe6f9999-72dc-42c7-a647-8c73e8e830ef 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/456] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:05 2026] POST /v2.0/routers => generated 732 bytes in 2350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/457] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:04 2026] POST /v2.0/routers => generated 734 bytes in 2651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/458] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:07 2026] GET /v2.0/security-groups?tenant_id=839806c5184d40059ad4f046acffcf18&name=default => generated 2921 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:07 2026] PUT /v2.0/routers/e594e25d-505c-4a28-a93b-b1780f4863d6/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:08 2026] DELETE /v2.0/security-groups/ec949791-faba-41f4-813f-6bb967c5da9e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:07 2026] PUT /v2.0/routers/1ef6d34b-97d3-43b7-863b-bd2da9a49c62/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:08 2026] GET /v2.0/security-groups?tenant_id=bb891e7690dc4aac825b83dc9aedc5b0&name=default => generated 2921 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:09 2026] DELETE /v2.0/security-groups/2c38a758-2d46-4c77-8737-3056f88f4efc => 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: 231/464] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:09 2026] GET /v2.0/security-groups?tenant_id=51f3eeeaa37645988e30099e00e8fa5f&name=default => generated 2923 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:09 2026] DELETE /v2.0/security-groups/f2c21287-02ee-4333-a88f-8f605befd043 => 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: 232/466] 10.0.0.211 () {38 vars in 971 bytes} [Thu Jun 25 23:34:09 2026] POST /v2.0/security-groups => generated 1680 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.211 () {38 vars in 971 bytes} [Thu Jun 25 23:34:10 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: 7|app: 0|req: 236/468] 10.0.0.211 () {38 vars in 971 bytes} [Thu Jun 25 23:34:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups?tenant_id=a6e927033df04955bce95b1e246042db => generated 7903 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/67e798a2-3328-469f-96c5-d14a75aedc70 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/471] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/67e798a2-3328-469f-96c5-d14a75aedc70 => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/472] 10.0.0.211 () {38 vars in 971 bytes} [Thu Jun 25 23:34:10 2026] POST /v2.0/security-groups => generated 1685 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/473] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/4fa407c6-5798-4089-a334-516a07eeffa0 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/474] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/060a9d5b-da95-4344-96f7-7a0888510638 => generated 1685 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/475] 10.0.0.211 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:10 2026] DELETE /v2.0/security-groups/4fa407c6-5798-4089-a334-516a07eeffa0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/476] 10.0.0.211 () {38 vars in 981 bytes} [Thu Jun 25 23:34:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:10.710 7 INFO neutron.api.v2.resource [req-330eac08-95c6-4324-8926-47f9e810a95f req-6aa07b46-45dc-4243-9e91-2f161dcafea5 fafe747016484057b166c80f2a583358 a6e927033df04955bce95b1e246042db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/477] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/4fa407c6-5798-4089-a334-516a07eeffa0 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/478] 10.0.0.211 () {38 vars in 971 bytes} [Thu Jun 25 23:34:10 2026] POST /v2.0/security-groups => generated 1685 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/479] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/6a71f030-30d4-4a0f-ad5a-a0a412ae2ce5 => generated 1681 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/480] 10.0.0.211 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:10 2026] DELETE /v2.0/security-groups/6a71f030-30d4-4a0f-ad5a-a0a412ae2ce5 => 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: 247/481] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/bdce5d04-98c8-4016-9221-b3484d679bf8 => generated 1685 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:10.940 7 INFO neutron.api.v2.resource [req-6a39d3a3-c972-4658-b38d-904678cf6b20 req-bdbe88e0-7c36-4cc5-b29b-2a43b81f15f3 fafe747016484057b166c80f2a583358 a6e927033df04955bce95b1e246042db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 248/482] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:10 2026] GET /v2.0/security-groups/6a71f030-30d4-4a0f-ad5a-a0a412ae2ce5 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/483] 10.0.0.211 () {38 vars in 981 bytes} [Thu Jun 25 23:34:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/484] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/c4a766f7-725f-4a1d-b59d-7363d9cecb04 => generated 1681 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:11.064 8 INFO neutron.db.segments_db [None req-507d8469-96a8-4885-a2c3-3a9f18ce5972 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 52c09334-bbc3-480b-91a7-b17831fe023a of type vxlan for network c632a7fc-3d10-4e53-af6b-5d607fdee99b [pid: 7|app: 0|req: 251/485] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/bdce5d04-98c8-4016-9221-b3484d679bf8 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/486] 10.0.0.211 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:11 2026] DELETE /v2.0/security-groups/c4a766f7-725f-4a1d-b59d-7363d9cecb04 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/487] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:34:10 2026] POST /v2.0/networks => generated 751 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:11.203 8 INFO neutron.api.v2.resource [req-47235be8-8c0e-4f0b-8432-187d50342294 req-85e9ccb0-f462-4a98-be0b-162a79dd62cc fafe747016484057b166c80f2a583358 a6e927033df04955bce95b1e246042db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 236/488] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/c4a766f7-725f-4a1d-b59d-7363d9cecb04 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/489] 10.0.0.211 () {38 vars in 981 bytes} [Thu Jun 25 23:34:11 2026] POST /v2.0/security-group-rules => generated 619 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/490] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups?tenant_id=a6e927033df04955bce95b1e246042db => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/491] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/bdce5d04-98c8-4016-9221-b3484d679bf8 => generated 2940 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/492] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/67e798a2-3328-469f-96c5-d14a75aedc70 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/493] 10.0.0.211 () {34 vars in 1001 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-group-rules/e0e1fb95-6eb9-404d-9b26-52e2b81c4092 => generated 616 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/494] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/67e798a2-3328-469f-96c5-d14a75aedc70 => generated 2918 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/495] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/bdce5d04-98c8-4016-9221-b3484d679bf8 => generated 2940 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:11.382 7 INFO neutron.api.v2.resource [req-0b6fb1a7-53a1-4028-bb9e-86a0f83248bc req-2af17418-ae72-40cb-9bab-10a2104d8633 fafe747016484057b166c80f2a583358 a6e927033df04955bce95b1e246042db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/496] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/c4a766f7-725f-4a1d-b59d-7363d9cecb04 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/497] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:11 2026] POST /v2.0/subnets => generated 698 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/498] 10.0.0.211 () {36 vars in 1023 bytes} [Thu Jun 25 23:34:11 2026] DELETE /v2.0/security-group-rules/e0e1fb95-6eb9-404d-9b26-52e2b81c4092 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:11.460 8 INFO neutron.api.v2.resource [req-9970e12d-bb31-4ac5-bc83-7a4b0f057204 req-abb1096b-aa2e-46db-82eb-092715955ba0 fafe747016484057b166c80f2a583358 a6e927033df04955bce95b1e246042db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/499] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/6a71f030-30d4-4a0f-ad5a-a0a412ae2ce5 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:11.504 7 INFO neutron.db.segments_db [None req-d02ef2b2-6ca9-44f7-967d-cf5fa6af7a92 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment da0e63a1-5eee-441f-94e3-6130389a197c of type vxlan for network 4eb2e217-3b9b-40a6-8544-807d5c923a65 [pid: 8|app: 0|req: 239/500] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/bdce5d04-98c8-4016-9221-b3484d679bf8 => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:11.522 8 INFO neutron.api.v2.resource [req-e2bfd277-1634-40da-a55f-9449733b5bfa req-d9086900-e0f4-4098-8ea0-f4cdf5d9247d fafe747016484057b166c80f2a583358 a6e927033df04955bce95b1e246042db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/501] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:11 2026] GET /v2.0/security-groups/4fa407c6-5798-4089-a334-516a07eeffa0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/502] 10.0.0.211 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:11 2026] DELETE /v2.0/security-groups/bdce5d04-98c8-4016-9221-b3484d679bf8 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:11.769 7 INFO neutron.db.l3_hamode_db [None req-d02ef2b2-6ca9-44f7-967d-cf5fa6af7a92 83dc20df1dac47ed86a52b9bb2f4c84a 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:12.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-6faf6220-bc35-46a3-a0a6-07757820fe17 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: e0c244f9-2139-48b9-a7a8-1b6dec84000e 2026-06-25 23:34:12.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6faf6220-bc35-46a3-a0a6-07757820fe17 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: e0c244f9-2139-48b9-a7a8-1b6dec84000e 2026-06-25 23:34:12.617 7 INFO neutron.db.l3_hamode_db [None req-d02ef2b2-6ca9-44f7-967d-cf5fa6af7a92 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 242/503] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:11 2026] PUT /v2.0/routers/e594e25d-505c-4a28-a93b-b1780f4863d6/remove_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/504] 10.0.0.211 () {34 vars in 991 bytes} [Thu Jun 25 23:34:12 2026] GET /v2.0/security-groups/060a9d5b-da95-4344-96f7-7a0888510638 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:13.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-6abac480-2114-495c-b9d7-fde978b2dd27 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: ef1842c3-7e23-43a7-b67a-c51178029801 2026-06-25 23:34:13.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6abac480-2114-495c-b9d7-fde978b2dd27 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: ef1842c3-7e23-43a7-b67a-c51178029801 2026-06-25 23:34:13.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-6abac480-2114-495c-b9d7-fde978b2dd27 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 6ef98d3d-a5cb-4065-884e-84a06cf400a3 2026-06-25 23:34:13.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6abac480-2114-495c-b9d7-fde978b2dd27 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 6ef98d3d-a5cb-4065-884e-84a06cf400a3 2026-06-25 23:34:13.569 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-6abac480-2114-495c-b9d7-fde978b2dd27 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - 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: 262/505] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:11 2026] POST /v2.0/routers => generated 738 bytes in 2242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/506] 10.0.0.211 () {36 vars in 1013 bytes} [Thu Jun 25 23:34:13 2026] DELETE /v2.0/security-groups/060a9d5b-da95-4344-96f7-7a0888510638 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:14.032 8 INFO neutron.db.l3_hamode_db [None req-6abac480-2114-495c-b9d7-fde978b2dd27 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 435de44c-7e87-46aa-9e66-f28f995aa128 was deleted as no HA routers are present in tenant a6e927033df04955bce95b1e246042db. [pid: 8|app: 0|req: 244/507] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:12 2026] DELETE /v2.0/routers/e594e25d-505c-4a28-a93b-b1780f4863d6 => generated 0 bytes in 1073 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:14.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff492c11-489c-495d-ad30-7365874c21a7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 2b21d821-f669-4bd6-924f-b009ee7ba00e 2026-06-25 23:34:14.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff492c11-489c-495d-ad30-7365874c21a7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 2b21d821-f669-4bd6-924f-b009ee7ba00e 2026-06-25 23:34:14.545 8 INFO neutron.services.segments.plugin [-] Segment 519d265a-9a26-4d19-9e5f-010868b01bde resource provider aggregate not found 2026-06-25 23:34:14.566 8 INFO neutron.services.segments.plugin [-] Segment 519d265a-9a26-4d19-9e5f-010868b01bde resource provider aggregate not found 2026-06-25 23:34:14.566 8 INFO neutron.services.segments.plugin [-] Segment 519d265a-9a26-4d19-9e5f-010868b01bde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 519d265a-9a26-4d19-9e5f-010868b01bde found for delete ", "request_id": "req-a2a5a9ec-9c92-4c8c-bd0f-e3db08c37916"}]} 2026-06-25 23:34:14.585 8 INFO neutron.services.segments.plugin [-] Segment 519d265a-9a26-4d19-9e5f-010868b01bde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 519d265a-9a26-4d19-9e5f-010868b01bde found for delete ", "request_id": "req-15e18d72-3a50-4aaa-8849-6fb31fa65e84"}]} [pid: 7|app: 0|req: 264/508] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:13 2026] PUT /v2.0/routers/2d6fa2bf-68d6-4796-9e3e-ad1ddc0daf6e/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/509] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:14 2026] PUT /v2.0/routers/1ef6d34b-97d3-43b7-863b-bd2da9a49c62/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/510] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:14 2026] GET /v2.0/security-groups?tenant_id=fec1a73f5a194815898c0bddd8e7a3a6&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/513] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:14 2026] DELETE /v2.0/subnets/61134120-d18f-4b88-a532-54f65e244a5a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/514] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:15 2026] DELETE /v2.0/security-groups/8b037676-4c58-4efb-a39b-c2d073276334 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:15.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eb18315-05ff-4735-b8bf-fcaaf4250f52 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: e987d93b-1a26-42ad-8179-2705a2999f09 2026-06-25 23:34:15.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb18315-05ff-4735-b8bf-fcaaf4250f52 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: e987d93b-1a26-42ad-8179-2705a2999f09 2026-06-25 23:34:15.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-edbd1e80-0935-4c94-9244-0fdd71aa450a 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 4dd3b081-1263-482e-8b81-e97f7f02a4a2 2026-06-25 23:34:15.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edbd1e80-0935-4c94-9244-0fdd71aa450a 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 4dd3b081-1263-482e-8b81-e97f7f02a4a2 [pid: 8|app: 0|req: 248/515] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:15 2026] DELETE /v2.0/networks/6f172397-c40b-4cea-9edb-62fcf5eb7dbb => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:15.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eb18315-05ff-4735-b8bf-fcaaf4250f52 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: d0b2c699-f787-44e9-a05f-018f9331e67f 2026-06-25 23:34:15.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb18315-05ff-4735-b8bf-fcaaf4250f52 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: d0b2c699-f787-44e9-a05f-018f9331e67f [pid: 8|app: 0|req: 249/516] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:15 2026] GET /v2.0/security-groups?tenant_id=d1582e5caba94101aac9642bc3b1cf43&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:15.710 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3eb18315-05ff-4735-b8bf-fcaaf4250f52 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - 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: 250/517] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:34:15 2026] POST /v2.0/security-groups => generated 1661 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/518] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:15 2026] DELETE /v2.0/security-groups/18ade597-092b-46fc-9d5c-1c2a596a9918 => 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: 252/519] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:15 2026] GET /v2.0/security-groups?tenant_id=a6e927033df04955bce95b1e246042db&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/520] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:15 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: 254/521] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:16 2026] DELETE /v2.0/security-groups/67e798a2-3328-469f-96c5-d14a75aedc70 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/522] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:16.326 7 INFO neutron.db.l3_hamode_db [None req-3eb18315-05ff-4735-b8bf-fcaaf4250f52 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 153c5447-c8cf-4d03-9ba3-4192a1a41ca4 was deleted as no HA routers are present in tenant f064e71cce9e432ba1a6bc5ef5f56853. [pid: 7|app: 0|req: 268/523] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:15 2026] DELETE /v2.0/routers/1ef6d34b-97d3-43b7-863b-bd2da9a49c62 => generated 0 bytes in 1247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/524] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:16 2026] DELETE /v2.0/subnets/e8196ba5-fadc-4d04-84f6-147cc2ed8d76 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:16.586 8 INFO neutron.services.segments.plugin [-] Segment f445a94f-d0a7-4da4-b942-84ea1ba55780 resource provider aggregate not found 2026-06-25 23:34:16.605 8 INFO neutron.services.segments.plugin [-] Segment f445a94f-d0a7-4da4-b942-84ea1ba55780 resource provider aggregate not found 2026-06-25 23:34:16.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-07872d4c-3893-479c-b7d7-7a178cb8ada7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 555ff9a6-778b-49dc-9f41-2358d1463ceb 2026-06-25 23:34:16.613 8 INFO neutron.services.segments.plugin [-] Segment f445a94f-d0a7-4da4-b942-84ea1ba55780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f445a94f-d0a7-4da4-b942-84ea1ba55780 found for delete ", "request_id": "req-c27211c9-e1ea-4f82-8096-e4a8e59014a7"}]} 2026-06-25 23:34:16.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07872d4c-3893-479c-b7d7-7a178cb8ada7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 555ff9a6-778b-49dc-9f41-2358d1463ceb 2026-06-25 23:34:16.634 8 INFO neutron.services.segments.plugin [-] Segment f445a94f-d0a7-4da4-b942-84ea1ba55780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f445a94f-d0a7-4da4-b942-84ea1ba55780 found for delete ", "request_id": "req-436a4009-3927-4d98-9d4f-63e2f53b414d"}]} [pid: 7|app: 0|req: 270/525] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:16 2026] DELETE /v2.0/networks/2e48e9c1-cb8c-4f35-b940-90e140509822 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:16.825 7 INFO neutron.services.segments.plugin [-] Segment 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def resource provider aggregate not found 2026-06-25 23:34:16.842 7 INFO neutron.services.segments.plugin [-] Segment 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def found for delete ", "request_id": "req-8ed0daa0-e89f-4acf-9d61-94949d848e70"}]} 2026-06-25 23:34:16.853 7 INFO neutron.services.segments.plugin [-] Segment 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def resource provider aggregate not found 2026-06-25 23:34:16.878 7 INFO neutron.services.segments.plugin [-] Segment 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fcc0b1-3d41-42ef-bfa8-fdc13c0c5def found for delete ", "request_id": "req-1283ae73-5b16-4548-94cb-8da2a961fbcd"}]} [pid: 7|app: 0|req: 271/526] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:16 2026] GET /v2.0/security-groups?tenant_id=f064e71cce9e432ba1a6bc5ef5f56853&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/527] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:34:16 2026] POST /v2.0/floatingips => generated 552 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/528] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:17 2026] DELETE /v2.0/security-groups/6c8b0733-c182-497a-84ec-9a91d5e1cd4e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/529] 10.0.0.211 () {34 vars in 1100 bytes} [Thu Jun 25 23:34:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1532714732&fields=id&tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f => 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: 273/530] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:34:17 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 683 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/531] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:34:17 2026] GET /v2.0/quotas/55757f49c663469eaeaf1bbd0c5f8d2f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/532] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:17 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:18.085 8 INFO neutron.db.segments_db [None req-4ba078fd-4f56-4e3a-bfe2-6da5b795fddb c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Added segment 7862fe7a-8af1-4395-9829-ac01419efbc8 of type vxlan for network c5efa759-f8cd-44b5-814d-c36d2274f7ad [pid: 8|app: 0|req: 259/533] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:17 2026] POST /v2.0/networks => generated 648 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:18.189 7 INFO neutron.db.segments_db [None req-2b4f3419-1a1f-47a9-9ac9-71964c0fba44 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c of type vxlan for network 0cfd7cab-f043-485d-a6ec-9a849add3f8f [pid: 8|app: 0|req: 260/534] 10.0.0.211 () {34 vars in 907 bytes} [Thu Jun 25 23:34:18 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/535] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:34:17 2026] POST /v2.0/networks => generated 748 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/536] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:18 2026] POST /v2.0/subnets => generated 695 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/537] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:34:18 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:18.586 7 INFO neutron.db.segments_db [None req-571ef171-e069-4dcf-8b31-f4e3fc8d19df 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 3f5ec672-a9cc-410d-b033-dc20af657025 of type vxlan for network f4a70158-ea9e-4d7b-a007-ba3c625d26cb [pid: 8|app: 0|req: 261/538] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:34:18 2026] POST /v2.0/ports => generated 779 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 262/539] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:34:18 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:18.760 8 INFO neutron.db.segments_db [None req-fa86c0af-7c38-4122-a00c-fa8522614a5a c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Added segment 88ef98d9-86f6-46b6-bb30-ec40e64f126c of type vxlan for network 3c3ec6d8-6e43-4d59-ac48-0aa7998c97a3 [pid: 8|app: 0|req: 263/540] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:18 2026] POST /v2.0/networks => generated 636 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:18.865 7 INFO neutron.services.segments.plugin [-] Segment a72d80d1-32e6-4ea0-b5bb-b6816abf404c resource provider aggregate not found 2026-06-25 23:34:18.869 7 INFO neutron.db.l3_hamode_db [None req-571ef171-e069-4dcf-8b31-f4e3fc8d19df 83dc20df1dac47ed86a52b9bb2f4c84a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:18.886 7 INFO neutron.services.segments.plugin [-] Segment a72d80d1-32e6-4ea0-b5bb-b6816abf404c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a72d80d1-32e6-4ea0-b5bb-b6816abf404c found for delete ", "request_id": "req-417e146c-2980-4aae-b399-25b4f358b7d6"}]} 2026-06-25 23:34:18.905 7 INFO neutron.services.segments.plugin [-] Segment a72d80d1-32e6-4ea0-b5bb-b6816abf404c resource provider aggregate not found 2026-06-25 23:34:18.929 7 INFO neutron.services.segments.plugin [-] Segment a72d80d1-32e6-4ea0-b5bb-b6816abf404c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a72d80d1-32e6-4ea0-b5bb-b6816abf404c found for delete ", "request_id": "req-5e1e8694-e6d3-4ce0-8888-999885d9fc36"}]} 2026-06-25 23:34:19.089 8 INFO neutron.db.segments_db [None req-5a59eef5-1b5b-4648-9231-cf851e5b15c6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment fab40981-1613-4c35-b869-fb39e49f3f11 of type vxlan for network c7ff8a4d-9477-453e-b6ba-5262cb26c48a [pid: 8|app: 0|req: 264/541] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:34:18 2026] POST /v2.0/networks => generated 743 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/542] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:19 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/543] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:19 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/544] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:19 2026] POST /v2.0/subnets => generated 691 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:19.689 7 INFO neutron.db.l3_hamode_db [None req-571ef171-e069-4dcf-8b31-f4e3fc8d19df 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 268/545] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:34:19 2026] POST /v2.0/ports => generated 966 bytes in 280 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-25 23:34:19.923 8 INFO neutron.db.segments_db [None req-2ca2c087-7c44-46b5-ab94-3402e278f3c5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 31043af8-072c-44e5-9862-f43fc3da9d0e of type vxlan for network 54e6842b-2d11-4fa5-ab27-9d3fb841c9a4 2026-06-25 23:34:20.162 8 INFO neutron.db.l3_hamode_db [None req-2ca2c087-7c44-46b5-ab94-3402e278f3c5 83dc20df1dac47ed86a52b9bb2f4c84a f3a8fa9293b54225b3d01c225f8b96f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 278/546] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:18 2026] POST /v2.0/routers => generated 735 bytes in 2073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:20.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-c70020f6-ef59-4360-bb85-427c5f851009 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] TaaS: Handle Delete Port: f85d5b95-6bdb-4279-ad2b-4966d7e00305 2026-06-25 23:34:20.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c70020f6-ef59-4360-bb85-427c5f851009 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Tap Mirror: Handle Delete Port: f85d5b95-6bdb-4279-ad2b-4966d7e00305 [pid: 7|app: 0|req: 279/547] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:34:20 2026] DELETE /v2.0/ports/f85d5b95-6bdb-4279-ad2b-4966d7e00305 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/548] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:21 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:21.063 8 INFO neutron.db.l3_hamode_db [None req-2ca2c087-7c44-46b5-ab94-3402e278f3c5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 269/549] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:19 2026] POST /v2.0/routers => generated 731 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:22.137 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6c795b7-7ee9-4b77-8322-8a3a6fb1f863 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/550] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:34:22 2026] DELETE /v2.0/ports/f85d5b95-6bdb-4279-ad2b-4966d7e00305 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/551] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:21 2026] PUT /v2.0/routers/484a5111-eb33-444c-9b5c-3853342033fa/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:22.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0fa7bbe-2d6e-4c74-9849-1dce4945ce8e c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 282/552] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:22 2026] GET /v2.0/ports/f85d5b95-6bdb-4279-ad2b-4966d7e00305 => 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: 283/553] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:22 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 284/554] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:22 2026] DELETE /v2.0/subnets/9e610d42-b13b-444d-9d66-bf98abadfcac => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:22.648 7 INFO neutron.services.segments.plugin [-] Segment 88ef98d9-86f6-46b6-bb30-ec40e64f126c resource provider aggregate not found 2026-06-25 23:34:22.653 7 INFO neutron.services.segments.plugin [-] Segment 88ef98d9-86f6-46b6-bb30-ec40e64f126c resource provider aggregate not found 2026-06-25 23:34:22.679 7 INFO neutron.services.segments.plugin [-] Segment 88ef98d9-86f6-46b6-bb30-ec40e64f126c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88ef98d9-86f6-46b6-bb30-ec40e64f126c found for delete ", "request_id": "req-8086f0c0-b53b-4dbd-8eba-b451479dba73"}]} 2026-06-25 23:34:22.687 7 INFO neutron.services.segments.plugin [-] Segment 88ef98d9-86f6-46b6-bb30-ec40e64f126c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88ef98d9-86f6-46b6-bb30-ec40e64f126c found for delete ", "request_id": "req-de47ed05-7976-496e-9ed7-2177cbfa8b3d"}]} [pid: 7|app: 0|req: 285/555] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:22 2026] DELETE /v2.0/networks/3c3ec6d8-6e43-4d59-ac48-0aa7998c97a3 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:22.767 7 INFO neutron.db.segments_db [None req-e566647e-9a0c-40bc-bc73-e2454f083ea1 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Added segment cd8dcddf-da38-42ce-9021-f941c29282e9 of type vxlan for network cb87ee4c-19b3-409d-8ddc-43827d1349b8 [pid: 7|app: 0|req: 286/556] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:22 2026] POST /v2.0/networks => generated 636 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/557] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:22 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/558] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:22 2026] PUT /v2.0/routers/9945643d-3233-44c0-bedf-325b49fa4136/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/559] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:34:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/560] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/561] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:23 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 291/562] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:23 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: 272/563] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:34:23 2026] POST /v2.0/ports => generated 927 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/564] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:34:23 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 683 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:23.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-33eb8590-1289-4e47-bccb-e531282df0ac c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] TaaS: Handle Delete Port: 6c8aae39-f2f4-4e82-9e96-bc4efe24c9da 2026-06-25 23:34:24.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33eb8590-1289-4e47-bccb-e531282df0ac c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Tap Mirror: Handle Delete Port: 6c8aae39-f2f4-4e82-9e96-bc4efe24c9da [pid: 8|app: 0|req: 274/565] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:34:23 2026] DELETE /v2.0/ports/6c8aae39-f2f4-4e82-9e96-bc4efe24c9da => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/566] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:34:23 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/567] 199.19.213.132 () {34 vars in 911 bytes} [Thu Jun 25 23:34:24 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-25 23:34:24.198 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f64206e0-f5c9-431a-a37a-cf12924b400c c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 294/568] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:24 2026] GET /v2.0/ports/6c8aae39-f2f4-4e82-9e96-bc4efe24c9da => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/569] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:34:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/570] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:34:24 2026] POST /v2.0/security-groups => generated 1659 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/571] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:24 2026] DELETE /v2.0/subnets/a6eafd64-6674-485a-afb1-d85044fbebb8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/572] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/573] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:24 2026] DELETE /v2.0/networks/cb87ee4c-19b3-409d-8ddc-43827d1349b8 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/574] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:34:24 2026] POST /v2.0/ports => generated 954 bytes in 386 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-25 23:34:24.710 7 INFO neutron.services.segments.plugin [-] Segment cd8dcddf-da38-42ce-9021-f941c29282e9 resource provider aggregate not found 2026-06-25 23:34:24.721 7 INFO neutron.services.segments.plugin [-] Segment cd8dcddf-da38-42ce-9021-f941c29282e9 resource provider aggregate not found [pid: 8|app: 0|req: 277/575] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:24 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 957 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:24.743 7 INFO neutron.services.segments.plugin [-] Segment cd8dcddf-da38-42ce-9021-f941c29282e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd8dcddf-da38-42ce-9021-f941c29282e9 found for delete ", "request_id": "req-0367f16e-059f-4900-9906-d77cef24b510"}]} 2026-06-25 23:34:24.744 7 INFO neutron.services.segments.plugin [-] Segment cd8dcddf-da38-42ce-9021-f941c29282e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd8dcddf-da38-42ce-9021-f941c29282e9 found for delete ", "request_id": "req-322eeb3f-60a3-45d8-93f4-d1897839c188"}]} [pid: 7|app: 0|req: 299/576] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:24 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: 300/577] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:24 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 278/578] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:34:24 2026] POST /v2.0/ports => generated 779 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 301/579] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:34:24 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/580] 10.0.0.179 () {34 vars in 737 bytes} [Thu Jun 25 23:34:24 2026] PUT /v2.0/ports/75b3ded1-7a48-4e62-9024-321d6b843cea => generated 752 bytes in 490 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-25 23:34:25.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-04f9d127-3773-46b0-ab1d-4d1231d03ec8 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] TaaS: Handle Delete Port: 75b3ded1-7a48-4e62-9024-321d6b843cea 2026-06-25 23:34:25.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f9d127-3773-46b0-ab1d-4d1231d03ec8 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Tap Mirror: Handle Delete Port: 75b3ded1-7a48-4e62-9024-321d6b843cea [pid: 8|app: 0|req: 280/581] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:34:25 2026] DELETE /v2.0/ports/75b3ded1-7a48-4e62-9024-321d6b843cea => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/582] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/ports => generated 782 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:25.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86829fe4-08c8-47f6-93e5-92e907eb8421 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/583] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/ports/75b3ded1-7a48-4e62-9024-321d6b843cea => 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: 283/584] 10.0.0.211 () {34 vars in 1098 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--431215572&fields=id&tenant_id=f3a8fa9293b54225b3d01c225f8b96f5 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/585] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/ports => generated 782 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/586] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:34:25 2026] PUT /v2.0/ports/54f6d398-95af-4deb-8bf3-246865782dba => generated 1235 bytes in 553 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: 285/587] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/networks?id=c7ff8a4d-9477-453e-b6ba-5262cb26c48a => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/588] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 287/589] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/quotas/f3a8fa9293b54225b3d01c225f8b96f5 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/590] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/ports/aa0ff77d-8773-4df3-8129-4f4f796c968a => generated 779 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/591] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:25 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:26.043 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8d0e4e9-c299-437c-9d54-f8a480aedf60 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 289/592] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:34:26 2026] DELETE /v2.0/ports/6c8aae39-f2f4-4e82-9e96-bc4efe24c9da => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:26.079 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bcbd986-98a0-4012-8ff1-deffc9338a7d c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 304/593] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/ports?tenant_id=f3a8fa9293b54225b3d01c225f8b96f5&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/594] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:26 2026] DELETE /v2.0/subnets/a6eafd64-6674-485a-afb1-d85044fbebb8 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:26.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-466283c9-1709-44b8-8ea8-a932a059bbd1 c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 305/595] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:26 2026] DELETE /v2.0/subnets/9e610d42-b13b-444d-9d66-bf98abadfcac => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/596] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/597] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:26.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-565b4b1f-1f4f-4e6c-9959-be57c115dd5f c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] TaaS: Handle Delete Port: aa0ff77d-8773-4df3-8129-4f4f796c968a 2026-06-25 23:34:26.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-565b4b1f-1f4f-4e6c-9959-be57c115dd5f c6f6566c2175461cb5d9c3451159774e f2e4ba3ae2764f23aaa2e70ec5f75005 - - default default] Tap Mirror: Handle Delete Port: aa0ff77d-8773-4df3-8129-4f4f796c968a [pid: 7|app: 0|req: 306/598] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:34:26 2026] DELETE /v2.0/ports/aa0ff77d-8773-4df3-8129-4f4f796c968a => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:26.372 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3424b1f-f583-4eea-985a-d0086cb2b616'] response: {'name': 'network-changed', 'server_uuid': '8eb1c816-c7d9-43bb-92ca-8cece143cc71', 'tag': '54f6d398-95af-4deb-8bf3-246865782dba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 307/599] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:26.498 8 INFO neutron.services.segments.plugin [-] Segment 7862fe7a-8af1-4395-9829-ac01419efbc8 resource provider aggregate not found 2026-06-25 23:34:26.498 8 INFO neutron.services.segments.plugin [-] Segment 7862fe7a-8af1-4395-9829-ac01419efbc8 resource provider aggregate not found 2026-06-25 23:34:26.517 8 INFO neutron.services.segments.plugin [-] Segment 7862fe7a-8af1-4395-9829-ac01419efbc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7862fe7a-8af1-4395-9829-ac01419efbc8 found for delete ", "request_id": "req-9bf4d03e-6874-444f-8b66-498d3e8086b8"}]} 2026-06-25 23:34:26.529 8 INFO neutron.services.segments.plugin [-] Segment 7862fe7a-8af1-4395-9829-ac01419efbc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7862fe7a-8af1-4395-9829-ac01419efbc8 found for delete ", "request_id": "req-db6f860e-68b9-4d3c-8e29-918d68e8ebb4"}]} [pid: 8|app: 0|req: 293/600] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:26 2026] DELETE /v2.0/networks/c5efa759-f8cd-44b5-814d-c36d2274f7ad => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/601] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/602] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/networks?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&shared=False => generated 779 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/603] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:26 2026] GET /v2.0/security-groups?tenant_id=f2e4ba3ae2764f23aaa2e70ec5f75005&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/604] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:27 2026] DELETE /v2.0/security-groups/c7eefc20-116c-4348-8bcb-5157af9cd2ec => 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: 310/605] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:27 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/606] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:27 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 296/607] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:34:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/608] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:27 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 297/609] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1238 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/610] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/611] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 298/612] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54f6d398-95af-4deb-8bf3-246865782dba => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/613] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/subnets?id=fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/614] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/ports?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/615] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 316/616] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?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: 301/617] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/618] 10.0.0.211 () {34 vars in 1098 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--802311859&fields=id&tenant_id=0d4c9a1f39024d098ce9f0bdfe915321 => 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: 302/619] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:34:28 2026] GET /v2.0/networks?id=0cfd7cab-f043-485d-a6ec-9a849add3f8f => generated 680 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/620] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/quotas/0d4c9a1f39024d098ce9f0bdfe915321 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/621] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/ports?tenant_id=0d4c9a1f39024d098ce9f0bdfe915321&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:29.309 7 INFO neutron.db.segments_db [None req-69434819-7a15-42eb-aa09-1a1099456f7f 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment 5b87dc0e-cc4b-4612-a07c-9fba36b53843 of type vxlan for network a50be746-2b4d-4afa-a700-9284e1ed5d1d [pid: 7|app: 0|req: 318/624] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:29 2026] POST /v2.0/networks => generated 630 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:29.477 8 INFO neutron.db.segments_db [None req-a297f443-cb43-4605-9b14-0526dd414b9b 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment 81240dcc-232d-4823-aed7-9324de3dea62 of type vxlan for network 57ee5bd9-bebc-4ee1-a106-22047f13b2c8 [pid: 7|app: 0|req: 319/625] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/626] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 307/627] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:29 2026] POST /v2.0/networks => generated 629 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/628] 10.0.0.211 () {34 vars in 907 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/extensions => generated 21537 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/629] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f?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: 323/630] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 324/631] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:34:29 2026] GET /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f?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: 308/632] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:29 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/633] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:30 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/634] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:29 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:34:30.176 8 INFO neutron.db.segments_db [None req-eb6c14ce-568f-4810-a14c-b70cc90e0134 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment b9463b5e-e770-49f6-9538-d4399b69032a of type vxlan for network f0881a43-8f3c-4f09-ad48-a850c10c794e 2026-06-25 23:34:30.471 8 INFO neutron.db.l3_hamode_db [None req-eb6c14ce-568f-4810-a14c-b70cc90e0134 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:34:30.650 8 INFO neutron.db.l3_hamode_db [None req-eb6c14ce-568f-4810-a14c-b70cc90e0134 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 326/635] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:30 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/636] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:34:30 2026] GET /v2.0/networks?id=c7ff8a4d-9477-453e-b6ba-5262cb26c48a => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/637] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:30 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 329/638] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:30 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/639] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:34:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f3a8fa9293b54225b3d01c225f8b96f5 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/640] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:34:30 2026] POST /v2.0/ports => generated 954 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 332/641] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:31 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 310/642] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:30 2026] POST /v2.0/routers => generated 507 bytes in 1248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/643] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:34:31 2026] PUT /v2.0/ports/3cba3d33-2d83-41d1-88dd-89c7b541b94d => generated 1235 bytes in 713 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: 334/644] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:31 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/645] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:31 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 336/646] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 337/647] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:32.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ab7f644-2590-41ed-baad-54fa0d813ff3'] response: {'name': 'network-changed', 'server_uuid': 'd47329e1-310c-471c-bc87-c952e8debff9', 'tag': '3cba3d33-2d83-41d1-88dd-89c7b541b94d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 338/648] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 311/649] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:31 2026] PUT /v2.0/routers/5b77b2e6-7174-4f8e-8997-47ca887149ff/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/650] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/ports/99ad9edc-4910-4def-8932-753186ac42aa => generated 955 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/651] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/ports?tenant_id=f3a8fa9293b54225b3d01c225f8b96f5&device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 341/652] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/networks?tenant_id=f3a8fa9293b54225b3d01c225f8b96f5&shared=False => generated 771 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/653] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:34:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 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.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/655] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/656] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 346/657] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/658] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 312/659] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:32 2026] PUT /v2.0/routers/5b77b2e6-7174-4f8e-8997-47ca887149ff/add_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/660] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/ports?tenant_id=f3a8fa9293b54225b3d01c225f8b96f5&device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 313/661] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/ports/db3f76ad-f349-4452-b480-628b1ec4eb2c => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/662] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3cba3d33-2d83-41d1-88dd-89c7b541b94d => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/663] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:34:33 2026] GET /v2.0/subnets?id=42ee164b-5c58-4049-8a2c-2a51e1606609 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/664] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/ports?network_id=c7ff8a4d-9477-453e-b6ba-5262cb26c48a&device_owner=network%3Adhcp => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/665] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a?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: 353/666] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:34.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-81b887ca-aaa8-4113-9e8f-a78e98554644 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: db3f76ad-f349-4452-b480-628b1ec4eb2c 2026-06-25 23:34:34.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81b887ca-aaa8-4113-9e8f-a78e98554644 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: db3f76ad-f349-4452-b480-628b1ec4eb2c [pid: 7|app: 0|req: 354/667] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 355/668] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/networks?id=0cfd7cab-f043-485d-a6ec-9a849add3f8f => generated 680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/669] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/670] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/671] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0d4c9a1f39024d098ce9f0bdfe915321 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/672] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/673] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:33 2026] PUT /v2.0/routers/5b77b2e6-7174-4f8e-8997-47ca887149ff/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/674] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:34 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 957 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/675] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:34:34 2026] POST /v2.0/ports => generated 954 bytes in 482 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: 361/676] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:35 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:35.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-36b49c44-bb21-428d-97eb-6741b6936798 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 99ad9edc-4910-4def-8932-753186ac42aa 2026-06-25 23:34:35.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36b49c44-bb21-428d-97eb-6741b6936798 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 99ad9edc-4910-4def-8932-753186ac42aa [pid: 7|app: 0|req: 362/677] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:34:35 2026] PUT /v2.0/ports/21bf5876-0e66-4a88-85d0-3b4da3fec39b => generated 1235 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:35.592 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a123ebc2-18ed-4c6e-8b5d-f3dc8800b31d'] response: {'name': 'network-changed', 'server_uuid': '53354d87-bb1a-40f9-9564-0d600a91bad1', 'tag': '21bf5876-0e66-4a88-85d0-3b4da3fec39b', '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: 363/678] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:35 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 364/679] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:35 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 365/680] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:35 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 366/681] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:35 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/682] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:35 2026] PUT /v2.0/routers/5b77b2e6-7174-4f8e-8997-47ca887149ff/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/683] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:35 2026] GET /v2.0/ports?device_id=5b77b2e6-7174-4f8e-8997-47ca887149ff => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:36.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-92d682fc-0402-4c6b-9456-647453e749ac 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 67688b96-7866-4eb8-b274-d18ec98ed339 2026-06-25 23:34:36.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92d682fc-0402-4c6b-9456-647453e749ac 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 67688b96-7866-4eb8-b274-d18ec98ed339 [pid: 7|app: 0|req: 368/684] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/ports?tenant_id=0d4c9a1f39024d098ce9f0bdfe915321&device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 369/685] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/686] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/networks?tenant_id=0d4c9a1f39024d098ce9f0bdfe915321&shared=False => generated 776 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/687] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/688] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:34:36 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-25 23:34:36.366 8 INFO neutron.services.segments.plugin [-] Segment b9463b5e-e770-49f6-9538-d4399b69032a resource provider aggregate not found 2026-06-25 23:34:36.374 8 INFO neutron.services.segments.plugin [-] Segment b9463b5e-e770-49f6-9538-d4399b69032a resource provider aggregate not found 2026-06-25 23:34:36.392 8 INFO neutron.services.segments.plugin [-] Segment b9463b5e-e770-49f6-9538-d4399b69032a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9463b5e-e770-49f6-9538-d4399b69032a found for delete ", "request_id": "req-3113c617-d98e-479f-b407-60fdc675be95"}]} 2026-06-25 23:34:36.395 8 INFO neutron.services.segments.plugin [-] Segment b9463b5e-e770-49f6-9538-d4399b69032a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9463b5e-e770-49f6-9538-d4399b69032a found for delete ", "request_id": "req-16daf674-1452-426a-ad9e-538bf8cab7aa"}]} 2026-06-25 23:34:36.396 8 INFO neutron.db.l3_hamode_db [None req-92d682fc-0402-4c6b-9456-647453e749ac 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] HA network f0881a43-8f3c-4f09-ad48-a850c10c794e was deleted as no HA routers are present in tenant 2aeb4db8ba8f4cbfbcdf77c699ab623b. [pid: 8|app: 0|req: 317/689] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:35 2026] DELETE /v2.0/routers/5b77b2e6-7174-4f8e-8997-47ca887149ff => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/690] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:36 2026] DELETE /v2.0/subnets/cb2fde68-9fc6-4ad9-92a2-72a29ed54c2e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/691] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:36 2026] DELETE /v2.0/subnets/301ff785-0f5a-4b80-ad5b-8581aa2a9fa1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:36.795 7 INFO neutron.services.segments.plugin [-] Segment 81240dcc-232d-4823-aed7-9324de3dea62 resource provider aggregate not found 2026-06-25 23:34:36.805 7 INFO neutron.services.segments.plugin [-] Segment 81240dcc-232d-4823-aed7-9324de3dea62 resource provider aggregate not found 2026-06-25 23:34:36.825 7 INFO neutron.services.segments.plugin [-] Segment 81240dcc-232d-4823-aed7-9324de3dea62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81240dcc-232d-4823-aed7-9324de3dea62 found for delete ", "request_id": "req-f758f6bc-b7e5-4b0f-9bc8-2551c95fbcd8"}]} 2026-06-25 23:34:36.827 7 INFO neutron.services.segments.plugin [-] Segment 81240dcc-232d-4823-aed7-9324de3dea62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81240dcc-232d-4823-aed7-9324de3dea62 found for delete ", "request_id": "req-ac5aadfe-6378-4c24-90de-89ae8eefbf92"}]} [pid: 7|app: 0|req: 374/692] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:36 2026] DELETE /v2.0/networks/57ee5bd9-bebc-4ee1-a106-22047f13b2c8 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/693] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/694] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/695] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 377/696] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:36 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&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: 320/697] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:36 2026] DELETE /v2.0/networks/a50be746-2b4d-4afa-a700-9284e1ed5d1d => 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: 321/698] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:37 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:37.069 7 INFO neutron.db.segments_db [None req-4afe6643-ff5e-4c1a-85dd-7a919c6ca44d 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment e3bf251a-8339-4baf-a7d5-fe137033c211 of type vxlan for network 839fc670-e047-4c9f-b1bf-cf98ed79f272 [pid: 7|app: 0|req: 378/699] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:37 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/700] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:37 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/701] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:37 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/702] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:37 2026] GET /v2.0/ports?tenant_id=0d4c9a1f39024d098ce9f0bdfe915321&device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:37.581 7 INFO neutron.db.segments_db [None req-594366fb-56d1-4d86-b73b-7c9b915be404 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment f37617e4-22a6-4fe4-a36a-5faad50e80e1 of type vxlan for network dad3bac2-cc47-49f4-9a23-f4107c7b3d4d 2026-06-25 23:34:37.581 8 INFO neutron.db.l3_db [None req-b27a4708-e767-4d0b-ae48-2f61acecd521 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] Floating IP 99591222-569f-4f9d-9cda-bb58834f9573 associated. External IP: 10.96.250.204, port: 54f6d398-95af-4deb-8bf3-246865782dba. 2026-06-25 23:34:37.907 7 INFO neutron.db.l3_hamode_db [None req-594366fb-56d1-4d86-b73b-7c9b915be404 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 322/703] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:34:37 2026] PUT /v2.0/floatingips/99591222-569f-4f9d-9cda-bb58834f9573 => generated 855 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/704] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:37 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&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: 324/705] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=21bf5876-0e66-4a88-85d0-3b4da3fec39b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:38.045 7 INFO neutron.db.l3_hamode_db [None req-594366fb-56d1-4d86-b73b-7c9b915be404 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 325/706] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:37 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 971 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/707] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/subnets?id=8a448e77-399e-45fe-9574-7eeafa06984d => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:38.425 8 INFO neutron.services.segments.plugin [-] Segment 5b87dc0e-cc4b-4612-a07c-9fba36b53843 resource provider aggregate not found 2026-06-25 23:34:38.434 8 INFO neutron.services.segments.plugin [-] Segment 5b87dc0e-cc4b-4612-a07c-9fba36b53843 resource provider aggregate not found 2026-06-25 23:34:38.457 8 INFO neutron.services.segments.plugin [-] Segment 5b87dc0e-cc4b-4612-a07c-9fba36b53843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b87dc0e-cc4b-4612-a07c-9fba36b53843 found for delete ", "request_id": "req-dd90d8df-6fdd-4a15-a072-4152b4b259e9"}]} 2026-06-25 23:34:38.460 8 INFO neutron.services.segments.plugin [-] Segment 5b87dc0e-cc4b-4612-a07c-9fba36b53843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b87dc0e-cc4b-4612-a07c-9fba36b53843 found for delete ", "request_id": "req-aaf0fd12-35f3-41a5-86c8-c359c1a1b042"}]} [pid: 8|app: 0|req: 327/708] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/709] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 329/710] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/ports?network_id=0cfd7cab-f043-485d-a6ec-9a849add3f8f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:38.597 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b5991aa-8463-445b-98cc-662abc7ee5d0'] response: {'name': 'network-changed', 'server_uuid': '8eb1c816-c7d9-43bb-92ca-8cece143cc71', 'tag': '54f6d398-95af-4deb-8bf3-246865782dba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 330/711] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/712] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f?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: 382/713] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:37 2026] POST /v2.0/routers => generated 507 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/714] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:38 2026] GET /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/715] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/716] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:34:38 2026] POST /v2.0/ports => generated 948 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/717] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 35 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: 335/718] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/719] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/720] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54f6d398-95af-4deb-8bf3-246865782dba => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/721] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/subnets?id=fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/722] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/ports?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b&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: 340/723] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/724] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/725] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/726] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:39 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/727] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:40 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/728] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:40 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/729] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:39 2026] PUT /v2.0/routers/75b73fc7-d319-4dd0-a111-853ef7595fd6/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/730] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:40 2026] GET /v2.0/ports/496fc442-f1a6-4f55-ad60-59391e418ddf => generated 1022 bytes in 70 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: 347/731] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:40 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:40.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0188270-3712-421c-ac77-aa3f723935fa 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 496fc442-f1a6-4f55-ad60-59391e418ddf 2026-06-25 23:34:40.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0188270-3712-421c-ac77-aa3f723935fa 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 496fc442-f1a6-4f55-ad60-59391e418ddf [pid: 8|app: 0|req: 348/732] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:40 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/733] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:40 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/734] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:40 2026] PUT /v2.0/routers/75b73fc7-d319-4dd0-a111-853ef7595fd6/remove_router_interface => generated 309 bytes in 931 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-25 23:34:41.434 8 INFO neutron.db.l3_db [None req-9d94405c-a759-46ba-ad6f-af8f214441e8 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] Floating IP 2704457c-c17f-485f-aa23-96daa751f93b associated. External IP: 10.96.250.213, port: 3cba3d33-2d83-41d1-88dd-89c7b541b94d. [pid: 7|app: 0|req: 386/735] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:41 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:41.586 7 INFO neutron.api.v2.resource [None req-c7c93b16-c643-48fd-ba3d-f7ffbb5a77f8 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/736] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:41 2026] PUT /v2.0/routers/75b73fc7-d319-4dd0-a111-853ef7595fd6/remove_router_interface => generated 197 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/737] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:41 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&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: 389/738] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:41 2026] GET /v2.0/ports?device_id=75b73fc7-d319-4dd0-a111-853ef7595fd6 => 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: 350/739] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:34:41 2026] PUT /v2.0/floatingips/2704457c-c17f-485f-aa23-96daa751f93b => generated 855 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:41.832 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fe718bc-a28b-4d0a-8cec-acbbd1e5ce17'] response: {'name': 'network-changed', 'server_uuid': 'd47329e1-310c-471c-bc87-c952e8debff9', 'tag': '3cba3d33-2d83-41d1-88dd-89c7b541b94d', 'status': 'completed', 'code': 200} 2026-06-25 23:34:41.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-62b68a05-ec83-462a-82de-db1dd41026b9 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 8479ebb4-c4aa-4452-8290-8da085194b23 [pid: 8|app: 0|req: 351/740] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:41 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:41.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62b68a05-ec83-462a-82de-db1dd41026b9 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 8479ebb4-c4aa-4452-8290-8da085194b23 [pid: 8|app: 0|req: 352/741] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:41 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&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: 353/742] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:42.323 7 INFO neutron.services.segments.plugin [-] Segment f37617e4-22a6-4fe4-a36a-5faad50e80e1 resource provider aggregate not found 2026-06-25 23:34:42.331 7 INFO neutron.services.segments.plugin [-] Segment f37617e4-22a6-4fe4-a36a-5faad50e80e1 resource provider aggregate not found 2026-06-25 23:34:42.352 7 INFO neutron.db.l3_hamode_db [None req-62b68a05-ec83-462a-82de-db1dd41026b9 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] HA network dad3bac2-cc47-49f4-9a23-f4107c7b3d4d was deleted as no HA routers are present in tenant 2aeb4db8ba8f4cbfbcdf77c699ab623b. 2026-06-25 23:34:42.361 7 INFO neutron.services.segments.plugin [-] Segment f37617e4-22a6-4fe4-a36a-5faad50e80e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37617e4-22a6-4fe4-a36a-5faad50e80e1 found for delete ", "request_id": "req-2235ad7a-954f-4c26-9326-ea39bbf7110c"}]} [pid: 7|app: 0|req: 390/743] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:41 2026] DELETE /v2.0/routers/75b73fc7-d319-4dd0-a111-853ef7595fd6 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/744] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:42.366 7 INFO neutron.services.segments.plugin [-] Segment f37617e4-22a6-4fe4-a36a-5faad50e80e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37617e4-22a6-4fe4-a36a-5faad50e80e1 found for delete ", "request_id": "req-22be9b5b-0804-4372-835c-5a227f985e09"}]} [pid: 7|app: 0|req: 391/745] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/ports?tenant_id=f3a8fa9293b54225b3d01c225f8b96f5&device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/746] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/networks?id=c7ff8a4d-9477-453e-b6ba-5262cb26c48a => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/747] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3cba3d33-2d83-41d1-88dd-89c7b541b94d => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/748] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:42 2026] DELETE /v2.0/subnets/72aa1343-8b9e-45b3-876e-2adebbe7d0b8 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/749] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/subnets?id=42ee164b-5c58-4049-8a2c-2a51e1606609 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/750] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/ports?network_id=c7ff8a4d-9477-453e-b6ba-5262cb26c48a&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:42.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d1fa1be-0e69-4858-892c-60aeb111e690 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: dc5e17ca-8ae2-45dd-9a10-03aa406574ac 2026-06-25 23:34:42.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d1fa1be-0e69-4858-892c-60aeb111e690 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: dc5e17ca-8ae2-45dd-9a10-03aa406574ac [pid: 7|app: 0|req: 396/751] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/752] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a?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: 398/753] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/754] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:42 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&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-25 23:34:42.874 8 INFO neutron.services.segments.plugin [-] Segment e3bf251a-8339-4baf-a7d5-fe137033c211 resource provider aggregate not found 2026-06-25 23:34:42.879 8 INFO neutron.services.segments.plugin [-] Segment e3bf251a-8339-4baf-a7d5-fe137033c211 resource provider aggregate not found 2026-06-25 23:34:42.899 8 INFO neutron.services.segments.plugin [-] Segment e3bf251a-8339-4baf-a7d5-fe137033c211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3bf251a-8339-4baf-a7d5-fe137033c211 found for delete ", "request_id": "req-5c0393e0-03dd-4ad0-ad82-a7d4f0829857"}]} 2026-06-25 23:34:42.900 8 INFO neutron.services.segments.plugin [-] Segment e3bf251a-8339-4baf-a7d5-fe137033c211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3bf251a-8339-4baf-a7d5-fe137033c211 found for delete ", "request_id": "req-f817a204-fc24-4ee2-af95-c0f448a477e3"}]} [pid: 8|app: 0|req: 356/755] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:42 2026] DELETE /v2.0/networks/839fc670-e047-4c9f-b1bf-cf98ed79f272 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:42.983 7 INFO neutron.db.segments_db [None req-77debebb-a51e-4398-bf98-a5bf352f7c4a 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment ec8bc74d-6a88-4c20-a758-d299852544f8 of type vxlan for network a3084439-2dfc-4def-90d3-71157e263635 [pid: 7|app: 0|req: 400/756] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:34:42 2026] POST /v2.0/networks => generated 629 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/757] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:43 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/758] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:43 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:43.463 7 INFO neutron.db.segments_db [None req-a1b2218b-7133-41af-a398-689bcff21c42 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment b86e659b-9c19-4702-9924-651958b8cf7f of type vxlan for network b0344a61-5906-4ae3-ab1b-99192f726793 [pid: 8|app: 0|req: 359/759] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:43 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:43.773 7 INFO neutron.db.l3_hamode_db [None req-a1b2218b-7133-41af-a398-689bcff21c42 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 360/760] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:43 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/761] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:43 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:43.961 7 INFO neutron.db.l3_hamode_db [None req-a1b2218b-7133-41af-a398-689bcff21c42 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 401/764] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:43 2026] POST /v2.0/routers => generated 505 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/765] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:44 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => generated 971 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/766] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:34:44 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 366/767] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:44 2026] GET /v2.0/security-groups?id=b168d735-be70-4dd5-bfcb-7b67cd8de8f2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:44.902 8 INFO neutron_taas.services.taas.taas_plugin [req-5ac0f57b-6f25-4736-bea3-f2604cd33183 req-63c91f60-2222-4eb3-b45c-02a1f8b469c8 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] TaaS: Handle Delete Port: 3cba3d33-2d83-41d1-88dd-89c7b541b94d 2026-06-25 23:34:44.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ac0f57b-6f25-4736-bea3-f2604cd33183 req-63c91f60-2222-4eb3-b45c-02a1f8b469c8 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] Tap Mirror: Handle Delete Port: 3cba3d33-2d83-41d1-88dd-89c7b541b94d 2026-06-25 23:34:45.070 8 INFO neutron.db.l3_db [req-5ac0f57b-6f25-4736-bea3-f2604cd33183 req-63c91f60-2222-4eb3-b45c-02a1f8b469c8 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] Floating IP 2704457c-c17f-485f-aa23-96daa751f93b disassociated. External IP: 10.96.250.213, port: 3cba3d33-2d83-41d1-88dd-89c7b541b94d. [pid: 8|app: 0|req: 367/768] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:34:44 2026] DELETE /v2.0/ports/3cba3d33-2d83-41d1-88dd-89c7b541b94d => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:45.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-005af75c-bfe8-42b7-b6c3-19614a1fc5b3'] response: {'server_uuid': 'd47329e1-310c-471c-bc87-c952e8debff9', 'name': 'network-vif-deleted', 'tag': '3cba3d33-2d83-41d1-88dd-89c7b541b94d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 368/769] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 369/770] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/771] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 402/772] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:34:44 2026] PUT /v2.0/routers/db4b7746-74f3-4a3f-8c86-a43adc6ce95e/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/773] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:34:45 2026] GET /v2.0/ports/019c8cf6-2e97-402d-91a3-691d45959df1 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:46.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-e79c1a82-39d8-453e-a8dd-40232f32c2f8 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 019c8cf6-2e97-402d-91a3-691d45959df1 2026-06-25 23:34:46.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e79c1a82-39d8-453e-a8dd-40232f32c2f8 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 019c8cf6-2e97-402d-91a3-691d45959df1 [pid: 8|app: 0|req: 372/774] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/775] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/776] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:45 2026] PUT /v2.0/routers/db4b7746-74f3-4a3f-8c86-a43adc6ce95e/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/777] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/ports?device_id=db4b7746-74f3-4a3f-8c86-a43adc6ce95e => 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: 375/778] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:46 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:47.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-be08b16e-8382-4074-b6c6-a31c98bb3405 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: caac25ec-b2f2-42a2-b58a-1cd9ce6a96a2 2026-06-25 23:34:47.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be08b16e-8382-4074-b6c6-a31c98bb3405 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: caac25ec-b2f2-42a2-b58a-1cd9ce6a96a2 2026-06-25 23:34:47.301 8 INFO neutron.db.l3_db [None req-c0d3f84a-42e7-48dc-8ef3-833631560154 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] Floating IP 028c440f-fff8-4a0a-b8ce-bc02d83d6aee associated. External IP: 10.96.250.219, port: 21bf5876-0e66-4a88-85d0-3b4da3fec39b. 2026-06-25 23:34:47.414 7 INFO neutron.services.segments.plugin [-] Segment b86e659b-9c19-4702-9924-651958b8cf7f resource provider aggregate not found 2026-06-25 23:34:47.427 7 INFO neutron.services.segments.plugin [-] Segment b86e659b-9c19-4702-9924-651958b8cf7f resource provider aggregate not found 2026-06-25 23:34:47.443 7 INFO neutron.services.segments.plugin [-] Segment b86e659b-9c19-4702-9924-651958b8cf7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b86e659b-9c19-4702-9924-651958b8cf7f found for delete ", "request_id": "req-00258994-89b0-4e44-9a25-aae42d015953"}]} 2026-06-25 23:34:47.450 7 INFO neutron.services.segments.plugin [-] Segment b86e659b-9c19-4702-9924-651958b8cf7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b86e659b-9c19-4702-9924-651958b8cf7f found for delete ", "request_id": "req-b970572f-ed19-4c28-b552-3040e8f77a3d"}]} 2026-06-25 23:34:47.462 7 INFO neutron.db.l3_hamode_db [None req-be08b16e-8382-4074-b6c6-a31c98bb3405 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] HA network b0344a61-5906-4ae3-ab1b-99192f726793 was deleted as no HA routers are present in tenant 2aeb4db8ba8f4cbfbcdf77c699ab623b. [pid: 7|app: 0|req: 404/779] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:46 2026] DELETE /v2.0/routers/db4b7746-74f3-4a3f-8c86-a43adc6ce95e => generated 0 bytes in 610 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/780] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:47 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 406/781] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:47 2026] DELETE /v2.0/subnets/f437d297-70cd-4610-8518-be1346c62358 => 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: 376/782] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:34:46 2026] PUT /v2.0/floatingips/028c440f-fff8-4a0a-b8ce-bc02d83d6aee => generated 855 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:47.723 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55836818-372a-4fc8-a7df-389852fda815'] response: {'name': 'network-changed', 'server_uuid': '53354d87-bb1a-40f9-9564-0d600a91bad1', 'tag': '21bf5876-0e66-4a88-85d0-3b4da3fec39b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 377/783] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:47 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 378/784] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:47 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&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: 407/785] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:47 2026] DELETE /v2.0/networks/a3084439-2dfc-4def-90d3-71157e263635 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:48.175 8 INFO neutron.db.segments_db [None req-c3a36549-d0c6-4cb5-8424-00a6b6a90de6 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Added segment 3fc3e352-33de-4b93-888b-9548ac1cb923 of type vxlan for network f184baef-9765-4e1c-b9dd-731f4d619fdc [pid: 7|app: 0|req: 408/786] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/787] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/ports?tenant_id=0d4c9a1f39024d098ce9f0bdfe915321&device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/788] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/789] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/networks?id=0cfd7cab-f043-485d-a6ec-9a849add3f8f => generated 776 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/790] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=21bf5876-0e66-4a88-85d0-3b4da3fec39b => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/791] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/subnets?id=8a448e77-399e-45fe-9574-7eeafa06984d => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:48.481 8 INFO neutron.db.l3_hamode_db [None req-c3a36549-d0c6-4cb5-8424-00a6b6a90de6 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 414/792] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/ports?network_id=0cfd7cab-f043-485d-a6ec-9a849add3f8f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/793] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/794] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/ports?device_id=d47329e1-310c-471c-bc87-c952e8debff9 => 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: 417/795] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:34:48 2026] GET /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:49.353 8 INFO neutron.db.l3_hamode_db [None req-c3a36549-d0c6-4cb5-8424-00a6b6a90de6 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 418/796] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/797] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:49.462 7 INFO neutron.services.segments.plugin [-] Segment ec8bc74d-6a88-4c20-a758-d299852544f8 resource provider aggregate not found 2026-06-25 23:34:49.474 7 INFO neutron.services.segments.plugin [-] Segment ec8bc74d-6a88-4c20-a758-d299852544f8 resource provider aggregate not found 2026-06-25 23:34:49.479 7 INFO neutron.services.segments.plugin [-] Segment ec8bc74d-6a88-4c20-a758-d299852544f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec8bc74d-6a88-4c20-a758-d299852544f8 found for delete ", "request_id": "req-d45f6e3e-c868-4fdd-86cf-30cbb428f9b3"}]} 2026-06-25 23:34:49.490 7 INFO neutron.services.segments.plugin [-] Segment ec8bc74d-6a88-4c20-a758-d299852544f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec8bc74d-6a88-4c20-a758-d299852544f8 found for delete ", "request_id": "req-9a15108b-360e-49f5-8870-c2f34a02c3ff"}]} [pid: 7|app: 0|req: 420/798] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:49 2026] DELETE /v2.0/security-groups/b168d735-be70-4dd5-bfcb-7b67cd8de8f2 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:49.794 7 INFO neutron.api.v2.resource [None req-f0e0f2e4-7705-437d-8abd-702e81a9e024 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 421/799] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:34:49 2026] GET /v2.0/security-groups/b168d735-be70-4dd5-bfcb-7b67cd8de8f2 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:49.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f1bfceb-fc1d-419d-ae29-88395d1aee70 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] TaaS: Handle Delete Port: 6b479b94-1df7-42d2-bb68-72ed5f0c62cb 2026-06-25 23:34:49.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f1bfceb-fc1d-419d-ae29-88395d1aee70 e1d9b1481307415b928e1b3f47f05122 f3a8fa9293b54225b3d01c225f8b96f5 - - default default] Tap Mirror: Handle Delete Port: 6b479b94-1df7-42d2-bb68-72ed5f0c62cb [pid: 7|app: 0|req: 422/800] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:34:49 2026] DELETE /v2.0/floatingips/2704457c-c17f-485f-aa23-96daa751f93b => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/801] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:34:48 2026] POST /v2.0/routers => generated 687 bytes in 2132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/802] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:34:50 2026] GET /v2.0/routers/85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 693 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/803] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:34:50 2026] GET /v2.0/routers => generated 696 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:50.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-91df5a4f-0a7a-4890-ac3d-9fca2c5cf8a8 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: d9e20685-f6a9-4a56-8ee9-acf4dab68ef1 2026-06-25 23:34:50.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91df5a4f-0a7a-4890-ac3d-9fca2c5cf8a8 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: d9e20685-f6a9-4a56-8ee9-acf4dab68ef1 [pid: 8|app: 0|req: 382/804] 10.0.0.179 () {34 vars in 741 bytes} [Thu Jun 25 23:34:50 2026] PUT /v2.0/routers/85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 700 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/805] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:50 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/806] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:50 2026] PUT /v2.0/routers/9945643d-3233-44c0-bedf-325b49fa4136/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/807] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 385/808] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/security-groups?id=a44a2464-c96b-45d8-814a-e1b820d77b9f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/809] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/routers/85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 700 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:51.209 7 INFO neutron_taas.services.taas.taas_plugin [req-809ac35b-ee43-423f-9a00-0d25a6e41aba req-6e4dd705-56cc-4c68-96be-03e8c4868028 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] TaaS: Handle Delete Port: 21bf5876-0e66-4a88-85d0-3b4da3fec39b 2026-06-25 23:34:51.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-809ac35b-ee43-423f-9a00-0d25a6e41aba req-6e4dd705-56cc-4c68-96be-03e8c4868028 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] Tap Mirror: Handle Delete Port: 21bf5876-0e66-4a88-85d0-3b4da3fec39b 2026-06-25 23:34:51.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d3c915b-61b2-46dc-b0b0-377b97981651 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 212e5813-1d3a-4fdb-91d4-66f77776e2f6 2026-06-25 23:34:51.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d3c915b-61b2-46dc-b0b0-377b97981651 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 212e5813-1d3a-4fdb-91d4-66f77776e2f6 2026-06-25 23:34:51.371 7 INFO neutron.db.l3_db [req-809ac35b-ee43-423f-9a00-0d25a6e41aba req-6e4dd705-56cc-4c68-96be-03e8c4868028 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] Floating IP 028c440f-fff8-4a0a-b8ce-bc02d83d6aee disassociated. External IP: 10.96.250.219, port: 21bf5876-0e66-4a88-85d0-3b4da3fec39b. 2026-06-25 23:34:51.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d3c915b-61b2-46dc-b0b0-377b97981651 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 27f7924c-f017-450a-9941-10ece16dfac2 2026-06-25 23:34:51.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d3c915b-61b2-46dc-b0b0-377b97981651 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 27f7924c-f017-450a-9941-10ece16dfac2 [pid: 7|app: 0|req: 425/810] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/ports/21bf5876-0e66-4a88-85d0-3b4da3fec39b => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/811] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:51 2026] GET /v2.0/ports?device_id=85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:51.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e99adeaf-1359-4d0f-acff-062e5873460e'] response: {'server_uuid': '53354d87-bb1a-40f9-9564-0d600a91bad1', 'name': 'network-vif-deleted', 'tag': '21bf5876-0e66-4a88-85d0-3b4da3fec39b', 'status': 'completed', 'code': 200} 2026-06-25 23:34:51.905 8 INFO neutron.services.segments.plugin [-] Segment 31043af8-072c-44e5-9862-f43fc3da9d0e resource provider aggregate not found 2026-06-25 23:34:51.911 8 INFO neutron.services.segments.plugin [-] Segment 31043af8-072c-44e5-9862-f43fc3da9d0e resource provider aggregate not found 2026-06-25 23:34:51.935 8 INFO neutron.services.segments.plugin [-] Segment 31043af8-072c-44e5-9862-f43fc3da9d0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31043af8-072c-44e5-9862-f43fc3da9d0e found for delete ", "request_id": "req-8e6200e9-ee11-4534-bd2a-c4898e02e07a"}]} 2026-06-25 23:34:51.944 8 INFO neutron.services.segments.plugin [-] Segment 31043af8-072c-44e5-9862-f43fc3da9d0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31043af8-072c-44e5-9862-f43fc3da9d0e found for delete ", "request_id": "req-7c74b490-de5b-45d3-ba81-9fd323de175e"}]} 2026-06-25 23:34:51.950 8 INFO neutron.db.l3_hamode_db [None req-6d3c915b-61b2-46dc-b0b0-377b97981651 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 54e6842b-2d11-4fa5-ab27-9d3fb841c9a4 was deleted as no HA routers are present in tenant f3a8fa9293b54225b3d01c225f8b96f5. [pid: 8|app: 0|req: 386/812] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/routers/9945643d-3233-44c0-bedf-325b49fa4136 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:52.049 7 INFO neutron_taas.services.taas.taas_plugin [None req-28ff5991-57ff-47d1-860a-58768edcddca 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 0115b5d0-1364-41c7-a265-c43b40045c75 2026-06-25 23:34:52.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ff5991-57ff-47d1-860a-58768edcddca 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 0115b5d0-1364-41c7-a265-c43b40045c75 [pid: 8|app: 0|req: 387/813] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/subnets/42ee164b-5c58-4049-8a2c-2a51e1606609 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/814] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:52.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1847b4f-1d52-43d3-80c7-87d62f4d5aef 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 85cd2833-7388-4fbc-a898-f69b398112fc 2026-06-25 23:34:52.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1847b4f-1d52-43d3-80c7-87d62f4d5aef 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 85cd2833-7388-4fbc-a898-f69b398112fc 2026-06-25 23:34:52.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-28ff5991-57ff-47d1-860a-58768edcddca 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] TaaS: Handle Delete Port: 6614988c-9c5a-44df-9837-f23ed843c5d9 2026-06-25 23:34:52.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ff5991-57ff-47d1-860a-58768edcddca 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] Tap Mirror: Handle Delete Port: 6614988c-9c5a-44df-9837-f23ed843c5d9 [pid: 8|app: 0|req: 389/815] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/networks/c7ff8a4d-9477-453e-b6ba-5262cb26c48a => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/816] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/security-groups?tenant_id=f3a8fa9293b54225b3d01c225f8b96f5&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:52.668 7 INFO neutron.services.segments.plugin [-] Segment 3fc3e352-33de-4b93-888b-9548ac1cb923 resource provider aggregate not found 2026-06-25 23:34:52.672 7 INFO neutron.services.segments.plugin [-] Segment 3fc3e352-33de-4b93-888b-9548ac1cb923 resource provider aggregate not found 2026-06-25 23:34:52.690 7 INFO neutron.services.segments.plugin [-] Segment 3fc3e352-33de-4b93-888b-9548ac1cb923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fc3e352-33de-4b93-888b-9548ac1cb923 found for delete ", "request_id": "req-5a9dcdf7-0ee7-40c1-8f82-34e7efe2d72a"}]} 2026-06-25 23:34:52.693 7 INFO neutron.services.segments.plugin [-] Segment 3fc3e352-33de-4b93-888b-9548ac1cb923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fc3e352-33de-4b93-888b-9548ac1cb923 found for delete ", "request_id": "req-ee03b3ba-883c-4404-ba20-b393c3f75793"}]} [pid: 8|app: 0|req: 391/817] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/security-groups/0d8bc0f9-87c3-4dcb-8687-a2a89cf37dd8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:52.711 7 INFO neutron.db.l3_hamode_db [None req-28ff5991-57ff-47d1-860a-58768edcddca 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] HA network f184baef-9765-4e1c-b9dd-731f4d619fdc was deleted as no HA routers are present in tenant 2aeb4db8ba8f4cbfbcdf77c699ab623b. [pid: 7|app: 0|req: 427/818] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:51 2026] DELETE /v2.0/routers/85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 0 bytes in 966 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/819] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/ports?device_id=85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:52.778 7 INFO neutron.api.v2.resource [None req-3b662d19-50a9-4fea-9774-835865c1bc70 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 428/820] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/routers/85473ea0-d030-4ad4-b22e-64e5074f28cf => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/821] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/ports?device_id=db4b7746-74f3-4a3f-8c86-a43adc6ce95e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:52.835 7 INFO neutron.api.v2.resource [None req-cc622247-dfb3-477a-b91f-74028dba3d25 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/822] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/routers/db4b7746-74f3-4a3f-8c86-a43adc6ce95e => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:52.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ddb4c5e-7d10-4484-b9ad-38b4b240e853 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/823] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/subnets/f437d297-70cd-4610-8518-be1346c62358 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/824] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/ports?device_id=75b73fc7-d319-4dd0-a111-853ef7595fd6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:52.912 8 INFO neutron.api.v2.resource [None req-5684813c-e3c5-461b-a7db-92feccc5dbde 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 395/825] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/routers/75b73fc7-d319-4dd0-a111-853ef7595fd6 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:52.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-526dbbef-70e5-41f8-870a-5c637a8622af 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 431/826] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/subnets/72aa1343-8b9e-45b3-876e-2adebbe7d0b8 => 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: 396/827] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:34:52 2026] GET /v2.0/ports?device_id=5b77b2e6-7174-4f8e-8997-47ca887149ff => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:34:52.985 7 INFO neutron.api.v2.resource [None req-d2917826-18e3-4982-a3a1-69ed136b8ad5 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/828] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/routers/5b77b2e6-7174-4f8e-8997-47ca887149ff => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:53.005 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d8c2250-6a45-4f95-be43-b9eb666265f7 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/829] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:52 2026] DELETE /v2.0/subnets/cb2fde68-9fc6-4ad9-92a2-72a29ed54c2e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:34:53.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10fbf42a-ab33-4ca9-a4fe-2bf3b482d0c5 9ec550bb8f0046aa8fd684f135aa120b 2aeb4db8ba8f4cbfbcdf77c699ab623b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 433/830] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:53 2026] DELETE /v2.0/subnets/301ff785-0f5a-4b80-ad5b-8581aa2a9fa1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/831] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:53 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 434/832] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:53 2026] GET /v2.0/security-groups?tenant_id=2aeb4db8ba8f4cbfbcdf77c699ab623b&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/833] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:53 2026] DELETE /v2.0/security-groups/230c04ea-6626-4b82-a552-8c0256ed1ea1 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:53.954 8 INFO neutron.services.segments.plugin [-] Segment fab40981-1613-4c35-b869-fb39e49f3f11 resource provider aggregate not found 2026-06-25 23:34:53.967 8 INFO neutron.services.segments.plugin [-] Segment fab40981-1613-4c35-b869-fb39e49f3f11 resource provider aggregate not found 2026-06-25 23:34:53.973 8 INFO neutron.services.segments.plugin [-] Segment fab40981-1613-4c35-b869-fb39e49f3f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab40981-1613-4c35-b869-fb39e49f3f11 found for delete ", "request_id": "req-0abecffd-10e1-46d7-862c-df2b8f144a03"}]} 2026-06-25 23:34:53.984 8 INFO neutron.services.segments.plugin [-] Segment fab40981-1613-4c35-b869-fb39e49f3f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab40981-1613-4c35-b869-fb39e49f3f11 found for delete ", "request_id": "req-1b9225d8-b431-4ef4-acf8-78e3cb31b312"}]} [pid: 7|app: 0|req: 435/834] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:54 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/835] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/ports?device_id=53354d87-bb1a-40f9-9564-0d600a91bad1 => 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: 401/836] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:55 2026] GET /v2.0/security-groups?tenant_id=59336153da314028b95fc12fad1568a7&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/837] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:34:55 2026] POST /v2.0/security-groups => generated 1625 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/838] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-groups => generated 4530 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/839] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/security-groups/8bcd21c8-bbba-4f06-84c9-de5334efc0ba => 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: 438/840] 10.0.0.179 () {34 vars in 758 bytes} [Thu Jun 25 23:34:56 2026] PUT /v2.0/security-groups/2135c02c-a03e-46ff-b94f-ab7757ffaf0b => generated 1663 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/841] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-groups/2135c02c-a03e-46ff-b94f-ab7757ffaf0b => generated 1663 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/842] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/security-groups/2135c02c-a03e-46ff-b94f-ab7757ffaf0b => 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: 404/843] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:34:56 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) 2026-06-25 23:34:56.415 7 INFO neutron.api.v2.resource [None req-b3aa0979-42d9-48a9-918f-5a9903c73120 cc6db1b6ee8845ebbcbc7d0581cb2e5b 03e8eca869c748c5acef03c8fd73468e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/844] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/security-groups/2135c02c-a03e-46ff-b94f-ab7757ffaf0b => 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: 405/845] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:34:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/846] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/847] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-group-rules/608e3b88-852a-4ac9-bf47-ab6c519c1605 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/848] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/security-groups/a44a2464-c96b-45d8-814a-e1b820d77b9f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:56.701 8 INFO neutron.api.v2.resource [None req-b46ff19c-73f2-4247-8f03-bbce526ee196 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 407/849] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-groups/a44a2464-c96b-45d8-814a-e1b820d77b9f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/850] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:56.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3264dd5-11bd-4fb7-8a99-9cf114c483e5 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] TaaS: Handle Delete Port: 1f33cbad-c55f-4257-817b-43acc82498ba 2026-06-25 23:34:56.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3264dd5-11bd-4fb7-8a99-9cf114c483e5 7463cb8f401c4d95a4aba6f0f0ca670a 0d4c9a1f39024d098ce9f0bdfe915321 - - default default] Tap Mirror: Handle Delete Port: 1f33cbad-c55f-4257-817b-43acc82498ba [pid: 7|app: 0|req: 444/851] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/security-group-rules/608e3b88-852a-4ac9-bf47-ab6c519c1605 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/852] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:34:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/853] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:34:56 2026] DELETE /v2.0/floatingips/028c440f-fff8-4a0a-b8ce-bc02d83d6aee => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/854] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/855] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-group-rules/82aef641-8cb7-47b7-8613-615ab1d68031 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/856] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/857] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:34:57 2026] DELETE /v2.0/security-group-rules/82aef641-8cb7-47b7-8613-615ab1d68031 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/858] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:34:57.255 7 INFO neutron.db.securitygroups_db [None req-225aaeac-f9ce-4b43-adf4-babd69e6f2b8 cc6db1b6ee8845ebbcbc7d0581cb2e5b 03e8eca869c748c5acef03c8fd73468e - - default default] Project 03e8eca869c748c5acef03c8fd73468e 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: 451/859] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:34:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/860] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-group-rules/1de42ee0-6aba-4c2c-a2f2-2995a62670e3 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:57.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-93f2015f-8e41-45d6-8d54-f8ff3839fe70 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: c0ea5d83-08d4-4ee6-b254-fd76371661eb 2026-06-25 23:34:57.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93f2015f-8e41-45d6-8d54-f8ff3839fe70 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: c0ea5d83-08d4-4ee6-b254-fd76371661eb [pid: 7|app: 0|req: 453/861] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/862] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:34:57 2026] DELETE /v2.0/security-group-rules/1de42ee0-6aba-4c2c-a2f2-2995a62670e3 => 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: 455/863] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/864] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:57 2026] DELETE /v2.0/security-groups/a78658a7-4917-48bd-9826-21ea20e2a966 => 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: 457/865] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/866] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:34:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/867] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:34:57 2026] PUT /v2.0/routers/484a5111-eb33-444c-9b5c-3853342033fa/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:34:58.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-943c16b2-2e5e-4a5d-9ec0-5d7acd4b322b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 2dc3c5b8-b772-4dcc-805b-22167d782980 2026-06-25 23:34:58.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-943c16b2-2e5e-4a5d-9ec0-5d7acd4b322b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 2dc3c5b8-b772-4dcc-805b-22167d782980 2026-06-25 23:34:58.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-943c16b2-2e5e-4a5d-9ec0-5d7acd4b322b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 2decf025-5b50-4118-8184-1bbc49ff5350 2026-06-25 23:34:58.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-943c16b2-2e5e-4a5d-9ec0-5d7acd4b322b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 2decf025-5b50-4118-8184-1bbc49ff5350 [pid: 8|app: 0|req: 410/868] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:58 2026] GET /v2.0/security-groups?tenant_id=03e8eca869c748c5acef03c8fd73468e&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: 411/869] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:58 2026] DELETE /v2.0/security-groups/02c3443e-92fe-4333-94a7-50d1d1c041a4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:34:58.716 7 INFO neutron.services.segments.plugin [-] Segment 3f5ec672-a9cc-410d-b033-dc20af657025 resource provider aggregate not found 2026-06-25 23:34:58.725 7 INFO neutron.services.segments.plugin [-] Segment 3f5ec672-a9cc-410d-b033-dc20af657025 resource provider aggregate not found 2026-06-25 23:34:58.742 7 INFO neutron.services.segments.plugin [-] Segment 3f5ec672-a9cc-410d-b033-dc20af657025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f5ec672-a9cc-410d-b033-dc20af657025 found for delete ", "request_id": "req-78c497fe-3499-4b5f-a143-ff7700aec368"}]} 2026-06-25 23:34:58.747 7 INFO neutron.services.segments.plugin [-] Segment 3f5ec672-a9cc-410d-b033-dc20af657025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f5ec672-a9cc-410d-b033-dc20af657025 found for delete ", "request_id": "req-3ee4a9eb-8fab-49f9-8298-b216662df972"}]} 2026-06-25 23:34:58.753 7 INFO neutron.db.l3_hamode_db [None req-943c16b2-2e5e-4a5d-9ec0-5d7acd4b322b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network f4a70158-ea9e-4d7b-a007-ba3c625d26cb was deleted as no HA routers are present in tenant 0d4c9a1f39024d098ce9f0bdfe915321. [pid: 7|app: 0|req: 459/870] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:57 2026] DELETE /v2.0/routers/484a5111-eb33-444c-9b5c-3853342033fa => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/871] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:34:58 2026] DELETE /v2.0/subnets/8a448e77-399e-45fe-9574-7eeafa06984d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:34:59.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2c47bfe-df1a-4f86-a98c-c5535f4791ea 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: af90ea76-bad7-4245-a7f3-7311533868a7 2026-06-25 23:34:59.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2c47bfe-df1a-4f86-a98c-c5535f4791ea 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: af90ea76-bad7-4245-a7f3-7311533868a7 [pid: 7|app: 0|req: 460/872] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:34:58 2026] DELETE /v2.0/networks/0cfd7cab-f043-485d-a6ec-9a849add3f8f => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/875] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:59 2026] GET /v2.0/security-groups?tenant_id=0d4c9a1f39024d098ce9f0bdfe915321&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/876] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:34:59 2026] DELETE /v2.0/security-groups/5d8f4e56-3c4a-41f7-b152-9a200c3a3257 => 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: 463/877] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:34:59 2026] GET /v2.0/security-groups?tenant_id=ff10890c35c340f4a20c54307e0766d0&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/878] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:00 2026] DELETE /v2.0/security-groups/1fd5e3bd-5148-47a7-aab8-39534851bcb5 => 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: 464/879] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:00 2026] GET /v2.0/security-groups?tenant_id=8287cd56c8344400be664a5aec5c2272&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/880] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:00 2026] DELETE /v2.0/security-groups/92dc4932-9751-4681-b532-38bea5eba644 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:00.772 7 INFO neutron.services.segments.plugin [-] Segment 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c resource provider aggregate not found 2026-06-25 23:35:00.776 7 INFO neutron.services.segments.plugin [-] Segment 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c resource provider aggregate not found 2026-06-25 23:35:00.793 7 INFO neutron.services.segments.plugin [-] Segment 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c found for delete ", "request_id": "req-c9c89a4a-dd1b-49fb-86d7-3be030e35fd1"}]} 2026-06-25 23:35:00.797 7 INFO neutron.services.segments.plugin [-] Segment 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02860fc5-1f5b-4c4d-b462-ae89cdc09f2c found for delete ", "request_id": "req-d22f9729-4a31-4bcf-9c0f-c8c1e2d997dc"}]} [pid: 7|app: 0|req: 465/881] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:35:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/882] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/security-groups => generated 4529 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/883] 10.0.0.179 () {34 vars in 758 bytes} [Thu Jun 25 23:35:01 2026] PUT /v2.0/security-groups/26efa1db-6dfd-4a2e-aa62-16ab7283283c => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/884] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/security-groups/26efa1db-6dfd-4a2e-aa62-16ab7283283c => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/885] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:01 2026] DELETE /v2.0/security-groups/26efa1db-6dfd-4a2e-aa62-16ab7283283c => 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: 419/886] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:01.388 7 INFO neutron.api.v2.resource [None req-ba45b28f-ac73-4dae-8662-8f6c72840fa5 3b5530511bbf4827b683ad098da7476f aaa650d2d19040519e6edc5e6495fa7d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 468/887] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:01 2026] DELETE /v2.0/security-groups/26efa1db-6dfd-4a2e-aa62-16ab7283283c => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/888] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:35:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/889] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/890] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/security-group-rules/eb8dc063-26be-4c8c-82e8-a4a888def061 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/891] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:35:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:01.837 7 INFO neutron.db.segments_db [None req-f241164e-c994-4e0b-83a8-34ad99365c5f 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment ed9252fc-0763-494c-8016-df7a39b52e85 of type vxlan for network 18433386-10ac-4e7e-8006-99541f8018fa [pid: 8|app: 0|req: 424/892] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:35:01 2026] DELETE /v2.0/security-group-rules/eb8dc063-26be-4c8c-82e8-a4a888def061 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/893] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:35:01 2026] POST /v2.0/networks => generated 738 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/894] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:35:01 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: 426/895] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/896] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-group-rules/7d5f3a41-d7f2-468e-ba47-1e1f0ab51bcd => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/897] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/898] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:01 2026] POST /v2.0/subnets => generated 685 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:02.175 7 INFO neutron.db.segments_db [None req-0abfe59f-4222-41d8-b5cc-88f5fa2895ce 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 48600f5a-6b2a-4b85-9685-0674f62b7e88 of type vxlan for network 1497fdcc-3b36-487d-bdfc-a8ee74fcaec3 [pid: 8|app: 0|req: 429/899] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:35:02 2026] DELETE /v2.0/security-group-rules/7d5f3a41-d7f2-468e-ba47-1e1f0ab51bcd => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/900] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/901] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:02 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: 8|app: 0|req: 432/902] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-group-rules/4d141a4e-1f24-4201-8cad-8e90a6b166a0 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:02.429 7 INFO neutron.db.l3_hamode_db [None req-0abfe59f-4222-41d8-b5cc-88f5fa2895ce 83dc20df1dac47ed86a52b9bb2f4c84a fb442adacd76484fa0f3be8fbbd5e32b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 433/903] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/904] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:35:02 2026] DELETE /v2.0/security-group-rules/4d141a4e-1f24-4201-8cad-8e90a6b166a0 => 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: 435/905] 10.0.0.179 () {32 vars in 673 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/906] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:02 2026] DELETE /v2.0/security-groups/a9bf73d6-0f46-48d8-91a7-189c5fdb7157 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/907] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/908] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:35:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:03.168 7 INFO neutron.db.l3_hamode_db [None req-0abfe59f-4222-41d8-b5cc-88f5fa2895ce 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 439/909] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:03 2026] GET /v2.0/security-groups?tenant_id=aaa650d2d19040519e6edc5e6495fa7d&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/910] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:03 2026] DELETE /v2.0/security-groups/6df8af9b-4769-40bb-a776-c53bb03fd81f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/911] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:02 2026] POST /v2.0/routers => generated 725 bytes in 2125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/912] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:04 2026] GET /v2.0/security-groups?tenant_id=d489645b896e45dea169c626d5d5606d&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/913] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:05 2026] DELETE /v2.0/security-groups/2b3ab8cc-55d6-436c-b03a-b60f6b63c70b => 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: 441/914] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:04 2026] PUT /v2.0/routers/e84756a0-78fe-4992-9007-11ab54cac643/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/915] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/security-groups?tenant_id=bdfa6bffde2e466891b7a075a33c6592&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/916] 10.0.0.179 () {32 vars in 623 bytes} [Thu Jun 25 23:35:05 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/917] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:05 2026] DELETE /v2.0/security-groups/0bc40511-44ff-4c1d-a4bd-c88bf47da516 => 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: 476/918] 10.0.0.179 () {32 vars in 633 bytes} [Thu Jun 25 23:35:05 2026] GET /v2.0/ => generated 632 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/919] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:35:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/920] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/921] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/922] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:06 2026] GET /v2.0/security-groups?tenant_id=cd61964e03f840c8af337d090467c848&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/923] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:06 2026] DELETE /v2.0/security-groups/c55e422a-d7d9-454a-b5d8-aa73e6e16f8e => 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: 446/924] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:35:06 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/925] 10.0.0.211 () {34 vars in 1100 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1177668140&fields=id&tenant_id=fb442adacd76484fa0f3be8fbbd5e32b => 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: 447/926] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/networks?id=18433386-10ac-4e7e-8006-99541f8018fa => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/927] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/quotas/fb442adacd76484fa0f3be8fbbd5e32b => 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: 448/928] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/ports?tenant_id=fb442adacd76484fa0f3be8fbbd5e32b&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/929] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/930] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:35:07 2026] GET /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa?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: 482/931] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:08 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 450/932] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:09 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 483/933] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 451/934] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:10 2026] GET /v2.0/security-groups?tenant_id=34b32c29ce014f70a186961a56ab1fab&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: 484/935] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:10 2026] DELETE /v2.0/security-groups/e4e45731-36d9-4230-9122-b05161ede3fd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/936] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:11 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 485/937] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/security-groups?tenant_id=c2bf195d9b974dee9cfdb01199ee877d&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/938] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:12 2026] DELETE /v2.0/security-groups/24da8865-d1e8-4e10-bed7-8b5d649bfb98 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/939] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 454/940] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/networks?id=18433386-10ac-4e7e-8006-99541f8018fa => generated 670 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/941] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fb442adacd76484fa0f3be8fbbd5e32b => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/942] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:12 2026] GET /v2.0/security-groups?tenant_id=844876ad755d4316b27186b60ca7d697&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/943] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:12 2026] DELETE /v2.0/security-groups/76125bd4-c720-4e42-9005-5d1bc51f10bb => 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: 488/944] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:35:12 2026] POST /v2.0/ports => generated 954 bytes in 427 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: 457/945] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:13 2026] PUT /v2.0/ports/d2696feb-35be-43e3-8a62-124ab0a1f7de => generated 1235 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:13.592 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59432d85-6142-4b03-91a1-c1e7ddfdc43d'] response: {'name': 'network-changed', 'server_uuid': '5b5842f3-a7fd-47f9-9878-dfcd824852ec', 'tag': 'd2696feb-35be-43e3-8a62-124ab0a1f7de', '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: 489/946] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/security-groups?tenant_id=cbc2da24327946438c4f5fbb72cfaf21&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/947] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/948] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:13 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/949] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:13 2026] DELETE /v2.0/security-groups/dd4f39ad-73e9-47f3-a5e3-acef3cb77719 => 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: 460/950] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:14 2026] GET /v2.0/ports?tenant_id=fb442adacd76484fa0f3be8fbbd5e32b&device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 491/951] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:35:14 2026] GET /v2.0/networks?tenant_id=fb442adacd76484fa0f3be8fbbd5e32b&shared=False => generated 766 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/952] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:35:14 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: 493/955] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:14 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 463/956] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:14 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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: 494/957] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/ports?tenant_id=fb442adacd76484fa0f3be8fbbd5e32b&device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/958] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d2696feb-35be-43e3-8a62-124ab0a1f7de => 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: 495/959] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/subnets?id=8bbe305f-de6d-4899-ae19-524e6862f077 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/960] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/ports?network_id=18433386-10ac-4e7e-8006-99541f8018fa&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: 496/961] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/962] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa?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-25 23:35:15.953 7 INFO neutron.db.segments_db [None req-c641342b-f796-4d46-9fc3-cb6a6ddd26c3 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f of type vxlan for network cc73d529-0b3a-4966-86fc-0a1bb5111fd0 [pid: 8|app: 0|req: 467/963] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:15 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/964] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:35:15 2026] POST /v2.0/networks => generated 740 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/965] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:16 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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: 498/966] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:16 2026] POST /v2.0/subnets => generated 687 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:16.298 8 INFO neutron.db.segments_db [None req-1d94b458-0f02-476e-a160-56ab2b486c3c 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment f3852925-9f51-40ed-843a-22304ceac7fb of type vxlan for network e68cea5f-f779-449f-ade6-8ce390071170 2026-06-25 23:35:16.549 8 INFO neutron.db.l3_hamode_db [None req-1d94b458-0f02-476e-a160-56ab2b486c3c 83dc20df1dac47ed86a52b9bb2f4c84a 8ec45160bff6411d842bcdb1c6ab5992 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 499/967] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:17 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/968] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:17 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:17.339 8 INFO neutron.db.l3_hamode_db [None req-1d94b458-0f02-476e-a160-56ab2b486c3c 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 501/969] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:17 2026] GET /v2.0/security-groups?tenant_id=21af67660a6a44aabfb30679deb04c64&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/970] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:18 2026] DELETE /v2.0/security-groups/9b753068-e53a-4189-844f-af541455aeca => 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: 469/971] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:16 2026] POST /v2.0/routers => generated 727 bytes in 2050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/972] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:18 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/973] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:18 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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: 503/974] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:18 2026] PUT /v2.0/routers/32692053-4d06-41ca-9957-5d61d10ac2ef/add_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/975] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:19 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/976] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:19 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:20.328 8 INFO neutron.db.segments_db [None req-c10b30c9-c0d3-4b16-92ad-dcdacd3f3c28 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Added segment e97a5987-8bb6-4247-a265-414654b82fe1 of type vxlan for network 1ef2624c-b228-4ee1-aebc-8b5b59228f9c [pid: 8|app: 0|req: 473/977] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:20 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) [pid: 7|app: 0|req: 505/978] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:35:20 2026] POST /v2.0/ports => generated 774 bytes in 378 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-25 23:35:20.890 7 INFO neutron.db.segments_db [None req-5ffab8ec-86c9-47b3-94d4-af049f91186c 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Added segment d5b6b214-8940-4252-a8e9-0e335acbed08 of type vxlan for network 136f832f-6e55-4c68-a644-ec2bda2b2244 [pid: 7|app: 0|req: 506/979] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:20 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/980] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:20 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/981] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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: 507/982] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:21 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/983] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:21 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/984] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:35:21 2026] POST /v2.0/ports => generated 954 bytes in 442 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-25 23:35:21.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a09d272-bc0d-49a7-8326-ed237e767ec8 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] TaaS: Handle Delete Port: 2325c0e2-4de1-4019-9ab8-3851e9161a2d 2026-06-25 23:35:21.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a09d272-bc0d-49a7-8326-ed237e767ec8 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Tap Mirror: Handle Delete Port: 2325c0e2-4de1-4019-9ab8-3851e9161a2d 2026-06-25 23:35:21.860 7 INFO neutron.db.l3_db [None req-b86675d3-0352-4afa-88c1-2fe1a5d7bbd1 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] Floating IP 06e83fe5-ceac-4276-bff1-c1757d7e4b4a associated. External IP: 10.96.250.211, port: d2696feb-35be-43e3-8a62-124ab0a1f7de. [pid: 8|app: 0|req: 477/985] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:35:21 2026] DELETE /v2.0/ports/2325c0e2-4de1-4019-9ab8-3851e9161a2d => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/986] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/networks?id=cc73d529-0b3a-4966-86fc-0a1bb5111fd0 => generated 672 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:22.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c31dc3e-2f26-41bc-a37f-65030884e4e4 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/987] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/ports/2325c0e2-4de1-4019-9ab8-3851e9161a2d => 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: 480/988] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/quotas/8ec45160bff6411d842bcdb1c6ab5992 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:22.121 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6f627a0-fc87-44a1-8143-dc79454aec05 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 481/989] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports/2325c0e2-4de1-4019-9ab8-3851e9161a2d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/990] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports?tenant_id=8ec45160bff6411d842bcdb1c6ab5992&fields=id => generated 103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/991] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:35:21 2026] PUT /v2.0/floatingips/06e83fe5-ceac-4276-bff1-c1757d7e4b4a => generated 855 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/992] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/networks/cc73d529-0b3a-4966-86fc-0a1bb5111fd0?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/993] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 483/994] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/subnets/eb9fd179-afef-4981-ad52-f2c8634a2d7d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/995] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/networks/cc73d529-0b3a-4966-86fc-0a1bb5111fd0?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: 513/996] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:22.408 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-00081d6c-e733-445a-a051-b1ab6fdafd44'] response: {'name': 'network-changed', 'server_uuid': '5b5842f3-a7fd-47f9-9878-dfcd824852ec', 'tag': 'd2696feb-35be-43e3-8a62-124ab0a1f7de', 'status': 'completed', 'code': 200} 2026-06-25 23:35:22.437 8 INFO neutron.services.segments.plugin [-] Segment d5b6b214-8940-4252-a8e9-0e335acbed08 resource provider aggregate not found 2026-06-25 23:35:22.443 8 INFO neutron.services.segments.plugin [-] Segment d5b6b214-8940-4252-a8e9-0e335acbed08 resource provider aggregate not found 2026-06-25 23:35:22.459 8 INFO neutron.services.segments.plugin [-] Segment d5b6b214-8940-4252-a8e9-0e335acbed08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b6b214-8940-4252-a8e9-0e335acbed08 found for delete ", "request_id": "req-017b0ba3-f2f7-4487-b8c3-5a7877d15fcc"}]} 2026-06-25 23:35:22.467 8 INFO neutron.services.segments.plugin [-] Segment d5b6b214-8940-4252-a8e9-0e335acbed08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b6b214-8940-4252-a8e9-0e335acbed08 found for delete ", "request_id": "req-df6f91eb-4249-4d97-a732-7e20ae3cd07b"}]} [pid: 8|app: 0|req: 484/997] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:22 2026] DELETE /v2.0/networks/136f832f-6e55-4c68-a644-ec2bda2b2244 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/998] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:22.549 8 INFO neutron.db.segments_db [None req-7adbc1a1-0484-4228-8da2-1262e1ce43b2 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Added segment 70a7fc23-efa8-4605-865b-ee96d3003432 of type vxlan for network 35629b3c-43d1-4417-b8d8-8e9d7994339d [pid: 8|app: 0|req: 485/999] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:22 2026] POST /v2.0/networks => generated 632 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1000] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 516/1001] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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: 486/1002] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:22 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1003] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/ports?tenant_id=fb442adacd76484fa0f3be8fbbd5e32b&device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 518/1004] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:22 2026] GET /v2.0/networks?id=18433386-10ac-4e7e-8006-99541f8018fa => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1005] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d2696feb-35be-43e3-8a62-124ab0a1f7de => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1006] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/subnets?id=8bbe305f-de6d-4899-ae19-524e6862f077 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1007] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/ports?network_id=18433386-10ac-4e7e-8006-99541f8018fa&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: 522/1008] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa?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: 523/1009] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa?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: 487/1010] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:35:22 2026] POST /v2.0/ports => generated 911 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:23.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-385058bf-21b3-43fa-97bf-7ac77227daf4 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] TaaS: Handle Delete Port: be66b308-b2c6-4db2-af95-951ae746d081 2026-06-25 23:35:23.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-385058bf-21b3-43fa-97bf-7ac77227daf4 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Tap Mirror: Handle Delete Port: be66b308-b2c6-4db2-af95-951ae746d081 [pid: 8|app: 0|req: 488/1011] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => 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: 524/1012] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:35:23 2026] DELETE /v2.0/ports/be66b308-b2c6-4db2-af95-951ae746d081 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:23.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5122a374-c477-428a-92ad-27f6a25a38a8 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 489/1013] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/ports/be66b308-b2c6-4db2-af95-951ae746d081 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1014] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1015] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:23 2026] DELETE /v2.0/subnets/041b9b97-d0e8-4a51-986f-c0daafc194f1 => 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: 491/1016] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:23 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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-25 23:35:24.007 7 INFO neutron.services.segments.plugin [-] Segment 70a7fc23-efa8-4605-865b-ee96d3003432 resource provider aggregate not found 2026-06-25 23:35:24.011 7 INFO neutron.services.segments.plugin [-] Segment 70a7fc23-efa8-4605-865b-ee96d3003432 resource provider aggregate not found 2026-06-25 23:35:24.030 7 INFO neutron.services.segments.plugin [-] Segment 70a7fc23-efa8-4605-865b-ee96d3003432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a7fc23-efa8-4605-865b-ee96d3003432 found for delete ", "request_id": "req-8a364620-ef39-42e2-98ba-7c6590e0ef72"}]} 2026-06-25 23:35:24.032 7 INFO neutron.services.segments.plugin [-] Segment 70a7fc23-efa8-4605-865b-ee96d3003432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a7fc23-efa8-4605-865b-ee96d3003432 found for delete ", "request_id": "req-9a55405c-9674-4aff-9a7e-98a2e7d75870"}]} [pid: 7|app: 0|req: 526/1017] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:23 2026] DELETE /v2.0/networks/35629b3c-43d1-4417-b8d8-8e9d7994339d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1018] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:35:24 2026] POST /v2.0/ports => generated 775 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1019] 10.0.0.179 () {34 vars in 737 bytes} [Thu Jun 25 23:35:24 2026] PUT /v2.0/ports/0da09979-8d56-4a91-ba9f-4752d517de5e => generated 752 bytes in 189 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 528/1020] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:24 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:24.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad4e5f78-a74c-49b9-a4a2-9ed138ee6f75 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] TaaS: Handle Delete Port: 0da09979-8d56-4a91-ba9f-4752d517de5e 2026-06-25 23:35:24.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad4e5f78-a74c-49b9-a4a2-9ed138ee6f75 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Tap Mirror: Handle Delete Port: 0da09979-8d56-4a91-ba9f-4752d517de5e [pid: 8|app: 0|req: 493/1021] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:35:24 2026] DELETE /v2.0/ports/0da09979-8d56-4a91-ba9f-4752d517de5e => 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: 529/1022] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:35:24 2026] GET /v2.0/ports => generated 777 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:24.974 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62a91324-64ee-4528-b003-174ebcb87385 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 494/1023] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:24 2026] GET /v2.0/ports/0da09979-8d56-4a91-ba9f-4752d517de5e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1024] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:35:24 2026] GET /v2.0/ports => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1025] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:24 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1026] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/security-groups?id=b796c835-12c9-4f63-8b0a-ee70b7597b85&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: 496/1027] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/ports/65241a21-3a14-473b-9142-32a6f9c7e95c => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:25.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34a9d878-1fd6-4cc7-a01a-cb84d79fad81 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1028] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/ports/be66b308-b2c6-4db2-af95-951ae746d081 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:25.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dacdf8e-1630-4c93-9e3a-07ca58bdd347 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 497/1029] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/subnets/041b9b97-d0e8-4a51-986f-c0daafc194f1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:25.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba805bba-0f1a-4e13-93c6-975f2b5e8fab 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1030] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/subnets/eb9fd179-afef-4981-ad52-f2c8634a2d7d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:25.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f80622c-e7a6-4b83-9dc2-473efe2bce4e 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] TaaS: Handle Delete Port: 65241a21-3a14-473b-9142-32a6f9c7e95c 2026-06-25 23:35:25.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f80622c-e7a6-4b83-9dc2-473efe2bce4e 2b811d6c91744ce1b0884a7b16e332b3 d00a5adedb854794bc2a1aa6e347e500 - - default default] Tap Mirror: Handle Delete Port: 65241a21-3a14-473b-9142-32a6f9c7e95c [pid: 7|app: 0|req: 534/1031] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1032] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/ports/65241a21-3a14-473b-9142-32a6f9c7e95c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:25.381 7 INFO neutron_taas.services.taas.taas_plugin [req-6a8a96a9-8b68-4da0-9a59-996e79d70d87 req-fdef8469-c059-4e53-9ff3-41b7353b085e 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] TaaS: Handle Delete Port: d2696feb-35be-43e3-8a62-124ab0a1f7de 2026-06-25 23:35:25.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a8a96a9-8b68-4da0-9a59-996e79d70d87 req-fdef8469-c059-4e53-9ff3-41b7353b085e 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] Tap Mirror: Handle Delete Port: d2696feb-35be-43e3-8a62-124ab0a1f7de 2026-06-25 23:35:25.444 8 INFO neutron.services.segments.plugin [-] Segment e97a5987-8bb6-4247-a265-414654b82fe1 resource provider aggregate not found 2026-06-25 23:35:25.445 8 INFO neutron.services.segments.plugin [-] Segment e97a5987-8bb6-4247-a265-414654b82fe1 resource provider aggregate not found 2026-06-25 23:35:25.469 8 INFO neutron.services.segments.plugin [-] Segment e97a5987-8bb6-4247-a265-414654b82fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e97a5987-8bb6-4247-a265-414654b82fe1 found for delete ", "request_id": "req-060644ff-6e26-4513-8803-db33be785ec4"}]} 2026-06-25 23:35:25.473 8 INFO neutron.services.segments.plugin [-] Segment e97a5987-8bb6-4247-a265-414654b82fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e97a5987-8bb6-4247-a265-414654b82fe1 found for delete ", "request_id": "req-f42dfa01-3519-4433-9a74-10f8e1b0eb0a"}]} [pid: 8|app: 0|req: 499/1033] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/networks/1ef2624c-b228-4ee1-aebc-8b5b59228f9c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:25.501 7 INFO neutron.db.l3_db [req-6a8a96a9-8b68-4da0-9a59-996e79d70d87 req-fdef8469-c059-4e53-9ff3-41b7353b085e 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] Floating IP 06e83fe5-ceac-4276-bff1-c1757d7e4b4a disassociated. External IP: 10.96.250.211, port: d2696feb-35be-43e3-8a62-124ab0a1f7de. [pid: 8|app: 0|req: 500/1034] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => 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: 501/1035] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:25 2026] GET /v2.0/security-groups?tenant_id=d00a5adedb854794bc2a1aa6e347e500&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1036] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:26 2026] DELETE /v2.0/security-groups/496b0de2-42aa-4b20-b767-b7e699dd5924 => 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: 503/1037] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 535/1038] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:35:25 2026] DELETE /v2.0/ports/d2696feb-35be-43e3-8a62-124ab0a1f7de => generated 0 bytes in 998 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:26.324 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-587bb370-709c-4929-b043-7c98bf8b0090'] response: {'server_uuid': '5b5842f3-a7fd-47f9-9878-dfcd824852ec', 'name': 'network-vif-deleted', 'tag': 'd2696feb-35be-43e3-8a62-124ab0a1f7de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/1039] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/networks?id=cc73d529-0b3a-4966-86fc-0a1bb5111fd0 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1040] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:26 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => 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: 506/1041] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1240 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1042] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 536/1043] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:35:26 2026] POST /v2.0/ports => generated 954 bytes in 414 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: 537/1044] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 508/1045] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:27 2026] PUT /v2.0/ports/304af31b-cea9-4bb9-b131-4d566cad7584 => generated 1235 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:27.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e564e07-7ec1-4737-a193-45d9b7655748'] response: {'name': 'network-changed', 'server_uuid': '7a63b86a-6c01-41e5-a692-c30da71dcccf', 'tag': '304af31b-cea9-4bb9-b131-4d566cad7584', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 538/1046] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1047] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:27 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:35:28.297 8 INFO neutron.db.segments_db [None req-469ffa16-185c-437f-90de-8a37157d5199 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment 10e23da4-9075-43a1-9f02-d123802dd682 of type vxlan for network 231df323-68a5-4e4b-9a1e-832d5c02c2c2 [pid: 8|app: 0|req: 509/1048] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:27 2026] POST /v2.0/networks => generated 634 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1049] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:28 2026] GET /v2.0/ports?tenant_id=8ec45160bff6411d842bcdb1c6ab5992&device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:28.441 8 INFO neutron.db.segments_db [None req-bf64bba4-6b04-4b3b-8a05-14d9d7b7bcda 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment d86bc6cc-7581-4308-8bc4-7c849c87d05e of type vxlan for network d3e10f23-3023-46f1-9200-609af47c5d70 [pid: 7|app: 0|req: 541/1050] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:35:28 2026] GET /v2.0/networks?tenant_id=8ec45160bff6411d842bcdb1c6ab5992&shared=False => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1051] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:28 2026] GET /v2.0/ports?device_id=5b5842f3-a7fd-47f9-9878-dfcd824852ec => 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: 543/1052] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:35:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1053] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:28 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1054] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:28 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1055] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:28 2026] POST /v2.0/subnets => generated 655 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:29.110 7 INFO neutron.db.segments_db [None req-9a2f45a5-836b-4028-8c6e-cd4b2fa8478c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment 9ec954df-0bce-4a16-9aa1-a40aef596850 of type vxlan for network bfeb0878-78a4-4555-9b07-7be7b680d130 [pid: 8|app: 0|req: 512/1056] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1057] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&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-25 23:35:29.372 7 INFO neutron.db.l3_hamode_db [None req-9a2f45a5-836b-4028-8c6e-cd4b2fa8478c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:29.505 7 INFO neutron.db.l3_hamode_db [None req-9a2f45a5-836b-4028-8c6e-cd4b2fa8478c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 516/1060] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/ports?tenant_id=8ec45160bff6411d842bcdb1c6ab5992&device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1061] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:29 2026] DELETE /v2.0/security-groups/b796c835-12c9-4f63-8b0a-ee70b7597b85 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1062] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=304af31b-cea9-4bb9-b131-4d566cad7584 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:29.683 8 INFO neutron.api.v2.resource [None req-7859d9c5-1d60-4a6b-b858-dab523e7709a 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1063] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/security-groups/b796c835-12c9-4f63-8b0a-ee70b7597b85 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1064] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:29 2026] GET /v2.0/subnets?id=0808649f-d747-4774-825f-b90b31ee3ad2 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:29.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-98d69b65-c015-4362-a0d7-4f78b792fb2f 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] TaaS: Handle Delete Port: 73c36d61-73de-4bf7-a429-16898df7c8e0 2026-06-25 23:35:29.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d69b65-c015-4362-a0d7-4f78b792fb2f 204eb09639c347b6b5978c2885c83dee fb442adacd76484fa0f3be8fbbd5e32b - - default default] Tap Mirror: Handle Delete Port: 73c36d61-73de-4bf7-a429-16898df7c8e0 [pid: 8|app: 0|req: 521/1065] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:35:29 2026] DELETE /v2.0/floatingips/06e83fe5-ceac-4276-bff1-c1757d7e4b4a => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1066] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/ports?network_id=cc73d529-0b3a-4966-86fc-0a1bb5111fd0&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1067] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:29 2026] POST /v2.0/routers => generated 510 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1068] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:30 2026] GET /v2.0/networks/cc73d529-0b3a-4966-86fc-0a1bb5111fd0?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:30.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bce3110-7335-4884-b7fe-0c80257ef8ce 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 472f2bf4-a875-47ab-ac4f-309a099871d0 2026-06-25 23:35:30.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bce3110-7335-4884-b7fe-0c80257ef8ce 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 472f2bf4-a875-47ab-ac4f-309a099871d0 [pid: 8|app: 0|req: 523/1069] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:30 2026] PUT /v2.0/routers/e84756a0-78fe-4992-9007-11ab54cac643/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1070] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/networks/cc73d529-0b3a-4966-86fc-0a1bb5111fd0?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: 547/1071] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:30 2026] PUT /v2.0/routers/03b547a8-c02b-4f3d-9601-0c0c79f7de1f/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1072] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1073] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/ports/5ec1ac3c-a54e-41fa-b9be-aa90e7012a8a => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1074] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:31 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&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-25 23:35:31.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-49bd5c54-c603-48f9-bb16-0868ff6bb3e6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 92d5bab6-1918-478e-924c-2ce62be356ce 2026-06-25 23:35:31.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49bd5c54-c603-48f9-bb16-0868ff6bb3e6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 92d5bab6-1918-478e-924c-2ce62be356ce 2026-06-25 23:35:31.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-49bd5c54-c603-48f9-bb16-0868ff6bb3e6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: b5e17e06-25a6-4138-90ae-66bfc4a1f963 2026-06-25 23:35:31.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49bd5c54-c603-48f9-bb16-0868ff6bb3e6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: b5e17e06-25a6-4138-90ae-66bfc4a1f963 2026-06-25 23:35:31.998 7 INFO neutron.services.segments.plugin [-] Segment 48600f5a-6b2a-4b85-9685-0674f62b7e88 resource provider aggregate not found 2026-06-25 23:35:32.003 7 INFO neutron.services.segments.plugin [-] Segment 48600f5a-6b2a-4b85-9685-0674f62b7e88 resource provider aggregate not found 2026-06-25 23:35:32.023 7 INFO neutron.services.segments.plugin [-] Segment 48600f5a-6b2a-4b85-9685-0674f62b7e88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48600f5a-6b2a-4b85-9685-0674f62b7e88 found for delete ", "request_id": "req-c3447c72-a134-4a8d-ab8f-2205eec904c0"}]} 2026-06-25 23:35:32.024 7 INFO neutron.services.segments.plugin [-] Segment 48600f5a-6b2a-4b85-9685-0674f62b7e88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48600f5a-6b2a-4b85-9685-0674f62b7e88 found for delete ", "request_id": "req-26d8f129-43aa-445b-8993-a88b09a15e35"}]} 2026-06-25 23:35:32.033 7 INFO neutron.db.l3_hamode_db [None req-49bd5c54-c603-48f9-bb16-0868ff6bb3e6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 1497fdcc-3b36-487d-bdfc-a8ee74fcaec3 was deleted as no HA routers are present in tenant fb442adacd76484fa0f3be8fbbd5e32b. [pid: 7|app: 0|req: 548/1075] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:31 2026] DELETE /v2.0/routers/e84756a0-78fe-4992-9007-11ab54cac643 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1076] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:32 2026] DELETE /v2.0/subnets/8bbe305f-de6d-4899-ae19-524e6862f077 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:32.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-e21fcf07-7c78-426e-83e5-0cb61a0c541a 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: c9df9286-72b0-428e-96d9-eafc1e358d46 2026-06-25 23:35:32.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e21fcf07-7c78-426e-83e5-0cb61a0c541a 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: c9df9286-72b0-428e-96d9-eafc1e358d46 [pid: 8|app: 0|req: 528/1077] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:31 2026] PUT /v2.0/routers/03b547a8-c02b-4f3d-9601-0c0c79f7de1f/add_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1078] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:32 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1079] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:32 2026] GET /v2.0/ports/9876d7ea-414f-4ed2-bd17-9357b7b77e65 => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1080] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:32 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1081] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:32 2026] DELETE /v2.0/networks/18433386-10ac-4e7e-8006-99541f8018fa => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1082] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:32 2026] GET /v2.0/security-groups?tenant_id=fb442adacd76484fa0f3be8fbbd5e32b&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:32.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-c79ba643-29dd-444f-9911-bb49f5c270ac 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 9876d7ea-414f-4ed2-bd17-9357b7b77e65 2026-06-25 23:35:32.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79ba643-29dd-444f-9911-bb49f5c270ac 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 9876d7ea-414f-4ed2-bd17-9357b7b77e65 [pid: 7|app: 0|req: 552/1083] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:32 2026] DELETE /v2.0/security-groups/673fa0dc-1d8f-4156-9931-63906853e94b => 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: 532/1084] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:32 2026] PUT /v2.0/routers/03b547a8-c02b-4f3d-9601-0c0c79f7de1f/remove_router_interface => generated 309 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1085] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:33 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:33.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-17628cf3-be14-4c9a-a6d9-cf4d1f9b1293 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 5ec1ac3c-a54e-41fa-b9be-aa90e7012a8a 2026-06-25 23:35:33.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17628cf3-be14-4c9a-a6d9-cf4d1f9b1293 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 5ec1ac3c-a54e-41fa-b9be-aa90e7012a8a [pid: 8|app: 0|req: 534/1086] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:33 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:34.055 7 INFO neutron.services.segments.plugin [-] Segment ed9252fc-0763-494c-8016-df7a39b52e85 resource provider aggregate not found 2026-06-25 23:35:34.065 7 INFO neutron.services.segments.plugin [-] Segment ed9252fc-0763-494c-8016-df7a39b52e85 resource provider aggregate not found 2026-06-25 23:35:34.073 7 INFO neutron.services.segments.plugin [-] Segment ed9252fc-0763-494c-8016-df7a39b52e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed9252fc-0763-494c-8016-df7a39b52e85 found for delete ", "request_id": "req-bb5413b3-890f-44bd-a217-2f71becd6cb1"}]} 2026-06-25 23:35:34.099 7 INFO neutron.services.segments.plugin [-] Segment ed9252fc-0763-494c-8016-df7a39b52e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed9252fc-0763-494c-8016-df7a39b52e85 found for delete ", "request_id": "req-b075f3fa-975f-4a75-85c2-1e96fc103db6"}]} [pid: 7|app: 0|req: 553/1087] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:33 2026] PUT /v2.0/routers/03b547a8-c02b-4f3d-9601-0c0c79f7de1f/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1088] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/ports?device_id=03b547a8-c02b-4f3d-9601-0c0c79f7de1f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:34.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cf773bf-0dd3-4481-9e15-4a6cc6f9f5d4 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 2f319282-23be-45f1-8e2a-088ab83eeba5 2026-06-25 23:35:34.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cf773bf-0dd3-4481-9e15-4a6cc6f9f5d4 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 2f319282-23be-45f1-8e2a-088ab83eeba5 2026-06-25 23:35:34.695 7 INFO neutron.db.l3_hamode_db [None req-7cf773bf-0dd3-4481-9e15-4a6cc6f9f5d4 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] HA network bfeb0878-78a4-4555-9b07-7be7b680d130 was deleted as no HA routers are present in tenant b94dccdcaa514a84b7b790f8f3a28f9f. [pid: 7|app: 0|req: 554/1089] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:34 2026] DELETE /v2.0/routers/03b547a8-c02b-4f3d-9601-0c0c79f7de1f => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1090] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1091] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:34 2026] DELETE /v2.0/subnets/56a88f51-19d1-4e3b-bcb3-3b8ac64a1fce => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1092] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:34 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1093] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:34 2026] DELETE /v2.0/subnets/7dcfd4a6-e20e-46b8-8311-c59c4a3abac7 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:35.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-c48aeedc-a215-438f-a246-806378f8e794 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: e77ca19d-a296-49e3-ab86-ef98472d47a9 2026-06-25 23:35:35.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48aeedc-a215-438f-a246-806378f8e794 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: e77ca19d-a296-49e3-ab86-ef98472d47a9 2026-06-25 23:35:35.188 7 INFO neutron.db.segments_db [None req-6873b811-d9e3-4798-94e2-1ae0c31d41d3 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c of type vxlan for network ba0b9dd1-0aec-46d0-8839-732cbb3f9855 [pid: 7|app: 0|req: 556/1094] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:35:34 2026] POST /v2.0/networks => generated 744 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:35.324 8 INFO neutron.services.segments.plugin [-] Segment d86bc6cc-7581-4308-8bc4-7c849c87d05e resource provider aggregate not found 2026-06-25 23:35:35.335 8 INFO neutron.services.segments.plugin [-] Segment d86bc6cc-7581-4308-8bc4-7c849c87d05e resource provider aggregate not found 2026-06-25 23:35:35.346 8 INFO neutron.services.segments.plugin [-] Segment d86bc6cc-7581-4308-8bc4-7c849c87d05e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d86bc6cc-7581-4308-8bc4-7c849c87d05e found for delete ", "request_id": "req-3fedeb5d-5721-435b-8371-0c9523c0000d"}]} 2026-06-25 23:35:35.359 8 INFO neutron.services.segments.plugin [-] Segment d86bc6cc-7581-4308-8bc4-7c849c87d05e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d86bc6cc-7581-4308-8bc4-7c849c87d05e found for delete ", "request_id": "req-c5eb8a59-f3d9-40e1-829f-16a152f35a1e"}]} [pid: 8|app: 0|req: 539/1095] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:35 2026] DELETE /v2.0/networks/d3e10f23-3023-46f1-9200-609af47c5d70 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:35.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-59d184ac-81f3-4146-b545-60b79e6a8bb1 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 77116f01-cd2f-43eb-80e5-89efb5907a69 2026-06-25 23:35:35.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59d184ac-81f3-4146-b545-60b79e6a8bb1 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 77116f01-cd2f-43eb-80e5-89efb5907a69 [pid: 7|app: 0|req: 557/1096] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:35 2026] POST /v2.0/subnets => generated 691 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:35.577 7 INFO neutron.db.segments_db [None req-94aad5ca-f384-4209-b8d3-4e4048f52436 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 of type vxlan for network 5e111b7e-c3ac-4dfb-9d76-4250ca815826 [pid: 8|app: 0|req: 540/1097] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:35 2026] DELETE /v2.0/networks/231df323-68a5-4e4b-9a1e-832d5c02c2c2 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:35.744 8 INFO neutron.db.segments_db [None req-8d753b79-3373-48e6-ac70-a15ac63dc18c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment bd23b45a-9d98-4212-a49d-d7e922867e9b of type vxlan for network 34b0edd8-0253-4d11-89bf-cbb19a53bb7a [pid: 8|app: 0|req: 541/1098] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:35 2026] POST /v2.0/networks => generated 633 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:35.894 7 INFO neutron.db.l3_hamode_db [None req-94aad5ca-f384-4209-b8d3-4e4048f52436 83dc20df1dac47ed86a52b9bb2f4c84a a11273603882494fa79242e5127673e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 542/1099] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:35 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:36.098 7 INFO neutron.services.segments.plugin [-] Segment 9ec954df-0bce-4a16-9aa1-a40aef596850 resource provider aggregate not found 2026-06-25 23:35:36.124 7 INFO neutron.services.segments.plugin [-] Segment 9ec954df-0bce-4a16-9aa1-a40aef596850 resource provider aggregate not found 2026-06-25 23:35:36.128 7 INFO neutron.services.segments.plugin [-] Segment 9ec954df-0bce-4a16-9aa1-a40aef596850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec954df-0bce-4a16-9aa1-a40aef596850 found for delete ", "request_id": "req-f3e71ff5-8995-496e-9ce3-a4795d8b459f"}]} 2026-06-25 23:35:36.147 7 INFO neutron.services.segments.plugin [-] Segment 9ec954df-0bce-4a16-9aa1-a40aef596850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec954df-0bce-4a16-9aa1-a40aef596850 found for delete ", "request_id": "req-1bc8a267-54e6-412a-9340-e2f967463f5a"}]} [pid: 8|app: 0|req: 543/1100] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:36 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:36.197 8 INFO neutron.db.segments_db [None req-8c5ee63d-b771-4000-bd92-b276afb8300c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment 4cd7d9ad-449a-4060-9b7e-b838f749498c of type vxlan for network f9332be3-4ae7-472e-b4b0-6739ff0e6d2a 2026-06-25 23:35:36.420 8 INFO neutron.db.l3_hamode_db [None req-8c5ee63d-b771-4000-bd92-b276afb8300c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:36.534 8 INFO neutron.db.l3_hamode_db [None req-8c5ee63d-b771-4000-bd92-b276afb8300c 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:35:36.668 7 INFO neutron.db.l3_hamode_db [None req-94aad5ca-f384-4209-b8d3-4e4048f52436 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1101] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:36 2026] POST /v2.0/routers => generated 510 bytes in 900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1102] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:37 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&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-25 23:35:37.369 8 INFO neutron.services.segments.plugin [-] Segment 10e23da4-9075-43a1-9f02-d123802dd682 resource provider aggregate not found 2026-06-25 23:35:37.380 8 INFO neutron.services.segments.plugin [-] Segment 10e23da4-9075-43a1-9f02-d123802dd682 resource provider aggregate not found 2026-06-25 23:35:37.387 8 INFO neutron.services.segments.plugin [-] Segment 10e23da4-9075-43a1-9f02-d123802dd682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e23da4-9075-43a1-9f02-d123802dd682 found for delete ", "request_id": "req-b3a5f167-0be8-400e-ae8e-572f495ce4a4"}]} 2026-06-25 23:35:37.399 8 INFO neutron.services.segments.plugin [-] Segment 10e23da4-9075-43a1-9f02-d123802dd682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e23da4-9075-43a1-9f02-d123802dd682 found for delete ", "request_id": "req-2af1d051-0603-48e4-a863-a3cb6d3182c7"}]} [pid: 8|app: 0|req: 546/1103] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:35:37 2026] POST /v2.0/ports => generated 964 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 558/1104] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:35 2026] POST /v2.0/routers => generated 731 bytes in 1979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1105] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:37 2026] PUT /v2.0/routers/cfb4447c-bf68-4492-bf51-a9f1b29420a6/add_router_interface => generated 309 bytes in 995 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: 548/1106] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:38 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1107] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:38 2026] GET /v2.0/ports/06d6561e-fd9d-44cf-b4ea-ba827242ceca => generated 1038 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1108] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:38 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1109] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:37 2026] PUT /v2.0/routers/91a29ea7-59d7-4cef-912c-205ab79342a7/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:38.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-84db69df-3ba2-41f7-983e-a75152222129 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 06d6561e-fd9d-44cf-b4ea-ba827242ceca 2026-06-25 23:35:38.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84db69df-3ba2-41f7-983e-a75152222129 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 06d6561e-fd9d-44cf-b4ea-ba827242ceca [pid: 7|app: 0|req: 560/1110] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:35:39 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1111] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:38 2026] PUT /v2.0/routers/cfb4447c-bf68-4492-bf51-a9f1b29420a6/remove_router_interface => generated 309 bytes in 852 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: 561/1112] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:35:39.519 8 INFO neutron.api.v2.resource [None req-e7688d4e-bda2-4904-a6d2-fc543e295ad8 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 552/1113] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:39 2026] PUT /v2.0/routers/cfb4447c-bf68-4492-bf51-a9f1b29420a6/remove_router_interface => generated 197 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1114] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:35:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1115] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:39 2026] GET /v2.0/ports?device_id=cfb4447c-bf68-4492-bf51-a9f1b29420a6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:39.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-f80e6a50-95ca-4991-a6b9-1d8d89e08571 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 5907c6ac-9f48-48d5-ae1d-d1ad53ba9024 2026-06-25 23:35:39.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f80e6a50-95ca-4991-a6b9-1d8d89e08571 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 5907c6ac-9f48-48d5-ae1d-d1ad53ba9024 2026-06-25 23:35:40.067 8 INFO neutron.services.segments.plugin [-] Segment 4cd7d9ad-449a-4060-9b7e-b838f749498c resource provider aggregate not found 2026-06-25 23:35:40.083 8 INFO neutron.services.segments.plugin [-] Segment 4cd7d9ad-449a-4060-9b7e-b838f749498c resource provider aggregate not found 2026-06-25 23:35:40.091 8 INFO neutron.services.segments.plugin [-] Segment 4cd7d9ad-449a-4060-9b7e-b838f749498c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd7d9ad-449a-4060-9b7e-b838f749498c found for delete ", "request_id": "req-09aaee5e-fb6a-44cd-bbe2-0d9f90d37610"}]} 2026-06-25 23:35:40.101 8 INFO neutron.services.segments.plugin [-] Segment 4cd7d9ad-449a-4060-9b7e-b838f749498c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd7d9ad-449a-4060-9b7e-b838f749498c found for delete ", "request_id": "req-32389616-0b1c-4467-94e9-656246c1692e"}]} 2026-06-25 23:35:40.101 8 INFO neutron.db.l3_hamode_db [None req-f80e6a50-95ca-4991-a6b9-1d8d89e08571 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] HA network f9332be3-4ae7-472e-b4b0-6739ff0e6d2a was deleted as no HA routers are present in tenant b94dccdcaa514a84b7b790f8f3a28f9f. [pid: 8|app: 0|req: 554/1116] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:39 2026] DELETE /v2.0/routers/cfb4447c-bf68-4492-bf51-a9f1b29420a6 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1117] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1118] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:35:39 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1119] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1120] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:40 2026] DELETE /v2.0/subnets/d472886e-18c0-407d-979a-dcc64311069f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:40.396 7 INFO neutron.services.segments.plugin [-] Segment bd23b45a-9d98-4212-a49d-d7e922867e9b resource provider aggregate not found 2026-06-25 23:35:40.397 7 INFO neutron.services.segments.plugin [-] Segment bd23b45a-9d98-4212-a49d-d7e922867e9b resource provider aggregate not found 2026-06-25 23:35:40.426 7 INFO neutron.services.segments.plugin [-] Segment bd23b45a-9d98-4212-a49d-d7e922867e9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd23b45a-9d98-4212-a49d-d7e922867e9b found for delete ", "request_id": "req-11e1f200-e4df-4b15-aab1-94ebb6a472bd"}]} 2026-06-25 23:35:40.428 7 INFO neutron.services.segments.plugin [-] Segment bd23b45a-9d98-4212-a49d-d7e922867e9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd23b45a-9d98-4212-a49d-d7e922867e9b found for delete ", "request_id": "req-e5ea777a-cee0-49ee-a676-16e230e5124d"}]} [pid: 7|app: 0|req: 565/1121] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:40 2026] DELETE /v2.0/networks/34b0edd8-0253-4d11-89bf-cbb19a53bb7a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:40.534 8 INFO neutron.db.segments_db [None req-d54cd493-faa4-464c-9862-11f47939ff56 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment d11a836b-5149-46dc-a71f-e15088e269f4 of type vxlan for network 35b7c9ee-da12-4a53-9c07-9bfdd4d7696f [pid: 7|app: 0|req: 566/1122] 10.0.0.211 () {34 vars in 1098 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--516892751&fields=id&tenant_id=a11273603882494fa79242e5127673e1 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1123] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:35:40 2026] POST /v2.0/networks => generated 633 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1124] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/networks?id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855 => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1125] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/quotas/a11273603882494fa79242e5127673e1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1126] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/ports?tenant_id=a11273603882494fa79242e5127673e1&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1127] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?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: 558/1128] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:40 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: 7|app: 0|req: 571/1129] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:35:40 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:41.004 8 INFO neutron.db.segments_db [None req-a1cfc7bf-7e06-4a99-bb8d-a525415f148d 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment b5dddd4c-8f95-49fe-9994-d784ff3f21c2 of type vxlan for network b61c2f57-ffcd-4142-8c49-9d06e630c046 [pid: 7|app: 0|req: 572/1130] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:41 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:41.318 8 INFO neutron.db.l3_hamode_db [None req-a1cfc7bf-7e06-4a99-bb8d-a525415f148d 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 573/1131] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:41 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1132] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:41 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:41.442 8 INFO neutron.db.l3_hamode_db [None req-a1cfc7bf-7e06-4a99-bb8d-a525415f148d 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 575/1133] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:41 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1134] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:40 2026] POST /v2.0/routers => generated 510 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1135] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/ports/54f6d398-95af-4deb-8bf3-246865782dba => generated 968 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1136] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 562/1137] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1138] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:42.663 8 INFO neutron_taas.services.taas.taas_plugin [req-03aa788b-e15a-42db-a10e-c054fb2db9e5 req-8b16e555-cc6d-4be3-8de3-73ba75fc7fe5 38710fdf1d3f47098fc3274fec294ee4 8ec45160bff6411d842bcdb1c6ab5992 - - default default] TaaS: Handle Delete Port: 304af31b-cea9-4bb9-b131-4d566cad7584 2026-06-25 23:35:42.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-03aa788b-e15a-42db-a10e-c054fb2db9e5 req-8b16e555-cc6d-4be3-8de3-73ba75fc7fe5 38710fdf1d3f47098fc3274fec294ee4 8ec45160bff6411d842bcdb1c6ab5992 - - default default] Tap Mirror: Handle Delete Port: 304af31b-cea9-4bb9-b131-4d566cad7584 [pid: 8|app: 0|req: 564/1139] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:35:42 2026] DELETE /v2.0/ports/304af31b-cea9-4bb9-b131-4d566cad7584 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:42.874 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-791837f4-6a33-44b6-a06a-73acda3ec3b2'] response: {'server_uuid': '7a63b86a-6c01-41e5-a692-c30da71dcccf', 'name': 'network-vif-deleted', 'tag': '304af31b-cea9-4bb9-b131-4d566cad7584', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 565/1140] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/security-groups?id=3be07f76-c842-48d1-ae95-539656883f05&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1141] 199.19.213.132 () {34 vars in 1000 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/subnets?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 683 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1142] 199.19.213.132 () {34 vars in 1146 bytes} [Thu Jun 25 23:35:42 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71&device_owner=compute%3Anova&network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1143] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:35:42 2026] PUT /v2.0/routers/3802b0a9-15be-4fad-a72c-684bb7f50591/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1144] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:35:43 2026] GET /v2.0/ports/618a06ea-ce68-43b1-9672-e38d6dbd3592 => generated 959 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1145] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:43 2026] PUT /v2.0/ports/54f6d398-95af-4deb-8bf3-246865782dba => generated 1145 bytes in 469 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: 569/1146] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:43 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:43.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9a051dc-eeb7-4165-9853-74a7eaf82843 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 618a06ea-ce68-43b1-9672-e38d6dbd3592 2026-06-25 23:35:43.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9a051dc-eeb7-4165-9853-74a7eaf82843 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 618a06ea-ce68-43b1-9672-e38d6dbd3592 [pid: 8|app: 0|req: 570/1147] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:43 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => 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: 571/1148] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:43 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1149] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 779 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1150] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54f6d398-95af-4deb-8bf3-246865782dba => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1151] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=54f6d398-95af-4deb-8bf3-246865782dba => 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: 578/1152] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:43 2026] PUT /v2.0/routers/3802b0a9-15be-4fad-a72c-684bb7f50591/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: 575/1153] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/subnets?id=fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1154] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/ports?device_id=3802b0a9-15be-4fad-a72c-684bb7f50591 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1155] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/ports?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1156] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?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: 580/1159] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:44.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-cde8345b-0ceb-4ab7-bfc6-7253a6c32c6b 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: a2af4b3d-7e8f-4e03-8409-aef799fc50ca 2026-06-25 23:35:44.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cde8345b-0ceb-4ab7-bfc6-7253a6c32c6b 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: a2af4b3d-7e8f-4e03-8409-aef799fc50ca [pid: 8|app: 0|req: 581/1160] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1148 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1161] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1162] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:44 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:44.725 7 INFO neutron.services.segments.plugin [-] Segment b5dddd4c-8f95-49fe-9994-d784ff3f21c2 resource provider aggregate not found 2026-06-25 23:35:44.733 7 INFO neutron.services.segments.plugin [-] Segment b5dddd4c-8f95-49fe-9994-d784ff3f21c2 resource provider aggregate not found 2026-06-25 23:35:44.755 7 INFO neutron.services.segments.plugin [-] Segment b5dddd4c-8f95-49fe-9994-d784ff3f21c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5dddd4c-8f95-49fe-9994-d784ff3f21c2 found for delete ", "request_id": "req-847a14d0-e6fb-4ef9-8b0a-bf1254d51e7f"}]} 2026-06-25 23:35:44.766 7 INFO neutron.services.segments.plugin [-] Segment b5dddd4c-8f95-49fe-9994-d784ff3f21c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5dddd4c-8f95-49fe-9994-d784ff3f21c2 found for delete ", "request_id": "req-f8fdba37-d1f1-406c-85d9-5d1b8eaa411f"}]} 2026-06-25 23:35:44.773 7 INFO neutron.db.l3_hamode_db [None req-cde8345b-0ceb-4ab7-bfc6-7253a6c32c6b 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] HA network b61c2f57-ffcd-4142-8c49-9d06e630c046 was deleted as no HA routers are present in tenant b94dccdcaa514a84b7b790f8f3a28f9f. [pid: 7|app: 0|req: 580/1163] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:44 2026] DELETE /v2.0/routers/3802b0a9-15be-4fad-a72c-684bb7f50591 => generated 0 bytes in 560 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:44.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9211037e-ddbe-428f-bb12-48d788ef1feb'] response: {'name': 'network-changed', 'server_uuid': '8eb1c816-c7d9-43bb-92ca-8cece143cc71', 'tag': '54f6d398-95af-4deb-8bf3-246865782dba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 584/1164] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:44 2026] DELETE /v2.0/subnets/76387597-2b2e-4144-9588-b3787ddb2222 => 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: 581/1165] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:44 2026] DELETE /v2.0/networks/35b7c9ee-da12-4a53-9c07-9bfdd4d7696f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1166] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:45.136 7 INFO neutron.db.segments_db [None req-eb56a767-44bd-4b08-bd9a-df15f651ae2a 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Added segment adb74d51-14fd-4e30-a6ef-1d624f062d4f of type vxlan for network 1a5219c2-54f4-47e5-b810-f25975796a5a 2026-06-25 23:35:45.374 7 INFO neutron.db.l3_hamode_db [None req-eb56a767-44bd-4b08-bd9a-df15f651ae2a 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 586/1167] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 587/1168] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1169] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/networks?id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1170] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54f6d398-95af-4deb-8bf3-246865782dba => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1171] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a11273603882494fa79242e5127673e1 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1172] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=54f6d398-95af-4deb-8bf3-246865782dba => 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: 592/1173] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:35:45 2026] POST /v2.0/ports => generated 954 bytes in 419 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: 593/1174] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 957 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1175] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/subnets?id=fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:46.196 7 INFO neutron.db.l3_hamode_db [None req-eb56a767-44bd-4b08-bd9a-df15f651ae2a 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 595/1176] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:46 2026] PUT /v2.0/ports/cb6d91c0-5206-43b2-a8d3-0101c98de2f2 => generated 1235 bytes in 386 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: 596/1177] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1178] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/ports?device_id=7a63b86a-6c01-41e5-a692-c30da71dcccf => 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: 598/1179] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/ports?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1180] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?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: 600/1181] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:46 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:46.778 7 INFO neutron.services.segments.plugin [-] Segment d11a836b-5149-46dc-a71f-e15088e269f4 resource provider aggregate not found 2026-06-25 23:35:46.788 7 INFO neutron.services.segments.plugin [-] Segment d11a836b-5149-46dc-a71f-e15088e269f4 resource provider aggregate not found 2026-06-25 23:35:46.799 7 INFO neutron.services.segments.plugin [-] Segment d11a836b-5149-46dc-a71f-e15088e269f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d11a836b-5149-46dc-a71f-e15088e269f4 found for delete ", "request_id": "req-954581f9-1423-47f2-b80d-853a2082414f"}]} 2026-06-25 23:35:46.815 7 INFO neutron.services.segments.plugin [-] Segment d11a836b-5149-46dc-a71f-e15088e269f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d11a836b-5149-46dc-a71f-e15088e269f4 found for delete ", "request_id": "req-e3023198-6801-44e7-acf1-b8d05482ca58"}]} 2026-06-25 23:35:46.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e61b8a68-3604-4b6b-8aae-bd9a692ba1e4'] response: {'name': 'network-changed', 'server_uuid': 'bd6bdda8-51f9-4e71-b108-2ceaf1cc8061', 'tag': 'cb6d91c0-5206-43b2-a8d3-0101c98de2f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1182] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:35:45 2026] POST /v2.0/routers => generated 692 bytes in 2003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1183] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/routers/b3f177cd-2792-47f7-b228-6e77a2085a9b => generated 698 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1184] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/routers => generated 701 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1185] 199.19.213.132 () {34 vars in 1118 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1186] 10.0.0.179 () {34 vars in 741 bytes} [Thu Jun 25 23:35:47 2026] PUT /v2.0/routers/b3f177cd-2792-47f7-b228-6e77a2085a9b => generated 705 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1187] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/ports?tenant_id=a11273603882494fa79242e5127673e1&device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1188] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:35:47 2026] PUT /v2.0/ports/54f6d398-95af-4deb-8bf3-246865782dba => generated 968 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 604/1189] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1190] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/routers/b3f177cd-2792-47f7-b228-6e77a2085a9b => generated 705 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1191] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/networks?tenant_id=a11273603882494fa79242e5127673e1&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1192] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/ports?device_id=b3f177cd-2792-47f7-b228-6e77a2085a9b => 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: 587/1193] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1194] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:35:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:48.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-76c63fcd-863a-420f-a865-56d11f8ee2a7 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: cd1f375f-09e7-4f3c-b501-c95f1db62312 2026-06-25 23:35:48.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c63fcd-863a-420f-a865-56d11f8ee2a7 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: cd1f375f-09e7-4f3c-b501-c95f1db62312 [pid: 8|app: 0|req: 608/1195] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 609/1196] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:48.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-76c63fcd-863a-420f-a865-56d11f8ee2a7 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] TaaS: Handle Delete Port: 0da9c815-7684-475c-a45b-68168f409a78 2026-06-25 23:35:48.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76c63fcd-863a-420f-a865-56d11f8ee2a7 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] Tap Mirror: Handle Delete Port: 0da9c815-7684-475c-a45b-68168f409a78 [pid: 8|app: 0|req: 610/1197] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54f6d398-95af-4deb-8bf3-246865782dba => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1198] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/subnets?id=fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1199] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/ports?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b&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: 613/1200] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?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: 614/1201] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?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: 615/1202] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:48 2026] GET /v2.0/ports?tenant_id=a11273603882494fa79242e5127673e1&device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 1238 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:35:49.047 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9c9505c-604f-4fde-b455-676e5788c7df'] response: {'name': 'network-changed', 'server_uuid': '8eb1c816-c7d9-43bb-92ca-8cece143cc71', 'tag': '54f6d398-95af-4deb-8bf3-246865782dba', 'status': 'completed', 'code': 200} 2026-06-25 23:35:49.153 7 INFO neutron.services.segments.plugin [-] Segment adb74d51-14fd-4e30-a6ef-1d624f062d4f resource provider aggregate not found 2026-06-25 23:35:49.162 7 INFO neutron.services.segments.plugin [-] Segment adb74d51-14fd-4e30-a6ef-1d624f062d4f resource provider aggregate not found 2026-06-25 23:35:49.181 7 INFO neutron.services.segments.plugin [-] Segment adb74d51-14fd-4e30-a6ef-1d624f062d4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adb74d51-14fd-4e30-a6ef-1d624f062d4f found for delete ", "request_id": "req-ad758b83-58d5-4e61-a1b5-28c8a064b951"}]} 2026-06-25 23:35:49.181 7 INFO neutron.services.segments.plugin [-] Segment adb74d51-14fd-4e30-a6ef-1d624f062d4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adb74d51-14fd-4e30-a6ef-1d624f062d4f found for delete ", "request_id": "req-64f2dbe9-9652-48ce-aee8-c0372ec702a7"}]} 2026-06-25 23:35:49.189 7 INFO neutron.db.l3_hamode_db [None req-76c63fcd-863a-420f-a865-56d11f8ee2a7 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] HA network 1a5219c2-54f4-47e5-b810-f25975796a5a was deleted as no HA routers are present in tenant b94dccdcaa514a84b7b790f8f3a28f9f. [pid: 7|app: 0|req: 588/1203] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:47 2026] DELETE /v2.0/routers/b3f177cd-2792-47f7-b228-6e77a2085a9b => generated 0 bytes in 1408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1204] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1205] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=cb6d91c0-5206-43b2-a8d3-0101c98de2f2 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1206] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1207] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?device_id=b3f177cd-2792-47f7-b228-6e77a2085a9b => 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: 593/1208] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1209] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/subnets?id=f126c4b7-4a69-4f32-8463-87a72138bde3 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1210] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:49.508 7 INFO neutron.api.v2.resource [None req-0790a1ad-8488-412a-8524-4f79df863587 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1211] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/routers/b3f177cd-2792-47f7-b228-6e77a2085a9b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1212] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?network_id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1213] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?device_id=3802b0a9-15be-4fad-a72c-684bb7f50591 => 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: 599/1214] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:49.623 7 INFO neutron.api.v2.resource [None req-c698c561-83c1-41d6-8b1a-f94951fc195a 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1215] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/routers/3802b0a9-15be-4fad-a72c-684bb7f50591 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1216] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1217] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:49.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8c6ddb6-affa-45ee-af01-64e84b7076ce 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1218] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/subnets/76387597-2b2e-4144-9588-b3787ddb2222 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1219] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/networks?id=c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1220] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?device_id=cfb4447c-bf68-4492-bf51-a9f1b29420a6 => 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: 606/1221] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54f6d398-95af-4deb-8bf3-246865782dba => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:49.864 7 INFO neutron.api.v2.resource [None req-0830bc06-8b45-41d1-b299-79d0f9e394ab 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1222] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/routers/cfb4447c-bf68-4492-bf51-a9f1b29420a6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1223] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/subnets?id=fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:49.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71a362f8-e85b-49d0-8726-1f01ffec032e 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1224] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:49 2026] DELETE /v2.0/subnets/d472886e-18c0-407d-979a-dcc64311069f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1225] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?network_id=c632a7fc-3d10-4e53-af6b-5d607fdee99b&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: 611/1226] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/ports?device_id=03b547a8-c02b-4f3d-9601-0c0c79f7de1f => 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: 612/1227] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:49 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:50.018 7 INFO neutron.api.v2.resource [None req-92fcc8db-f860-4aa3-9b8a-e291cc8fd984 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 613/1228] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/routers/03b547a8-c02b-4f3d-9601-0c0c79f7de1f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1229] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:50.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09132a24-32a1-44ff-88d6-5048d95ba410 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1230] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/subnets/56a88f51-19d1-4e3b-bcb3-3b8ac64a1fce => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:50.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5f92450-a1d2-4015-8d2a-76943275b9e0 7806234c79ea4a88b32a7aa066b35b8f b94dccdcaa514a84b7b790f8f3a28f9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1231] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/subnets/7dcfd4a6-e20e-46b8-8311-c59c4a3abac7 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:50.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc1963d9-476c-4a49-9ce8-90e4211370ba 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 6c30fe6c-1438-432b-8100-14c0f9d12814 2026-06-25 23:35:50.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc1963d9-476c-4a49-9ce8-90e4211370ba 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 6c30fe6c-1438-432b-8100-14c0f9d12814 [pid: 7|app: 0|req: 617/1232] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1233] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 616/1234] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:48 2026] PUT /v2.0/routers/32692053-4d06-41ca-9957-5d61d10ac2ef/remove_router_interface => generated 309 bytes in 1828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1235] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/security-groups?tenant_id=b94dccdcaa514a84b7b790f8f3a28f9f&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: 617/1236] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 620/1237] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:50 2026] GET /v2.0/security-groups?id=b333587c-0672-410c-9b6f-83920c21247c&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: 621/1238] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/security-groups/ab330a52-d940-4606-b9ed-6fd96aafb062 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:51.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-23637db8-18b3-45d8-815b-90d5b2ca26af 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 6fefbeb8-94e0-45cf-9bbf-7104a80d268c 2026-06-25 23:35:51.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23637db8-18b3-45d8-815b-90d5b2ca26af 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 6fefbeb8-94e0-45cf-9bbf-7104a80d268c 2026-06-25 23:35:51.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-23637db8-18b3-45d8-815b-90d5b2ca26af 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: a8edb811-1874-4e7e-82bc-c7ce5141edfc 2026-06-25 23:35:51.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23637db8-18b3-45d8-815b-90d5b2ca26af 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: a8edb811-1874-4e7e-82bc-c7ce5141edfc 2026-06-25 23:35:51.549 8 INFO neutron.services.segments.plugin [-] Segment f3852925-9f51-40ed-843a-22304ceac7fb resource provider aggregate not found 2026-06-25 23:35:51.562 8 INFO neutron.services.segments.plugin [-] Segment f3852925-9f51-40ed-843a-22304ceac7fb resource provider aggregate not found 2026-06-25 23:35:51.570 8 INFO neutron.services.segments.plugin [-] Segment f3852925-9f51-40ed-843a-22304ceac7fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3852925-9f51-40ed-843a-22304ceac7fb found for delete ", "request_id": "req-cfd0c0c8-18a7-4bc0-a473-f673fc2cffe0"}]} 2026-06-25 23:35:51.581 8 INFO neutron.services.segments.plugin [-] Segment f3852925-9f51-40ed-843a-22304ceac7fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3852925-9f51-40ed-843a-22304ceac7fb found for delete ", "request_id": "req-ed70fd8b-bf2f-4787-b83b-8e3270e758b4"}]} [pid: 7|app: 0|req: 622/1239] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:35:51 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:51.612 8 INFO neutron.db.l3_hamode_db [None req-23637db8-18b3-45d8-815b-90d5b2ca26af 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network e68cea5f-f779-449f-ade6-8ce390071170 was deleted as no HA routers are present in tenant 8ec45160bff6411d842bcdb1c6ab5992. [pid: 8|app: 0|req: 618/1240] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:50 2026] DELETE /v2.0/routers/32692053-4d06-41ca-9957-5d61d10ac2ef => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:51.696 7 INFO neutron_taas.services.taas.taas_plugin [req-a746fe15-f151-4e90-a30c-a5b5cf8e795b req-20edbbcc-b76c-4c71-8336-29893fe4a7ed 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] TaaS: Handle Delete Port: 54f6d398-95af-4deb-8bf3-246865782dba 2026-06-25 23:35:51.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a746fe15-f151-4e90-a30c-a5b5cf8e795b req-20edbbcc-b76c-4c71-8336-29893fe4a7ed 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] Tap Mirror: Handle Delete Port: 54f6d398-95af-4deb-8bf3-246865782dba [pid: 8|app: 0|req: 619/1241] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:51 2026] DELETE /v2.0/subnets/0808649f-d747-4774-825f-b90b31ee3ad2 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:51.827 7 INFO neutron.db.l3_db [req-a746fe15-f151-4e90-a30c-a5b5cf8e795b req-20edbbcc-b76c-4c71-8336-29893fe4a7ed 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] Floating IP 99591222-569f-4f9d-9cda-bb58834f9573 disassociated. External IP: 10.96.250.204, port: 54f6d398-95af-4deb-8bf3-246865782dba. 2026-06-25 23:35:51.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad5dddf0-7cf3-4b32-9757-24091b5bc0c9 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 74831493-d9d2-4cb8-9e08-923010340b70 2026-06-25 23:35:51.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad5dddf0-7cf3-4b32-9757-24091b5bc0c9 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 74831493-d9d2-4cb8-9e08-923010340b70 [pid: 8|app: 0|req: 620/1242] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:51 2026] DELETE /v2.0/networks/cc73d529-0b3a-4966-86fc-0a1bb5111fd0 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1243] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1244] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 623/1245] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1246] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:35:51 2026] DELETE /v2.0/ports/54f6d398-95af-4deb-8bf3-246865782dba => generated 0 bytes in 699 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:52.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec3b6d81-f94f-4e88-88e5-b73062480577'] response: {'server_uuid': '8eb1c816-c7d9-43bb-92ca-8cece143cc71', 'name': 'network-vif-deleted', 'tag': '54f6d398-95af-4deb-8bf3-246865782dba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 624/1247] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:52 2026] GET /v2.0/security-groups?tenant_id=8ec45160bff6411d842bcdb1c6ab5992&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1248] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:52 2026] DELETE /v2.0/security-groups/3be07f76-c842-48d1-ae95-539656883f05 => 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: 625/1249] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:35:52 2026] POST /v2.0/subnetpools => generated 548 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1250] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/subnetpools/16f3bd38-e0fa-4941-831f-c40be1702903 => generated 548 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1251] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:35:53 2026] PUT /v2.0/subnetpools/16f3bd38-e0fa-4941-831f-c40be1702903 => generated 501 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1252] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 626/1253] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:35:53 2026] DELETE /v2.0/subnetpools/16f3bd38-e0fa-4941-831f-c40be1702903 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:53.363 7 INFO neutron.api.v2.resource [None req-0aa40a0e-8c3d-47d4-844c-3f5a6cfd0609 7b4fc339aa104abab151d8004852e5af 64fd863f7d0d46868a8e69e511bbce56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1254] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/subnetpools/16f3bd38-e0fa-4941-831f-c40be1702903 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:53.383 7 INFO neutron.api.v2.resource [None req-488944bc-d614-4196-83d1-529e90b5cf75 7b4fc339aa104abab151d8004852e5af 64fd863f7d0d46868a8e69e511bbce56 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1255] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:35:53 2026] DELETE /v2.0/subnetpools/16f3bd38-e0fa-4941-831f-c40be1702903 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1256] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1257] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:53.596 8 INFO neutron.services.segments.plugin [-] Segment ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f resource provider aggregate not found 2026-06-25 23:35:53.600 8 INFO neutron.services.segments.plugin [-] Segment ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f resource provider aggregate not found 2026-06-25 23:35:53.617 8 INFO neutron.services.segments.plugin [-] Segment ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f found for delete ", "request_id": "req-89cf73a9-2941-4c84-8e6d-b2dd1610b3b8"}]} 2026-06-25 23:35:53.618 8 INFO neutron.services.segments.plugin [-] Segment ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6b1a22-d0f7-47e5-844b-05c7ca7ab51f found for delete ", "request_id": "req-58afc62f-7ed3-46a8-9181-1031e81d6bf3"}]} [pid: 8|app: 0|req: 629/1258] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:53 2026] GET /v2.0/security-groups?tenant_id=64fd863f7d0d46868a8e69e511bbce56&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1259] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:54 2026] DELETE /v2.0/security-groups/6f047e89-5b5e-4c18-9b3f-047ede34b547 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1260] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:54 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1261] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:54 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1262] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:54 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 632/1263] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:55 2026] GET /v2.0/ports?device_id=8eb1c816-c7d9-43bb-92ca-8cece143cc71 => 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: 632/1264] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:55 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1265] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:35:55 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1266] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:35:55 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:56.361 7 INFO neutron.db.l3_db [None req-2fefe7c3-d13d-4ee6-8163-d70a95663b63 dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] Floating IP 20a030d9-64c8-467f-b5bf-5e207a2c9848 associated. External IP: 10.96.250.217, port: cb6d91c0-5206-43b2-a8d3-0101c98de2f2. [pid: 7|app: 0|req: 634/1267] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:35:55 2026] PUT /v2.0/floatingips/20a030d9-64c8-467f-b5bf-5e207a2c9848 => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:56.732 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79f8d4ee-2e11-4ba3-8221-c34ffac5f825'] response: {'name': 'network-changed', 'server_uuid': 'bd6bdda8-51f9-4e71-b108-2ceaf1cc8061', 'tag': 'cb6d91c0-5206-43b2-a8d3-0101c98de2f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 634/1268] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:56 2026] DELETE /v2.0/security-groups/b333587c-0672-410c-9b6f-83920c21247c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:56.785 7 INFO neutron.api.v2.resource [None req-b20e83f8-2d45-4d69-ae8e-6e62e5a1fd0a 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1269] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:35:56 2026] GET /v2.0/security-groups/b333587c-0672-410c-9b6f-83920c21247c => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:35:56.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-5040b62e-8a68-4618-8009-ebab98149c41 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] TaaS: Handle Delete Port: 047fccd3-1f61-4aca-ad08-4af7a12788e7 2026-06-25 23:35:56.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5040b62e-8a68-4618-8009-ebab98149c41 8300f5e5a4494ffa9fca9f2c156ac0c1 55757f49c663469eaeaf1bbd0c5f8d2f - - default default] Tap Mirror: Handle Delete Port: 047fccd3-1f61-4aca-ad08-4af7a12788e7 [pid: 8|app: 0|req: 635/1270] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:35:56 2026] DELETE /v2.0/floatingips/99591222-569f-4f9d-9cda-bb58834f9573 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1271] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/ports?tenant_id=a11273603882494fa79242e5127673e1&device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1272] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/networks?id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855 => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1273] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=cb6d91c0-5206-43b2-a8d3-0101c98de2f2 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1274] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/subnets?id=f126c4b7-4a69-4f32-8463-87a72138bde3 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1275] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/ports?network_id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1276] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:35:57.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-74cd32b2-2485-44bd-afae-9ad937d87184 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 1fc1e567-c81e-4339-a938-867b654b5eac 2026-06-25 23:35:57.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74cd32b2-2485-44bd-afae-9ad937d87184 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 1fc1e567-c81e-4339-a938-867b654b5eac [pid: 8|app: 0|req: 642/1277] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:35:57 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?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: 636/1278] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:35:57 2026] PUT /v2.0/routers/2d6fa2bf-68d6-4796-9e3e-ad1ddc0daf6e/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:35:58.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-a84cc992-6820-40ef-bd43-3fe7c7550e45 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 7f5e012a-8513-4d95-8d94-6c19aad3588a 2026-06-25 23:35:58.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84cc992-6820-40ef-bd43-3fe7c7550e45 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 7f5e012a-8513-4d95-8d94-6c19aad3588a 2026-06-25 23:35:58.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-a84cc992-6820-40ef-bd43-3fe7c7550e45 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 198f7d7f-b49a-42d2-9975-9917c590e5f8 2026-06-25 23:35:58.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84cc992-6820-40ef-bd43-3fe7c7550e45 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 198f7d7f-b49a-42d2-9975-9917c590e5f8 2026-06-25 23:35:59.138 8 INFO neutron.services.segments.plugin [-] Segment da0e63a1-5eee-441f-94e3-6130389a197c resource provider aggregate not found 2026-06-25 23:35:59.145 8 INFO neutron.services.segments.plugin [-] Segment da0e63a1-5eee-441f-94e3-6130389a197c resource provider aggregate not found 2026-06-25 23:35:59.160 8 INFO neutron.db.l3_hamode_db [None req-a84cc992-6820-40ef-bd43-3fe7c7550e45 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 4eb2e217-3b9b-40a6-8544-807d5c923a65 was deleted as no HA routers are present in tenant 55757f49c663469eaeaf1bbd0c5f8d2f. [pid: 8|app: 0|req: 643/1279] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:58 2026] DELETE /v2.0/routers/2d6fa2bf-68d6-4796-9e3e-ad1ddc0daf6e => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:35:59.167 8 INFO neutron.services.segments.plugin [-] Segment da0e63a1-5eee-441f-94e3-6130389a197c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da0e63a1-5eee-441f-94e3-6130389a197c found for delete ", "request_id": "req-07415d7c-9fd6-44e1-98e5-886d9d715623"}]} 2026-06-25 23:35:59.167 8 INFO neutron.services.segments.plugin [-] Segment da0e63a1-5eee-441f-94e3-6130389a197c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da0e63a1-5eee-441f-94e3-6130389a197c found for delete ", "request_id": "req-3179174e-d1c5-4665-b6be-fbe528626275"}]} [pid: 7|app: 0|req: 637/1282] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:35:59 2026] DELETE /v2.0/subnets/fcb5cbdd-e78e-4cd5-a8d2-cf601a838b66 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:35:59.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e21c8d0-d88c-40a1-94e7-b072c39f7a57 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 57cc42c9-ceab-4595-ace5-1006bcb64470 2026-06-25 23:35:59.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e21c8d0-d88c-40a1-94e7-b072c39f7a57 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 57cc42c9-ceab-4595-ace5-1006bcb64470 [pid: 8|app: 0|req: 646/1283] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:35:59 2026] DELETE /v2.0/networks/c632a7fc-3d10-4e53-af6b-5d607fdee99b => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1284] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/security-groups?tenant_id=55757f49c663469eaeaf1bbd0c5f8d2f&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1285] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:35:59 2026] DELETE /v2.0/security-groups/ec8a0a51-aa1d-4f5c-b95e-f5971330d250 => 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: 639/1286] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:35:59 2026] GET /v2.0/security-groups?tenant_id=8c63e64d06164f6bb6976284ccc25c4a&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1287] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:00 2026] DELETE /v2.0/security-groups/1cc1e01c-567f-486f-8437-755341e50635 => 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: 640/1288] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:00 2026] GET /v2.0/security-groups?tenant_id=cced0e9c7e154ddb8ea85e4ddf406915&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: 649/1289] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:00 2026] DELETE /v2.0/security-groups/6ff8803d-f7dd-49e2-93d0-8a782dc94032 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:01.194 8 INFO neutron.services.segments.plugin [-] Segment 52c09334-bbc3-480b-91a7-b17831fe023a resource provider aggregate not found 2026-06-25 23:36:01.200 8 INFO neutron.services.segments.plugin [-] Segment 52c09334-bbc3-480b-91a7-b17831fe023a resource provider aggregate not found 2026-06-25 23:36:01.210 8 INFO neutron.services.segments.plugin [-] Segment 52c09334-bbc3-480b-91a7-b17831fe023a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c09334-bbc3-480b-91a7-b17831fe023a found for delete ", "request_id": "req-2e99c458-2818-410c-9711-aa923b346cb1"}]} 2026-06-25 23:36:01.216 8 INFO neutron.services.segments.plugin [-] Segment 52c09334-bbc3-480b-91a7-b17831fe023a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c09334-bbc3-480b-91a7-b17831fe023a found for delete ", "request_id": "req-0759d520-81b3-42a2-ac14-8fbbc6e55b19"}]} 2026-06-25 23:36:01.933 7 INFO neutron.db.segments_db [None req-1265fc26-c17e-477d-ab3d-e616b932dfb5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 56f61007-c048-4058-a86e-f84f74f72b0d of type vxlan for network 8058aeac-42d2-447a-934d-063cd442ee96 [pid: 7|app: 0|req: 641/1290] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:36:01 2026] POST /v2.0/networks => generated 746 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1291] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:02 2026] POST /v2.0/subnets => generated 693 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:02.288 7 INFO neutron.db.segments_db [None req-8710afb7-7a91-4eff-ae2a-9e1338add4fc 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment e01a8e63-d0d3-4c48-9ff6-9362adef54e2 of type vxlan for network 812bc102-b857-46e9-842d-c4316c86e20a 2026-06-25 23:36:02.535 7 INFO neutron.db.l3_hamode_db [None req-8710afb7-7a91-4eff-ae2a-9e1338add4fc 83dc20df1dac47ed86a52b9bb2f4c84a 0f3af2c7df944c63a62aee79a403d481 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:36:03.464 7 INFO neutron.db.l3_hamode_db [None req-8710afb7-7a91-4eff-ae2a-9e1338add4fc 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 651/1292] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 652/1293] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 642/1294] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:02 2026] POST /v2.0/routers => generated 733 bytes in 2259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1295] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:04 2026] GET /v2.0/security-groups?tenant_id=daeb9150a3854d59aee53b9d71f110f6&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1296] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:04 2026] DELETE /v2.0/security-groups/f8d9f605-130e-442e-84f3-d8f43e0f92cf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1297] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:36:04 2026] PUT /v2.0/routers/16abc969-b4d8-4378-842b-d524cc1ba0de/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1298] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/security-groups?tenant_id=c8d1f0143955487eb3718e2db949f72e&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1299] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:06 2026] DELETE /v2.0/security-groups/22fe464a-fd8c-4cd7-bf51-83cb0eae8f3c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1300] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/networks?id=8058aeac-42d2-447a-934d-063cd442ee96 => generated 678 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1301] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/quotas/0f3af2c7df944c63a62aee79a403d481 => 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: 657/1302] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:36:06 2026] GET /v2.0/ports?tenant_id=0f3af2c7df944c63a62aee79a403d481&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1303] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/networks/8058aeac-42d2-447a-934d-063cd442ee96?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: 658/1304] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/networks/8058aeac-42d2-447a-934d-063cd442ee96?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: 647/1305] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:07 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:08.352 8 INFO neutron.db.segments_db [None req-acf7fd83-a45e-4ea9-a801-da3731bb3ef7 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Added segment bea80458-d133-45cb-b45a-3b7b89d880fa of type vxlan for network b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 [pid: 7|app: 0|req: 648/1306] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:08 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => 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: 659/1307] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:36:08 2026] POST /v2.0/networks => generated 632 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:08.476 7 INFO neutron.db.segments_db [None req-81219b71-1355-4f80-95ff-ef0506756ed9 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Added segment 0c7e11ec-13a4-4fa9-84be-4d909314717a of type vxlan for network 07b28f96-33a4-44b8-bb93-2d345d310d5e 2026-06-25 23:36:08.721 7 INFO neutron.db.l3_hamode_db [None req-81219b71-1355-4f80-95ff-ef0506756ed9 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:36:09.455 7 INFO neutron.db.l3_hamode_db [None req-81219b71-1355-4f80-95ff-ef0506756ed9 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 660/1308] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:09 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => 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: 649/1309] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:08 2026] POST /v2.0/routers => generated 695 bytes in 2013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1310] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:10 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => 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: 661/1311] 10.0.0.179 () {32 vars in 776 bytes} [Thu Jun 25 23:36:10 2026] GET /v2.0/subnets?project_id=1d4939d55fed4fdb9c7237e93b1ea167&cidr=10.100.0.0%2F28 => generated 14 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1312] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:36:10 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1313] 10.0.0.179 () {32 vars in 784 bytes} [Thu Jun 25 23:36:10 2026] GET /v2.0/subnets?network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1314] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:10 2026] POST /v2.0/subnets => generated 657 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:11.228 8 INFO neutron.db.segments_db [None req-a0b9ad83-446f-4b91-a10a-e141a4a5f5cd 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Added segment 60d688cd-47f8-47a5-b497-a01a6e9b6556 of type vxlan for network 35ff5eb7-f397-4d33-8b7b-7f8e31d3b8e0 [pid: 8|app: 0|req: 663/1315] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:11 2026] POST /v2.0/networks => generated 631 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1316] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:36:11 2026] POST /v2.0/ports => generated 743 bytes in 369 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: 665/1317] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:36:11 2026] GET /v2.0/networks?id=8058aeac-42d2-447a-934d-063cd442ee96 => generated 678 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1318] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:11 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:11.858 8 INFO neutron.db.segments_db [None req-7568fb0a-17a3-46cf-bc21-bc5055ee65a9 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Added segment cf339d41-d774-4e62-9a41-756c125c2869 of type vxlan for network a26a5165-4702-4244-b194-e6a5c1603ce6 [pid: 8|app: 0|req: 667/1319] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:11 2026] POST /v2.0/networks => generated 630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1320] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:36:11 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 653/1321] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:36:11 2026] PUT /v2.0/routers/cc4653ee-6a0f-4441-b8c8-3dfbfdbaa204/add_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1322] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:36:12 2026] POST /v2.0/ports => generated 743 bytes in 264 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: 670/1323] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/networks => generated 7919 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:12.732 8 INFO neutron.db.segments_db [None req-bf4032dd-0d7b-4ba7-afe7-96be8c5d5774 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Added segment 01828ab2-ab59-40fe-9438-5b94603ac455 of type vxlan for network dfda02ca-42ad-4834-abd2-f0e1d13717a3 [pid: 8|app: 0|req: 671/1324] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:12 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1325] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/subnets => generated 5203 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1326] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:36:12 2026] PUT /v2.0/ports/34fe2e4c-5fa4-4b85-b988-914e1a62ca9c => generated 1235 bytes in 467 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-25 23:36:12.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54b36971-8141-430d-b0a2-3f5f8fd4eb20'] response: {'name': 'network-changed', 'server_uuid': '1702f76a-2b70-4eca-bf17-4f7c90b938c5', 'tag': '34fe2e4c-5fa4-4b85-b988-914e1a62ca9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 655/1327] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:12 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1328] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/routers => generated 2194 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1329] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1330] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:36:12 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-25 23:36:13.342 8 INFO neutron.db.segments_db [None req-0ba3491e-1fc5-4817-9dcb-50a03a0662d0 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Added segment 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 of type vxlan for network 6d869140-69cf-45e1-8e1c-93b1938c09ac [pid: 7|app: 0|req: 658/1331] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/security-groups => generated 1673 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1332] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/networks => generated 632 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1333] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1334] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/ports?tenant_id=0f3af2c7df944c63a62aee79a403d481&device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1335] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1336] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/networks?tenant_id=0f3af2c7df944c63a62aee79a403d481&shared=False => generated 774 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1337] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1338] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 664/1339] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:36:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:13.938 7 INFO neutron.db.segments_db [None req-5689d7f7-2f29-4e0a-b5f9-4e2519d7be9a 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Added segment 2174effc-8ecb-4565-9827-a20d3d411399 of type vxlan for network a322c875-e7e8-4e00-90a5-3328c97b20da [pid: 8|app: 0|req: 676/1340] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:14.038 8 INFO neutron.db.securitygroups_db [None req-6fede38a-514a-4a95-b65e-276b09fd4928 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Project 1d4939d55fed4fdb9c7237e93b1ea167 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: 665/1341] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1342] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:14.189 8 INFO neutron.db.securitygroups_db [None req-f8a050b5-5e1b-482d-81c7-578a4eb66eb1 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Project 1d4939d55fed4fdb9c7237e93b1ea167 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: 678/1343] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1344] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1347] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1348] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:36:14 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1349] 10.0.0.179 () {34 vars in 747 bytes} [Thu Jun 25 23:36:14 2026] PUT /v2.0/ports/5ed2aa46-88e5-49df-ba00-0be8f5afd0eb/tags => generated 17 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: 667/1350] 10.0.0.179 () {34 vars in 747 bytes} [Thu Jun 25 23:36:14 2026] PUT /v2.0/ports/6eedc88b-9ba6-43fd-ab67-0568f60d077f/tags => generated 25 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: 8|app: 0|req: 684/1351] 10.0.0.179 () {34 vars in 747 bytes} [Thu Jun 25 23:36:14 2026] PUT /v2.0/ports/24da8ca3-ebc1-4602-a3b1-b226982dffd9/tags => generated 34 bytes in 74 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: 668/1352] 10.0.0.179 () {34 vars in 747 bytes} [Thu Jun 25 23:36:14 2026] PUT /v2.0/ports/6eafeaa9-32d9-4ff5-9503-26c4d58c2fa9/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 685/1353] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/networks => generated 1297 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1354] 10.0.0.179 () {32 vars in 660 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1355] 10.0.0.211 () {34 vars in 1098 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-939642970&fields=id&tenant_id=1d4939d55fed4fdb9c7237e93b1ea167 => 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: 686/1356] 10.0.0.179 () {32 vars in 674 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1357] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/ports?tenant_id=0f3af2c7df944c63a62aee79a403d481&device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1358] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1359] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=34fe2e4c-5fa4-4b85-b988-914e1a62ca9c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1360] 10.0.0.179 () {32 vars in 670 bytes} [Thu Jun 25 23:36:14 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1361] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/quotas/1d4939d55fed4fdb9c7237e93b1ea167 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1362] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/subnets?id=9d3a7595-00f7-4648-9f55-74ca77b3e554 => generated 696 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1363] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&fields=id => generated 103 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1364] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1365] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?network_id=8058aeac-42d2-447a-934d-063cd442ee96&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: 691/1366] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?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: 676/1367] 10.0.0.179 () {32 vars in 668 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1368] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/networks/8058aeac-42d2-447a-934d-063cd442ee96?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1369] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1370] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/networks/8058aeac-42d2-447a-934d-063cd442ee96?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: 693/1371] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1372] 10.0.0.179 () {32 vars in 678 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1373] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 680/1374] 10.0.0.179 () {32 vars in 690 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1375] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1376] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:15 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:15.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-a948c58d-2b3a-420f-ad77-92cfe07d9ff9 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] TaaS: Handle Delete Port: 5ed2aa46-88e5-49df-ba00-0be8f5afd0eb 2026-06-25 23:36:15.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a948c58d-2b3a-420f-ad77-92cfe07d9ff9 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Tap Mirror: Handle Delete Port: 5ed2aa46-88e5-49df-ba00-0be8f5afd0eb [pid: 7|app: 0|req: 681/1377] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:36:15 2026] DELETE /v2.0/ports/5ed2aa46-88e5-49df-ba00-0be8f5afd0eb => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:15.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-59d62b59-c870-48fe-8346-76755770d780 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] TaaS: Handle Delete Port: 6eedc88b-9ba6-43fd-ab67-0568f60d077f 2026-06-25 23:36:15.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59d62b59-c870-48fe-8346-76755770d780 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Tap Mirror: Handle Delete Port: 6eedc88b-9ba6-43fd-ab67-0568f60d077f [pid: 8|app: 0|req: 697/1378] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:36:15 2026] DELETE /v2.0/ports/6eedc88b-9ba6-43fd-ab67-0568f60d077f => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:16.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c14193-58a7-4682-a121-33d0ed0ad3ee 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] TaaS: Handle Delete Port: 24da8ca3-ebc1-4602-a3b1-b226982dffd9 2026-06-25 23:36:16.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c14193-58a7-4682-a121-33d0ed0ad3ee 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Tap Mirror: Handle Delete Port: 24da8ca3-ebc1-4602-a3b1-b226982dffd9 [pid: 7|app: 0|req: 682/1379] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:36:15 2026] DELETE /v2.0/ports/24da8ca3-ebc1-4602-a3b1-b226982dffd9 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:16.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-df572536-eb0b-4721-8901-ddbcce53d224 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] TaaS: Handle Delete Port: 6eafeaa9-32d9-4ff5-9503-26c4d58c2fa9 2026-06-25 23:36:16.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df572536-eb0b-4721-8901-ddbcce53d224 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Tap Mirror: Handle Delete Port: 6eafeaa9-32d9-4ff5-9503-26c4d58c2fa9 [pid: 8|app: 0|req: 698/1380] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/ports/6eafeaa9-32d9-4ff5-9503-26c4d58c2fa9 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:16.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-5701c0c5-8c81-4a59-bb54-c1839b43dfad 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] TaaS: Handle Delete Port: b0cf12fc-05ba-444a-b62f-895d5b293acf 2026-06-25 23:36:16.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5701c0c5-8c81-4a59-bb54-c1839b43dfad 3b01f7c693d14a028886372378dbff45 0a93dc1ea6024b5599364b8986cf5e68 - - default default] Tap Mirror: Handle Delete Port: b0cf12fc-05ba-444a-b62f-895d5b293acf [pid: 7|app: 0|req: 683/1381] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/ports/b0cf12fc-05ba-444a-b62f-895d5b293acf => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1382] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:16.607 8 INFO neutron.services.segments.plugin [-] Segment 60d688cd-47f8-47a5-b497-a01a6e9b6556 resource provider aggregate not found 2026-06-25 23:36:16.616 8 INFO neutron.services.segments.plugin [-] Segment 60d688cd-47f8-47a5-b497-a01a6e9b6556 resource provider aggregate not found 2026-06-25 23:36:16.632 8 INFO neutron.services.segments.plugin [-] Segment 60d688cd-47f8-47a5-b497-a01a6e9b6556 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60d688cd-47f8-47a5-b497-a01a6e9b6556 found for delete ", "request_id": "req-b3afde2f-a122-4196-add4-7837acbb7347"}]} 2026-06-25 23:36:16.637 8 INFO neutron.services.segments.plugin [-] Segment 60d688cd-47f8-47a5-b497-a01a6e9b6556 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60d688cd-47f8-47a5-b497-a01a6e9b6556 found for delete ", "request_id": "req-9630cbaf-c041-4752-9c4d-686c86249a65"}]} [pid: 8|app: 0|req: 699/1383] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/networks/35ff5eb7-f397-4d33-8b7b-7f8e31d3b8e0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:16.779 7 INFO neutron.services.segments.plugin [-] Segment cf339d41-d774-4e62-9a41-756c125c2869 resource provider aggregate not found 2026-06-25 23:36:16.798 7 INFO neutron.services.segments.plugin [-] Segment cf339d41-d774-4e62-9a41-756c125c2869 resource provider aggregate not found 2026-06-25 23:36:16.807 7 INFO neutron.services.segments.plugin [-] Segment cf339d41-d774-4e62-9a41-756c125c2869 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf339d41-d774-4e62-9a41-756c125c2869 found for delete ", "request_id": "req-583a284e-793e-4a16-acd1-05625a516ef7"}]} [pid: 7|app: 0|req: 685/1384] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/networks/a26a5165-4702-4244-b194-e6a5c1603ce6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1385] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:16.823 7 INFO neutron.services.segments.plugin [-] Segment cf339d41-d774-4e62-9a41-756c125c2869 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf339d41-d774-4e62-9a41-756c125c2869 found for delete ", "request_id": "req-5a214875-c6f7-474c-97f7-dc07ed94f94e"}]} [pid: 8|app: 0|req: 701/1386] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:16 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1387] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/networks/dfda02ca-42ad-4834-abd2-f0e1d13717a3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1388] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:16 2026] DELETE /v2.0/networks/6d869140-69cf-45e1-8e1c-93b1938c09ac => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1389] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:17 2026] DELETE /v2.0/networks/a322c875-e7e8-4e00-90a5-3328c97b20da => 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: 688/1390] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 703/1391] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1392] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 704/1393] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1394] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 705/1395] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:17 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1396] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1397] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1398] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1399] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups?tenant_id=45f561dc238f4ca7ab442b4a87313352&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1400] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:18 2026] DELETE /v2.0/security-groups/0a645bf8-5eda-4873-bd65-87a418ec690e => 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: 707/1401] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups?tenant_id=0a93dc1ea6024b5599364b8986cf5e68&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:18.653 8 INFO neutron.services.segments.plugin [-] Segment 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 resource provider aggregate not found 2026-06-25 23:36:18.660 8 INFO neutron.services.segments.plugin [-] Segment 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 resource provider aggregate not found 2026-06-25 23:36:18.677 8 INFO neutron.services.segments.plugin [-] Segment 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 found for delete ", "request_id": "req-83386939-8d7e-47d8-9fa4-ef86abf95e79"}]} 2026-06-25 23:36:18.679 8 INFO neutron.services.segments.plugin [-] Segment 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d48d81-1ce9-4272-a0f4-f6a18f4a45e2 found for delete ", "request_id": "req-ec63c74f-67cc-42da-829d-bf1fa2be0e20"}]} [pid: 7|app: 0|req: 695/1402] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:18 2026] DELETE /v2.0/security-groups/3d261531-19ca-4ae7-b5ad-26f14efe4787 => 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: 708/1403] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:18.831 7 INFO neutron.services.segments.plugin [-] Segment 01828ab2-ab59-40fe-9438-5b94603ac455 resource provider aggregate not found 2026-06-25 23:36:18.853 7 INFO neutron.services.segments.plugin [-] Segment 01828ab2-ab59-40fe-9438-5b94603ac455 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01828ab2-ab59-40fe-9438-5b94603ac455 found for delete ", "request_id": "req-e201f89a-af85-4cef-841d-7580dc4329b1"}]} 2026-06-25 23:36:18.858 7 INFO neutron.services.segments.plugin [-] Segment 01828ab2-ab59-40fe-9438-5b94603ac455 resource provider aggregate not found 2026-06-25 23:36:18.875 7 INFO neutron.services.segments.plugin [-] Segment 2174effc-8ecb-4565-9827-a20d3d411399 resource provider aggregate not found 2026-06-25 23:36:18.899 7 INFO neutron.services.segments.plugin [-] Segment 01828ab2-ab59-40fe-9438-5b94603ac455 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01828ab2-ab59-40fe-9438-5b94603ac455 found for delete ", "request_id": "req-b94ca355-fb47-420e-bc71-f9951f791790"}]} 2026-06-25 23:36:18.902 7 INFO neutron.services.segments.plugin [-] Segment 2174effc-8ecb-4565-9827-a20d3d411399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2174effc-8ecb-4565-9827-a20d3d411399 found for delete ", "request_id": "req-d31e9f72-9bc7-443c-9e0b-0f15cc13ec1e"}]} 2026-06-25 23:36:18.911 7 INFO neutron.services.segments.plugin [-] Segment 2174effc-8ecb-4565-9827-a20d3d411399 resource provider aggregate not found 2026-06-25 23:36:18.930 7 INFO neutron.services.segments.plugin [-] Segment 2174effc-8ecb-4565-9827-a20d3d411399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2174effc-8ecb-4565-9827-a20d3d411399 found for delete ", "request_id": "req-e923cb44-dbdc-4e2b-86c1-201332cf446c"}]} [pid: 7|app: 0|req: 696/1404] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:18 2026] GET /v2.0/security-groups?tenant_id=751f0fdc94df42adad8abf0a234982a7&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1405] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:19 2026] DELETE /v2.0/security-groups/22a6fd1f-dcd4-4929-a3bf-2d2497c3b211 => 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: 697/1406] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1407] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1408] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 711/1409] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1410] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?tenant_id=a11273603882494fa79242e5127673e1&device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 712/1411] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/networks?id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855 => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1412] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=cb6d91c0-5206-43b2-a8d3-0101c98de2f2 => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1413] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1414] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/subnets?id=f126c4b7-4a69-4f32-8463-87a72138bde3 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1415] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1d4939d55fed4fdb9c7237e93b1ea167 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1416] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1417] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/ports?network_id=ba0b9dd1-0aec-46d0-8839-732cbb3f9855&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: 716/1418] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1419] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:19 2026] GET /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855?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: 703/1420] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:36:19 2026] POST /v2.0/ports => generated 958 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, ' [pid: 7|app: 0|req: 704/1421] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1422] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1423] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1424] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1425] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:36:20 2026] PUT /v2.0/ports/5a1da1af-3b96-4ecd-aa3e-442f3daa9475 => generated 1239 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:20.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b44eff42-6fad-4cb5-a08a-315921d12834'] response: {'name': 'network-changed', 'server_uuid': '16646427-3158-424c-8305-0dd1620dc82d', 'tag': '5a1da1af-3b96-4ecd-aa3e-442f3daa9475', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 708/1426] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 719/1427] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1428] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1429] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:20 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1430] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1431] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/networks?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1432] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 723/1433] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 711/1434] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1435] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1436] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:21 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1437] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1438] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1439] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1440] 199.19.213.132 () {34 vars in 1060 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5a1da1af-3b96-4ecd-aa3e-442f3daa9475 => 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: 714/1441] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 728/1442] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1443] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/subnets?id=111503f9-de76-4c05-a6fd-91903c616263 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1444] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/ports?network_id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2&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: 716/1445] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1446] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:22 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1447] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => 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: 731/1448] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/security-groups?id=03242ee7-5e96-4884-9897-8511e18e7369&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: 718/1449] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1450] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1451] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:23.353 8 INFO neutron_taas.services.taas.taas_plugin [req-5701347d-3318-417d-8891-6ec4bff7ecf0 req-17c8c298-a0bc-4f29-b5a2-8acdcfb520d0 c7548b256efc406f8ee46390b6941f72 0f3af2c7df944c63a62aee79a403d481 - - default default] TaaS: Handle Delete Port: 34fe2e4c-5fa4-4b85-b988-914e1a62ca9c 2026-06-25 23:36:23.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5701347d-3318-417d-8891-6ec4bff7ecf0 req-17c8c298-a0bc-4f29-b5a2-8acdcfb520d0 c7548b256efc406f8ee46390b6941f72 0f3af2c7df944c63a62aee79a403d481 - - default default] Tap Mirror: Handle Delete Port: 34fe2e4c-5fa4-4b85-b988-914e1a62ca9c [pid: 8|app: 0|req: 732/1452] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:36:23 2026] DELETE /v2.0/ports/34fe2e4c-5fa4-4b85-b988-914e1a62ca9c => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:23.552 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12d8e163-ace1-41b9-b357-cd8a17207625'] response: {'server_uuid': '1702f76a-2b70-4eca-bf17-4f7c90b938c5', 'name': 'network-vif-deleted', 'tag': '34fe2e4c-5fa4-4b85-b988-914e1a62ca9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 721/1453] 10.0.0.179 () {34 vars in 678 bytes} [Thu Jun 25 23:36:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1454] 10.0.0.179 () {34 vars in 678 bytes} [Thu Jun 25 23:36:23 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: 7|app: 0|req: 722/1455] 10.0.0.179 () {34 vars in 678 bytes} [Thu Jun 25 23:36:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1456] 10.0.0.179 () {34 vars in 678 bytes} [Thu Jun 25 23:36:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1457] 10.0.0.179 () {34 vars in 678 bytes} [Thu Jun 25 23:36:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1458] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:36:23 2026] PUT /v2.0/policies/30b1805f-924b-4d12-bd33-53ed4a430bf5/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1459] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1460] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:36:23 2026] PUT /v2.0/policies/e64d5651-9359-4615-967c-66a0e7a144f7/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: 736/1461] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:23 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&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: 726/1462] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:36:23 2026] PUT /v2.0/policies/6af7c9bf-057a-4cf2-8fba-61f624e7a516/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: 737/1463] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:36:24 2026] PUT /v2.0/policies/eb1ffdc6-7c44-4bb4-84b8-bec99952e82d/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1464] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => 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: 738/1465] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 739/1466] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1467] 10.0.0.179 () {32 vars in 674 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1468] 10.0.0.179 () {32 vars in 688 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1469] 10.0.0.179 () {32 vars in 684 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1470] 10.0.0.179 () {32 vars in 696 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1471] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1472] 10.0.0.179 () {32 vars in 696 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1473] 10.0.0.179 () {32 vars in 692 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1474] 10.0.0.179 () {32 vars in 704 bytes} [Thu Jun 25 23:36:24 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1475] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:36:24 2026] DELETE /v2.0/qos/policies/30b1805f-924b-4d12-bd33-53ed4a430bf5 => 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: 733/1476] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 744/1477] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:36:25 2026] DELETE /v2.0/qos/policies/e64d5651-9359-4615-967c-66a0e7a144f7 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1478] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1479] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:36:25 2026] DELETE /v2.0/qos/policies/6af7c9bf-057a-4cf2-8fba-61f624e7a516 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1480] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:36:25 2026] DELETE /v2.0/qos/policies/eb1ffdc6-7c44-4bb4-84b8-bec99952e82d => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1481] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:36:25 2026] DELETE /v2.0/qos/policies/4c75b157-69e4-4975-98ee-bfe9dd5e1126 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1482] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1483] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1484] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:25 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1485] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 739/1486] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1487] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/ports?device_id=1702f76a-2b70-4eca-bf17-4f7c90b938c5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1488] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/security-groups?tenant_id=e3a355bc2a8c4f9481462242510011de&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1489] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:26 2026] DELETE /v2.0/security-groups/b8e578cc-08e0-4b80-9619-2d0be4c07c7e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1490] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1491] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1492] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:26 2026] GET /v2.0/security-groups?tenant_id=52fb1737eefe42f08d7e7b25245a6081&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: 743/1493] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:26 2026] DELETE /v2.0/security-groups/0b59eac5-10a5-4fcb-9472-ed27e5d5ad5e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1494] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/security-groups?tenant_id=acc9f8b0935d424ba7e51cc79e614f74&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: 744/1495] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:27 2026] DELETE /v2.0/security-groups/1b4c4c8e-aa68-4584-a11d-76bcfdd29e04 => 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: 752/1496] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1497] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1498] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1499] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:27 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:28.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-517a3133-24c3-4ee6-97e6-c5da5a613093 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 11f7495d-5202-4674-9223-81fde37c1884 2026-06-25 23:36:28.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-517a3133-24c3-4ee6-97e6-c5da5a613093 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 11f7495d-5202-4674-9223-81fde37c1884 [pid: 7|app: 0|req: 748/1500] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:28 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 753/1501] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:36:27 2026] PUT /v2.0/routers/16abc969-b4d8-4378-842b-d524cc1ba0de/remove_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1502] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:28 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:28.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c16b8e2-74c7-48b9-9267-118928bc8ef6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 252392a7-7ff6-4454-802e-045ae0f7ba37 2026-06-25 23:36:28.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c16b8e2-74c7-48b9-9267-118928bc8ef6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 252392a7-7ff6-4454-802e-045ae0f7ba37 [pid: 7|app: 0|req: 750/1503] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:29.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c16b8e2-74c7-48b9-9267-118928bc8ef6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 32551e1d-34be-41c4-b045-d5a45f4dc857 [pid: 7|app: 0|req: 751/1504] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:29.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c16b8e2-74c7-48b9-9267-118928bc8ef6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 32551e1d-34be-41c4-b045-d5a45f4dc857 [pid: 7|app: 0|req: 752/1505] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1508] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1509] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:36:29 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:29.538 8 INFO neutron.services.segments.plugin [-] Segment e01a8e63-d0d3-4c48-9ff6-9362adef54e2 resource provider aggregate not found 2026-06-25 23:36:29.545 8 INFO neutron.services.segments.plugin [-] Segment e01a8e63-d0d3-4c48-9ff6-9362adef54e2 resource provider aggregate not found 2026-06-25 23:36:29.561 8 INFO neutron.services.segments.plugin [-] Segment e01a8e63-d0d3-4c48-9ff6-9362adef54e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e01a8e63-d0d3-4c48-9ff6-9362adef54e2 found for delete ", "request_id": "req-4036ee15-a65b-4279-9785-65fc912d037d"}]} 2026-06-25 23:36:29.566 8 INFO neutron.services.segments.plugin [-] Segment e01a8e63-d0d3-4c48-9ff6-9362adef54e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e01a8e63-d0d3-4c48-9ff6-9362adef54e2 found for delete ", "request_id": "req-bf0047a4-b549-48bd-9a1a-3ba78815a2bc"}]} 2026-06-25 23:36:29.582 8 INFO neutron.db.l3_hamode_db [None req-5c16b8e2-74c7-48b9-9267-118928bc8ef6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 812bc102-b857-46e9-842d-c4316c86e20a was deleted as no HA routers are present in tenant 0f3af2c7df944c63a62aee79a403d481. [pid: 8|app: 0|req: 754/1510] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:28 2026] DELETE /v2.0/routers/16abc969-b4d8-4378-842b-d524cc1ba0de => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1511] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:29 2026] DELETE /v2.0/subnets/9d3a7595-00f7-4648-9f55-74ca77b3e554 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:29.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-8057b52e-8023-4ec8-a708-7876ccd831c5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 24be1bde-0322-45c3-a3d5-38b9d500c276 2026-06-25 23:36:29.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8057b52e-8023-4ec8-a708-7876ccd831c5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 24be1bde-0322-45c3-a3d5-38b9d500c276 [pid: 8|app: 0|req: 756/1512] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:29 2026] DELETE /v2.0/networks/8058aeac-42d2-447a-934d-063cd442ee96 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1513] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/security-groups?tenant_id=0f3af2c7df944c63a62aee79a403d481&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:30.312 7 INFO neutron.db.l3_db [None req-195a5248-9f9d-4b57-85d9-30b85b5317f5 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Floating IP df6e5258-9e6d-415a-9434-3c813eeef6ae associated. External IP: 10.96.250.218, port: 5a1da1af-3b96-4ecd-aa3e-442f3daa9475. [pid: 8|app: 0|req: 758/1514] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:30 2026] DELETE /v2.0/security-groups/03242ee7-5e96-4884-9897-8511e18e7369 => 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: 757/1515] 10.0.0.179 () {34 vars in 677 bytes} [Thu Jun 25 23:36:29 2026] POST /v2.0/floatingips => generated 856 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:30.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-581ece04-35bf-475d-a254-e4c6f4361c92'] response: {'name': 'network-changed', 'server_uuid': '16646427-3158-424c-8305-0dd1620dc82d', 'tag': '5a1da1af-3b96-4ecd-aa3e-442f3daa9475', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 759/1516] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:30 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 856 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1517] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1518] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1519] 199.19.213.132 () {34 vars in 1060 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5a1da1af-3b96-4ecd-aa3e-442f3daa9475 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1520] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/subnets?id=111503f9-de76-4c05-a6fd-91903c616263 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1521] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/ports?network_id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2&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: 762/1522] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:36:31.592 8 INFO neutron.services.segments.plugin [-] Segment 56f61007-c048-4058-a86e-f84f74f72b0d resource provider aggregate not found 2026-06-25 23:36:31.595 8 INFO neutron.services.segments.plugin [-] Segment 56f61007-c048-4058-a86e-f84f74f72b0d resource provider aggregate not found 2026-06-25 23:36:31.611 8 INFO neutron.services.segments.plugin [-] Segment 56f61007-c048-4058-a86e-f84f74f72b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f61007-c048-4058-a86e-f84f74f72b0d found for delete ", "request_id": "req-c527a4cb-01cc-4762-a6f6-54d9e7d15ae4"}]} 2026-06-25 23:36:31.614 8 INFO neutron.services.segments.plugin [-] Segment 56f61007-c048-4058-a86e-f84f74f72b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f61007-c048-4058-a86e-f84f74f72b0d found for delete ", "request_id": "req-39ecbdd9-fbe2-4b54-8ad6-66daf98b0869"}]} [pid: 7|app: 0|req: 761/1523] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?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: 763/1524] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:31 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1525] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:32 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1526] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:36:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1527] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:36:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1528] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:36:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1529] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:36:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1530] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:36:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1531] 10.0.0.179 () {34 vars in 767 bytes} [Thu Jun 25 23:36:33 2026] PUT /v2.0/security-groups/0f537ed0-348e-44ed-8215-a8d5dbd4883b/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1532] 10.0.0.179 () {34 vars in 767 bytes} [Thu Jun 25 23:36:33 2026] PUT /v2.0/security-groups/608f5d24-b908-4016-81ff-7b2988de4dd0/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: 768/1533] 10.0.0.179 () {34 vars in 767 bytes} [Thu Jun 25 23:36:33 2026] PUT /v2.0/security-groups/c3a70bb2-54b0-4d9e-bbc9-de264d47f3f3/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1534] 10.0.0.179 () {34 vars in 767 bytes} [Thu Jun 25 23:36:33 2026] PUT /v2.0/security-groups/677cbe00-0368-43c7-a4c7-732b5661497f/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: 769/1535] 10.0.0.179 () {32 vars in 680 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1536] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1537] 10.0.0.179 () {32 vars in 690 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1538] 10.0.0.179 () {32 vars in 702 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1539] 10.0.0.179 () {32 vars in 688 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1540] 10.0.0.179 () {32 vars in 702 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1541] 10.0.0.179 () {32 vars in 698 bytes} [Thu Jun 25 23:36:33 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1542] 10.0.0.179 () {32 vars in 710 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1543] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/0f537ed0-348e-44ed-8215-a8d5dbd4883b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1544] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/608f5d24-b908-4016-81ff-7b2988de4dd0 => 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: 774/1545] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/c3a70bb2-54b0-4d9e-bbc9-de264d47f3f3 => 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: 772/1546] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/677cbe00-0368-43c7-a4c7-732b5661497f => 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: 775/1547] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:34 2026] DELETE /v2.0/security-groups/6e7e5b6f-0c1c-4603-8a0c-3df57490fe16 => 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: 773/1548] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:34 2026] GET /v2.0/security-groups?tenant_id=5ddc900cc96f4b9c8635806796cc4615&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1549] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:35 2026] DELETE /v2.0/security-groups/d1baf9a8-e510-49a7-b217-224ef6b16c7b => 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: 777/1550] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:35 2026] GET /v2.0/security-groups?tenant_id=9147dd4405f440d280d6e47d872793cf&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: 774/1551] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:35 2026] GET /v2.0/security-groups?tenant_id=05146f30ab0848e4b7e881cbb66b3586&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1552] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:35 2026] DELETE /v2.0/security-groups/cde0d469-6227-47d0-9701-d6e231d8978c => 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: 775/1553] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:35 2026] DELETE /v2.0/security-groups/3b745a90-26ab-4f6b-96ba-cad23bb4f120 => 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: 779/1554] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:35 2026] GET /v2.0/security-groups?tenant_id=1734bff278fa4430966c635322d00b77&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1555] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:35 2026] DELETE /v2.0/security-groups/fb45bd77-9d19-463d-b688-da6872c81aeb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1556] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:36 2026] GET /v2.0/security-groups?tenant_id=4bf8c0ff153d42eeb7fd7fd9b1f77ac5&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1557] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:36 2026] DELETE /v2.0/security-groups/5909d9cf-cf8d-4710-ba60-1f905ec0232a => 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: 781/1558] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:36:37 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 778/1559] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:36:37 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1560] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:36:39 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1561] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:36:39 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1562] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/security-groups?tenant_id=6a019aa739ba44d39cbc22b6c27e91db&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1563] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:40 2026] DELETE /v2.0/security-groups/4d1472c6-b1ed-4a3b-8951-9c64c04ef08e => 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: 781/1564] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:40 2026] GET /v2.0/security-groups?tenant_id=0c9bf387d84041d38fde5e5dd5111b12&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: 782/1565] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:40 2026] DELETE /v2.0/security-groups/0901fb19-651d-4d85-905f-d1129365c1d1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:41.071 8 INFO neutron.db.segments_db [None req-9ef799d8-6d95-4d5f-a05e-fa143d4551f7 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] Added segment cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd of type vxlan for network 7d515a1f-1c8a-44c0-a6c6-82e35772c4a9 [pid: 8|app: 0|req: 784/1566] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:40 2026] POST /v2.0/networks => generated 632 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1567] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:41 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) 2026-06-25 23:36:41.464 8 INFO neutron.db.segments_db [None req-3b1358cc-2ccf-4c29-be49-9256331cc95e 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] Added segment 2e945ba6-501b-4ab4-b99c-8529a83c9101 of type vxlan for network 9640cce6-a645-48bf-ae59-88457e32377e [pid: 8|app: 0|req: 785/1568] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:41 2026] POST /v2.0/networks => generated 630 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1569] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:41 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:41.842 8 INFO neutron.db.segments_db [None req-de745824-6cde-4fb1-b7c1-2cb3e9728220 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] Added segment 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 of type vxlan for network c8fb61a1-4eb0-4b64-a9e9-4c7d4507063c [pid: 8|app: 0|req: 786/1570] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:41 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1571] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:41 2026] POST /v2.0/subnets => generated 629 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:42.205 8 INFO neutron.db.segments_db [None req-5d6c672c-622a-40b0-9274-4c11593f7b0e 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] Added segment 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b of type vxlan for network 1d8d7a17-88da-4cf7-9153-3cd815aecb1d [pid: 8|app: 0|req: 787/1572] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:42 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1573] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:42 2026] POST /v2.0/subnets => generated 629 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:42.566 8 INFO neutron.db.segments_db [None req-4a33abef-5b07-42ba-ae3c-3c5d28d2d36c 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] Added segment 5da4c365-87ae-44ab-83e6-8f641f522745 of type vxlan for network 733f711a-e35a-42c4-b741-e0003fab54d4 [pid: 8|app: 0|req: 788/1574] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:42 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1575] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:42 2026] POST /v2.0/subnets => generated 629 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1576] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:36:42 2026] PUT /v2.0/subnets/0950bc12-dcc6-4cd0-89af-9bba4923bd92/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1577] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:36:43 2026] PUT /v2.0/subnets/60625cbc-7970-419b-99e4-e2e331ddd176/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: 790/1578] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:36:43 2026] PUT /v2.0/subnets/a033365c-5c1a-43fa-b65b-1f01265ad5a9/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1579] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:36:43 2026] PUT /v2.0/subnets/96b4ab9f-6cf0-472a-9824-a65bb0fe72b5/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1580] 10.0.0.179 () {32 vars in 664 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1581] 10.0.0.179 () {32 vars in 678 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1582] 10.0.0.179 () {32 vars in 674 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1583] 10.0.0.179 () {32 vars in 686 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1584] 10.0.0.179 () {32 vars in 672 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1585] 10.0.0.179 () {32 vars in 686 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1586] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1587] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:36:43 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1588] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:43 2026] DELETE /v2.0/subnets/0950bc12-dcc6-4cd0-89af-9bba4923bd92 => 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: 794/1589] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:43 2026] DELETE /v2.0/subnets/60625cbc-7970-419b-99e4-e2e331ddd176 => 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: 796/1590] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/subnets/a033365c-5c1a-43fa-b65b-1f01265ad5a9 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1591] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/subnets/96b4ab9f-6cf0-472a-9824-a65bb0fe72b5 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1594] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/subnets/4ab85683-ac3d-4609-aaac-8f9a7595411c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:44.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5a1edb7-6cee-4483-b6a5-78372071e4a5 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] TaaS: Handle Delete Port: 14b7e6ad-3eaf-498e-bc25-8076f61df6ef 2026-06-25 23:36:44.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5a1edb7-6cee-4483-b6a5-78372071e4a5 4227e3328e0d4cd9bc7ea06398a8e084 bfe8c467ec1c4aa8808c7f6bcd4d5748 - - default default] Tap Mirror: Handle Delete Port: 14b7e6ad-3eaf-498e-bc25-8076f61df6ef 2026-06-25 23:36:44.720 7 INFO neutron.services.segments.plugin [-] Segment cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd resource provider aggregate not found 2026-06-25 23:36:44.721 7 INFO neutron.services.segments.plugin [-] Segment cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd resource provider aggregate not found 2026-06-25 23:36:44.746 7 INFO neutron.services.segments.plugin [-] Segment cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd found for delete ", "request_id": "req-37a92697-e16d-4df8-a003-5240a4c53ee7"}]} [pid: 7|app: 0|req: 797/1595] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/networks/7d515a1f-1c8a-44c0-a6c6-82e35772c4a9 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:44.762 7 INFO neutron.services.segments.plugin [-] Segment cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb2363c5-ed4c-4dd3-ae55-1a0d60e9a6fd found for delete ", "request_id": "req-1f303cfa-5a24-4c93-a4aa-f866de8454fd"}]} 2026-06-25 23:36:44.899 8 INFO neutron.services.segments.plugin [-] Segment 2e945ba6-501b-4ab4-b99c-8529a83c9101 resource provider aggregate not found 2026-06-25 23:36:44.913 8 INFO neutron.services.segments.plugin [-] Segment 2e945ba6-501b-4ab4-b99c-8529a83c9101 resource provider aggregate not found 2026-06-25 23:36:44.924 8 INFO neutron.services.segments.plugin [-] Segment 2e945ba6-501b-4ab4-b99c-8529a83c9101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e945ba6-501b-4ab4-b99c-8529a83c9101 found for delete ", "request_id": "req-8f5f37c4-d502-4cc2-976d-9afb6a94c1a0"}]} [pid: 8|app: 0|req: 799/1596] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/networks/9640cce6-a645-48bf-ae59-88457e32377e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:44.942 8 INFO neutron.services.segments.plugin [-] Segment 2e945ba6-501b-4ab4-b99c-8529a83c9101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e945ba6-501b-4ab4-b99c-8529a83c9101 found for delete ", "request_id": "req-c79d3292-2a82-419b-a9c9-0175d7b1c0b9"}]} [pid: 7|app: 0|req: 798/1597] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:44 2026] DELETE /v2.0/networks/c8fb61a1-4eb0-4b64-a9e9-4c7d4507063c => 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: 800/1598] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:45 2026] DELETE /v2.0/networks/1d8d7a17-88da-4cf7-9153-3cd815aecb1d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1599] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:36:45 2026] DELETE /v2.0/networks/733f711a-e35a-42c4-b741-e0003fab54d4 => 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: 801/1600] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:46 2026] GET /v2.0/security-groups?tenant_id=bfe8c467ec1c4aa8808c7f6bcd4d5748&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1601] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:46 2026] DELETE /v2.0/security-groups/b2a6efd6-c34e-4786-a86e-61e91e4ad631 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:46.772 7 INFO neutron.services.segments.plugin [-] Segment 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 resource provider aggregate not found 2026-06-25 23:36:46.780 7 INFO neutron.services.segments.plugin [-] Segment 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 resource provider aggregate not found 2026-06-25 23:36:46.793 7 INFO neutron.services.segments.plugin [-] Segment 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 found for delete ", "request_id": "req-dc751598-b872-43ed-9277-8576b0eb49d2"}]} 2026-06-25 23:36:46.800 7 INFO neutron.services.segments.plugin [-] Segment 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 605f3ba8-b8bf-4704-a67d-587ac18d9cf3 found for delete ", "request_id": "req-bbe14582-9370-451c-a4a6-d47155211c44"}]} 2026-06-25 23:36:46.814 7 INFO neutron.services.segments.plugin [-] Segment 5da4c365-87ae-44ab-83e6-8f641f522745 resource provider aggregate not found 2026-06-25 23:36:46.823 7 INFO neutron.services.segments.plugin [-] Segment 5da4c365-87ae-44ab-83e6-8f641f522745 resource provider aggregate not found 2026-06-25 23:36:46.834 7 INFO neutron.services.segments.plugin [-] Segment 5da4c365-87ae-44ab-83e6-8f641f522745 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5da4c365-87ae-44ab-83e6-8f641f522745 found for delete ", "request_id": "req-68c0b772-5646-4dc7-97c9-6c91162e57a4"}]} 2026-06-25 23:36:46.840 7 INFO neutron.services.segments.plugin [-] Segment 5da4c365-87ae-44ab-83e6-8f641f522745 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5da4c365-87ae-44ab-83e6-8f641f522745 found for delete ", "request_id": "req-2e305854-9be9-4167-9dc9-d365a2407395"}]} [pid: 8|app: 0|req: 802/1602] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:46 2026] GET /v2.0/security-groups?tenant_id=65e012f5c68446d2b023d7b96c4cba6d&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:36:46.943 8 INFO neutron.services.segments.plugin [-] Segment 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b resource provider aggregate not found [pid: 7|app: 0|req: 801/1603] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:46 2026] DELETE /v2.0/security-groups/f70e8c91-88fc-4acd-8b80-c25e31dd131e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:46.963 8 INFO neutron.services.segments.plugin [-] Segment 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b found for delete ", "request_id": "req-a939b7d8-0685-4a14-8ce7-6f8fc0d87a2d"}]} 2026-06-25 23:36:46.965 8 INFO neutron.services.segments.plugin [-] Segment 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b resource provider aggregate not found 2026-06-25 23:36:46.981 8 INFO neutron.services.segments.plugin [-] Segment 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fcf8693-50eb-4abd-ac98-9bc07b9fd13b found for delete ", "request_id": "req-7e94762d-e292-4095-851f-6ebfccd853a3"}]} [pid: 8|app: 0|req: 803/1604] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/security-groups?tenant_id=38a5cf0a50964a0695535c859571aeff&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1605] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:47 2026] DELETE /v2.0/security-groups/c867a368-fde7-4a44-9951-f6183629bb1a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1606] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/security-groups?tenant_id=78c903f2895e451db5f35ec39292ee1f&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1607] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:47 2026] DELETE /v2.0/security-groups/82809542-0a8f-42bc-acf4-214f6bdd5104 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1608] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:47 2026] GET /v2.0/security-groups?tenant_id=3d5e11b8a18c409ab376196278a4be64&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1609] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:47 2026] DELETE /v2.0/security-groups/1fa3b5c8-f2b1-42c3-9f9e-771046137656 => 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: 804/1610] 10.0.0.179 () {32 vars in 826 bytes} [Thu Jun 25 23:36:48 2026] GET /v2.0/ports?project_id=1d4939d55fed4fdb9c7237e93b1ea167&network_id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 3695 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1611] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:36:48 2026] GET /v2.0/subnets?network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:49.181 7 INFO neutron.db.l3_db [None req-638d82c6-c05c-4192-9693-9d416fcdb3c8 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Floating IP df6e5258-9e6d-415a-9434-3c813eeef6ae disassociated. External IP: 10.96.250.218, port: 5a1da1af-3b96-4ecd-aa3e-442f3daa9475. [pid: 7|app: 0|req: 805/1612] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:36:49 2026] PUT /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 554 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1613] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:49 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:49.481 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7607c6f7-4c24-40bd-a4c9-be69a4a94dc5'] response: {'name': 'network-changed', 'server_uuid': '16646427-3158-424c-8305-0dd1620dc82d', 'tag': '5a1da1af-3b96-4ecd-aa3e-442f3daa9475', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 806/1614] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:36:49 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 809/1615] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1616] 199.19.213.132 () {34 vars in 1060 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5a1da1af-3b96-4ecd-aa3e-442f3daa9475 => 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: 810/1617] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/subnets?id=111503f9-de76-4c05-a6fd-91903c616263 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1618] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/ports?network_id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1619] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1620] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1621] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 813/1622] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1623] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1624] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1625] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1626] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:50 2026] GET /v2.0/security-groups?tenant_id=aaefdf1a39914b9bae9a70874f6604e9&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1627] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:50 2026] DELETE /v2.0/security-groups/2f0c0b93-f408-4ebf-a690-0f85bfd93b99 => 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: 811/1628] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:51 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1629] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:51 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1630] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:51 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1631] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:36:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1632] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:36:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1633] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:36:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1634] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:36:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1635] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:36:52 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) [pid: 7|app: 0|req: 816/1636] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:36:52 2026] PUT /v2.0/subnetpools/ce3f26eb-832f-4679-af7b-ea98d816bf10/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1637] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:36:52 2026] PUT /v2.0/subnetpools/8ad99d6e-f637-4fed-8f22-560f7a6fc0e5/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1638] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:36:52 2026] PUT /v2.0/subnetpools/58ebdbf6-40da-458a-a09f-ca7236a4cee5/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1639] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:36:52 2026] PUT /v2.0/subnetpools/0cc77cf4-e508-4e65-ad2a-45e7867b72fa/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1640] 10.0.0.179 () {32 vars in 672 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1641] 10.0.0.179 () {32 vars in 686 bytes} [Thu Jun 25 23:36:52 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) [pid: 7|app: 0|req: 819/1642] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1643] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1644] 10.0.0.179 () {32 vars in 680 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1645] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1646] 10.0.0.179 () {32 vars in 690 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1647] 10.0.0.179 () {32 vars in 702 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1648] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/subnetpools/ce3f26eb-832f-4679-af7b-ea98d816bf10 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1649] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/subnetpools/8ad99d6e-f637-4fed-8f22-560f7a6fc0e5 => 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: 828/1650] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/subnetpools/58ebdbf6-40da-458a-a09f-ca7236a4cee5 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1651] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/subnetpools/0cc77cf4-e508-4e65-ad2a-45e7867b72fa => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1652] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:36:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1653] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/subnetpools/f3976344-d484-4b5e-9e44-f7a7aa81c018 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1654] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1655] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1656] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/security-groups?id=dcf592c5-3d3d-457d-a3d2-fa1dca6233ed&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1657] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:36:52 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1658] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:53.065 7 INFO neutron_taas.services.taas.taas_plugin [req-c4cb1c4a-24e7-4c89-a51c-70eea72fb1ed req-abba7aa6-6153-40c3-8194-fe0d6913cce8 dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] TaaS: Handle Delete Port: cb6d91c0-5206-43b2-a8d3-0101c98de2f2 2026-06-25 23:36:53.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c4cb1c4a-24e7-4c89-a51c-70eea72fb1ed req-abba7aa6-6153-40c3-8194-fe0d6913cce8 dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] Tap Mirror: Handle Delete Port: cb6d91c0-5206-43b2-a8d3-0101c98de2f2 2026-06-25 23:36:53.194 7 INFO neutron.db.l3_db [req-c4cb1c4a-24e7-4c89-a51c-70eea72fb1ed req-abba7aa6-6153-40c3-8194-fe0d6913cce8 dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] Floating IP 20a030d9-64c8-467f-b5bf-5e207a2c9848 disassociated. External IP: 10.96.250.217, port: cb6d91c0-5206-43b2-a8d3-0101c98de2f2. [pid: 8|app: 0|req: 834/1659] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/security-groups?tenant_id=6cf79e22df584a8ebbb9740e5af1016c&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1660] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 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: 8|app: 0|req: 836/1661] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:53 2026] DELETE /v2.0/security-groups/cc5b2c7b-ffcd-4176-a107-2bfcef9c752d => 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: 826/1662] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:36:52 2026] DELETE /v2.0/ports/cb6d91c0-5206-43b2-a8d3-0101c98de2f2 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:36:53.580 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55ab269c-5675-486c-8205-ab8d1ce6ac79'] response: {'server_uuid': 'bd6bdda8-51f9-4e71-b108-2ceaf1cc8061', 'name': 'network-vif-deleted', 'tag': 'cb6d91c0-5206-43b2-a8d3-0101c98de2f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 837/1663] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:53.710 8 INFO neutron.db.securitygroups_db [None req-c4b0b200-6e45-4052-9542-c4d78122a140 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Project 1d4939d55fed4fdb9c7237e93b1ea167 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: 838/1664] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:53.876 8 INFO neutron.db.securitygroups_db [None req-281af6d8-9b77-4b94-a0ff-2e7b9a9ba4d3 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Project 1d4939d55fed4fdb9c7237e93b1ea167 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: 827/1665] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/security-groups?tenant_id=ad5afff01d7a46d1842bf1eb8ba68fda&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1666] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:36:53 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: 840/1667] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:53 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 828/1668] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:53 2026] DELETE /v2.0/security-groups/a5c41a53-76d6-474a-b231-f6fdc393558e => 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: 841/1669] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/security-groups?tenant_id=3016800d182147a69074a973b411ff2a&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: 829/1670] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:54 2026] DELETE /v2.0/security-groups/ab859a91-8210-4bf3-92d0-8f2e62fa8b1e => 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: 830/1671] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/security-groups?tenant_id=9d64f123dc5246a3893907872c1a885e&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1672] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/networks => generated 1297 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1673] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:54 2026] DELETE /v2.0/security-groups/6fb13451-3f96-48d8-9b71-15b4e747f1d2 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1674] 10.0.0.211 () {34 vars in 1100 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1212744389&fields=id&tenant_id=1d4939d55fed4fdb9c7237e93b1ea167 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1675] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1676] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/quotas/1d4939d55fed4fdb9c7237e93b1ea167 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1677] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:36:54 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1678] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 834/1679] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?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: 846/1680] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1681] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 847/1682] 10.0.0.179 () {32 vars in 653 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1683] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1684] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1685] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1686] 10.0.0.179 () {32 vars in 665 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1687] 10.0.0.179 () {32 vars in 699 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1688] 10.0.0.179 () {32 vars in 697 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1689] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1690] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1691] 10.0.0.179 () {32 vars in 703 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1692] 10.0.0.179 () {32 vars in 693 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1693] 10.0.0.179 () {32 vars in 695 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1694] 10.0.0.179 () {32 vars in 685 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1695] 10.0.0.179 () {32 vars in 687 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1696] 10.0.0.179 () {32 vars in 661 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1697] 10.0.0.179 () {32 vars in 699 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1698] 10.0.0.179 () {32 vars in 679 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1699] 10.0.0.179 () {32 vars in 683 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1700] 10.0.0.179 () {32 vars in 675 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1701] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1702] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1703] 10.0.0.179 () {32 vars in 687 bytes} [Thu Jun 25 23:36:55 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: 858/1704] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:55 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: 7|app: 0|req: 847/1705] 10.0.0.179 () {32 vars in 687 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1706] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1707] 10.0.0.179 () {32 vars in 699 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/ip-substring-filtering => 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: 860/1708] 10.0.0.179 () {32 vars in 679 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1709] 10.0.0.179 () {32 vars in 667 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1710] 10.0.0.179 () {32 vars in 677 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1711] 10.0.0.179 () {32 vars in 665 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/l3-ha => 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: 862/1712] 10.0.0.179 () {32 vars in 675 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1713] 10.0.0.179 () {32 vars in 713 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1714] 10.0.0.179 () {32 vars in 691 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1715] 10.0.0.179 () {32 vars in 683 bytes} [Thu Jun 25 23:36:55 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: 864/1716] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1717] 10.0.0.179 () {32 vars in 687 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1718] 10.0.0.179 () {32 vars in 705 bytes} [Thu Jun 25 23:36:55 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: 7|app: 0|req: 854/1719] 10.0.0.179 () {32 vars in 675 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1720] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1721] 10.0.0.179 () {32 vars in 675 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1722] 10.0.0.179 () {32 vars in 693 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1723] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1724] 10.0.0.179 () {32 vars in 709 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1725] 10.0.0.179 () {32 vars in 705 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1726] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1727] 10.0.0.179 () {32 vars in 697 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1728] 10.0.0.179 () {32 vars in 711 bytes} [Thu Jun 25 23:36:55 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1729] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:55 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: 871/1730] 10.0.0.179 () {32 vars in 687 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1731] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1732] 10.0.0.179 () {32 vars in 675 bytes} [Thu Jun 25 23:36:56 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: 7|app: 0|req: 861/1733] 10.0.0.179 () {32 vars in 671 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1734] 10.0.0.179 () {32 vars in 661 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1735] 10.0.0.179 () {32 vars in 699 bytes} [Thu Jun 25 23:36:56 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: 874/1736] 10.0.0.179 () {32 vars in 699 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1737] 10.0.0.179 () {32 vars in 677 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1738] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1739] 10.0.0.179 () {32 vars in 683 bytes} [Thu Jun 25 23:36:56 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: 876/1740] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1741] 10.0.0.179 () {32 vars in 685 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1742] 10.0.0.179 () {32 vars in 707 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1743] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:56 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: 878/1744] 10.0.0.179 () {32 vars in 697 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1745] 10.0.0.179 () {32 vars in 695 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1746] 10.0.0.179 () {32 vars in 685 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1747] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:56 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: 881/1748] 10.0.0.179 () {32 vars in 705 bytes} [Thu Jun 25 23:36:56 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: 882/1749] 10.0.0.179 () {32 vars in 667 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1750] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/ports?device_id=bd6bdda8-51f9-4e71-b108-2ceaf1cc8061 => 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: 883/1751] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1752] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1753] 10.0.0.179 () {32 vars in 691 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1754] 10.0.0.179 () {32 vars in 691 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1755] 10.0.0.179 () {32 vars in 695 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1756] 10.0.0.179 () {32 vars in 685 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1757] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1758] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1759] 10.0.0.179 () {32 vars in 703 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1760] 10.0.0.179 () {32 vars in 713 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1761] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1762] 10.0.0.179 () {32 vars in 715 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1763] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1764] 10.0.0.179 () {32 vars in 741 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1765] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1766] 10.0.0.179 () {32 vars in 683 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1767] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1768] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1769] 10.0.0.179 () {32 vars in 679 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1770] 10.0.0.179 () {32 vars in 669 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1771] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 895/1772] 10.0.0.179 () {32 vars in 697 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1773] 10.0.0.179 () {32 vars in 705 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1774] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1775] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1776] 10.0.0.179 () {32 vars in 683 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1777] 10.0.0.179 () {32 vars in 705 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1778] 10.0.0.179 () {32 vars in 695 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1779] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1780] 10.0.0.179 () {32 vars in 697 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1781] 10.0.0.179 () {32 vars in 679 bytes} [Thu Jun 25 23:36:56 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: 900/1782] 10.0.0.179 () {32 vars in 689 bytes} [Thu Jun 25 23:36:56 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: 7|app: 0|req: 883/1783] 10.0.0.179 () {32 vars in 701 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1784] 10.0.0.179 () {32 vars in 665 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1785] 10.0.0.179 () {32 vars in 681 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1786] 10.0.0.179 () {32 vars in 677 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1787] 10.0.0.179 () {32 vars in 693 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1788] 10.0.0.179 () {32 vars in 677 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1789] 10.0.0.179 () {32 vars in 667 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1790] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1791] 10.0.0.179 () {32 vars in 675 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1792] 10.0.0.179 () {32 vars in 687 bytes} [Thu Jun 25 23:36:56 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1793] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:36:57 2026] GET /v2.0/security-groups?tenant_id=f159bf7ac0b54aa2800eaa3390484112&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1794] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:57 2026] DELETE /v2.0/security-groups/dcf592c5-3d3d-457d-a3d2-fa1dca6233ed => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:57.401 8 INFO neutron.api.v2.resource [None req-d5be780e-b431-4ca3-a09f-dce860bab386 dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1795] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:36:57 2026] GET /v2.0/security-groups/dcf592c5-3d3d-457d-a3d2-fa1dca6233ed => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1796] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:36:57 2026] DELETE /v2.0/security-groups/ef3aed43-5c92-4127-aef7-4256855a2952 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:57.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-e52df30c-d32d-4ca2-a9db-7ba5e6a6bd8c dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] TaaS: Handle Delete Port: 12cf9c5f-9be2-4cc3-aa0f-d4787d7fbd57 2026-06-25 23:36:57.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e52df30c-d32d-4ca2-a9db-7ba5e6a6bd8c dd09407e652c492c9e348153d37ca4a5 a11273603882494fa79242e5127673e1 - - default default] Tap Mirror: Handle Delete Port: 12cf9c5f-9be2-4cc3-aa0f-d4787d7fbd57 [pid: 7|app: 0|req: 890/1797] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:57 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1798] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:36:57 2026] DELETE /v2.0/floatingips/20a030d9-64c8-467f-b5bf-5e207a2c9848 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:36:58.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a094981-311b-4baf-b574-b42399fb3575 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: a1f42b26-1425-4ea5-97e3-d80b4ce52497 2026-06-25 23:36:58.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a094981-311b-4baf-b574-b42399fb3575 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: a1f42b26-1425-4ea5-97e3-d80b4ce52497 [pid: 8|app: 0|req: 909/1799] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:58 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 891/1800] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:36:57 2026] PUT /v2.0/routers/91a29ea7-59d7-4cef-912c-205ab79342a7/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:36:58.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e61e742-5278-4674-abb1-54a626297c36 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 91ed6877-b69e-4e39-bb47-fb1e1dc75286 2026-06-25 23:36:58.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e61e742-5278-4674-abb1-54a626297c36 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 91ed6877-b69e-4e39-bb47-fb1e1dc75286 2026-06-25 23:36:59.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e61e742-5278-4674-abb1-54a626297c36 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 455cc8f7-ad70-4c54-97d3-272e23bc8007 2026-06-25 23:36:59.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e61e742-5278-4674-abb1-54a626297c36 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 455cc8f7-ad70-4c54-97d3-272e23bc8007 2026-06-25 23:36:59.212 7 INFO neutron.db.segments_db [None req-3b1c909a-36a4-47d3-9585-61db5de7fccc 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Added segment daa90043-09de-407e-8c55-d842f3e0d3e1 of type vxlan for network 2cf98318-3c07-4b1c-be9d-0f82f8cf7acf [pid: 7|app: 0|req: 892/1801] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:58 2026] POST /v2.0/networks => generated 632 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:59.491 7 INFO neutron.db.segments_db [None req-2cc5ed7c-7936-4abc-868e-2739237006b0 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Added segment 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc of type vxlan for network 6608a792-bd9a-4254-8eb9-e12a5bd48705 2026-06-25 23:36:59.547 8 INFO neutron.services.segments.plugin [-] Segment 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 resource provider aggregate not found 2026-06-25 23:36:59.551 8 INFO neutron.services.segments.plugin [-] Segment 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 resource provider aggregate not found 2026-06-25 23:36:59.571 8 INFO neutron.services.segments.plugin [-] Segment 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 found for delete ", "request_id": "req-230d823d-6ca5-46e0-90d5-cd74653742eb"}]} 2026-06-25 23:36:59.573 8 INFO neutron.services.segments.plugin [-] Segment 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a87d1b-d1b3-45b7-90bc-a0dfaa9ff3a3 found for delete ", "request_id": "req-36ec6a2e-ca5e-4356-820d-09bde5dd82b0"}]} [pid: 7|app: 0|req: 893/1802] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/networks => generated 649 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:36:59.583 8 INFO neutron.db.l3_hamode_db [None req-8e61e742-5278-4674-abb1-54a626297c36 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 5e111b7e-c3ac-4dfb-9d76-4250ca815826 was deleted as no HA routers are present in tenant a11273603882494fa79242e5127673e1. [pid: 8|app: 0|req: 910/1805] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:58 2026] DELETE /v2.0/routers/91a29ea7-59d7-4cef-912c-205ab79342a7 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1806] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:36:59 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 660 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1807] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 912/1808] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/subnets => generated 627 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1809] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:36:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1d4939d55fed4fdb9c7237e93b1ea167 => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1810] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:36:59 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 897/1811] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:36:59 2026] DELETE /v2.0/subnets/f126c4b7-4a69-4f32-8463-87a72138bde3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:00.065 7 INFO neutron.db.segments_db [None req-11f0ff84-1359-4866-8944-a34f7ee44fd9 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Added segment 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 of type vxlan for network 50030f77-dacd-4748-bfd1-1f946572bb69 2026-06-25 23:37:00.309 7 INFO neutron.db.l3_hamode_db [None req-11f0ff84-1359-4866-8944-a34f7ee44fd9 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 915/1812] 10.0.0.179 () {34 vars in 666 bytes} [Thu Jun 25 23:36:59 2026] POST /v2.0/trunks => generated 407 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1813] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/ports => generated 954 bytes in 340 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-25 23:37:00.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c50dbe8-7687-449b-9ca0-1e6ee10a2b87 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 2e53e4a7-5d4b-4c5a-88b6-f563256a18af 2026-06-25 23:37:00.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c50dbe8-7687-449b-9ca0-1e6ee10a2b87 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 2e53e4a7-5d4b-4c5a-88b6-f563256a18af 2026-06-25 23:37:01.126 7 INFO neutron.db.l3_hamode_db [None req-11f0ff84-1359-4866-8944-a34f7ee44fd9 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 917/1814] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:00 2026] DELETE /v2.0/networks/ba0b9dd1-0aec-46d0-8839-732cbb3f9855 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:01.232 8 INFO neutron.db.segments_db [None req-a1a0b6e0-78ef-4280-908d-f0734ab257f6 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Added segment d44207dd-3417-476e-829c-0541f38ae390 of type vxlan for network 4ce8fa54-8782-48c4-b9d8-cc4e18850722 [pid: 8|app: 0|req: 918/1815] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:01 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) 2026-06-25 23:37:01.595 8 INFO neutron.services.segments.plugin [-] Segment 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c resource provider aggregate not found 2026-06-25 23:37:01.612 8 INFO neutron.services.segments.plugin [-] Segment 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c resource provider aggregate not found 2026-06-25 23:37:01.635 8 INFO neutron.services.segments.plugin [-] Segment 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c found for delete ", "request_id": "req-6f555742-cd3f-44ac-a46c-93c516239a0a"}]} 2026-06-25 23:37:01.636 8 INFO neutron.services.segments.plugin [-] Segment 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae4d15e-1cf0-4d4f-808b-1b434b7f858c found for delete ", "request_id": "req-638a3fad-e69f-4ec5-96ed-c155683ae9e7"}]} [pid: 8|app: 0|req: 919/1816] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:37:01 2026] PUT /v2.0/ports/34e9808d-a0a5-468a-b199-04fbb4f5b788 => generated 1235 bytes in 452 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: 920/1817] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:01 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:01.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16fff563-cfc0-46ee-8846-2d3ebcb11325'] response: {'name': 'network-changed', 'server_uuid': 'f51bbbfe-9d0f-44dc-95f9-8118191be6b6', 'tag': '34e9808d-a0a5-468a-b199-04fbb4f5b788', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 898/1818] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:00 2026] POST /v2.0/routers => generated 694 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1819] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:37:01 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 899/1820] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/security-groups?tenant_id=a11273603882494fa79242e5127673e1&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: 922/1821] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&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: 923/1822] 10.0.0.179 () {34 vars in 666 bytes} [Thu Jun 25 23:37:02 2026] POST /v2.0/trunks => generated 407 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1823] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:02 2026] DELETE /v2.0/security-groups/4315abb2-cb3b-4042-ad81-0e36e8aecf51 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:02.452 8 INFO neutron.db.segments_db [None req-b7334b73-fbd4-4f40-8da9-f3b6aac197ba 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Added segment e42462d3-f412-4ba3-9aba-bfb1b084cb88 of type vxlan for network 5635282b-6ceb-4d6a-ad7c-32bda6ee3862 [pid: 8|app: 0|req: 925/1824] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:02 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1825] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1826] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:37:02 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 928/1827] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:37:02 2026] GET /v2.0/networks?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1828] 10.0.0.179 () {34 vars in 666 bytes} [Thu Jun 25 23:37:02 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1829] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:03.228 8 INFO neutron.db.segments_db [None req-8d145872-6966-4aca-a2c8-de0d1362a333 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Added segment 882b679c-c630-4716-890f-2afeec1372be of type vxlan for network ecf33388-71df-43dc-863d-f6a86345932c [pid: 8|app: 0|req: 931/1830] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:03 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1831] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1832] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:37:02 2026] PUT /v2.0/routers/2d6e3ae2-b559-4b92-8de6-445cae0e3c54/add_router_interface => generated 309 bytes in 1363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1833] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:03 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1834] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:37:03 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 934/1835] 10.0.0.179 () {34 vars in 666 bytes} [Thu Jun 25 23:37:03 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:03.947 8 INFO neutron.db.segments_db [None req-b0bb5521-b506-4a0a-8591-e204015da072 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Added segment 7af16120-6ad6-45f4-95b5-e2185471fbeb of type vxlan for network fccbe461-7800-4048-aee7-eb9c9ec70db8 [pid: 7|app: 0|req: 902/1836] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:37:03 2026] POST /v2.0/ports => generated 955 bytes in 429 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: 935/1837] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:03 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: 7|app: 0|req: 903/1838] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:37:03 2026] POST /v2.0/ports => generated 954 bytes in 336 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: 904/1839] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1840] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:37:04 2026] POST /v2.0/ports => generated 743 bytes in 315 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: 937/1841] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=34e9808d-a0a5-468a-b199-04fbb4f5b788 => 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: 938/1842] 10.0.0.179 () {34 vars in 666 bytes} [Thu Jun 25 23:37:04 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1843] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/subnets?id=111503f9-de76-4c05-a6fd-91903c616263 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1844] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:04 2026] PUT /v2.0/trunks/e8cb5077-dd8f-48a9-a51d-d8ecfbcc83e1/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1845] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/ports?network_id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2&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: 942/1846] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:04 2026] PUT /v2.0/trunks/5f57a894-26fd-4bef-aae9-8ee02a1c9353/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1847] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1848] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?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: 945/1849] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:04 2026] PUT /v2.0/trunks/8031e427-c9d8-4554-b600-52c770ec9c3e/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1850] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&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: 947/1851] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?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: 948/1852] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:04 2026] PUT /v2.0/trunks/f3f0d279-059b-463e-b96c-aab7ca54e18f/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1853] 10.0.0.179 () {32 vars in 662 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1854] 10.0.0.179 () {32 vars in 676 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1855] 10.0.0.179 () {32 vars in 672 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1856] 10.0.0.179 () {32 vars in 684 bytes} [Thu Jun 25 23:37:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1857] 10.0.0.179 () {32 vars in 670 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1858] 10.0.0.179 () {32 vars in 684 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1859] 10.0.0.179 () {32 vars in 680 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1860] 10.0.0.179 () {32 vars in 692 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1861] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks/e8cb5077-dd8f-48a9-a51d-d8ecfbcc83e1 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:05.214 7 INFO neutron.db.l3_db [None req-8a925b00-0a11-450d-8a4e-193ec54ec833 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Floating IP 7dea17ac-eb2e-49f1-9ee6-78b7c8cef8f7 associated. External IP: 10.96.250.220, port: 59f5d659-6c68-4d03-9ca6-1ed3eae397be. [pid: 8|app: 0|req: 958/1862] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports/04086008-d781-4bcb-aba0-a0b5d36bb905 => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1863] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/trunks/e8cb5077-dd8f-48a9-a51d-d8ecfbcc83e1 => 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: 960/1864] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks/5f57a894-26fd-4bef-aae9-8ee02a1c9353 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1865] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports/96b29f8e-a61d-4857-99c0-78ae71bd3446 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1866] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/trunks/5f57a894-26fd-4bef-aae9-8ee02a1c9353 => 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: 905/1867] 10.0.0.179 () {34 vars in 677 bytes} [Thu Jun 25 23:37:04 2026] POST /v2.0/floatingips => generated 841 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1868] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks/8031e427-c9d8-4554-b600-52c770ec9c3e => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1869] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports/17c15e98-8ecf-4b9a-84f0-1381f9a9eff9 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:05.612 7 INFO neutron.db.l3_db [None req-a1c16f8d-cb0a-41b3-98b8-e2c7a3b0ec24 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Floating IP 7dea17ac-eb2e-49f1-9ee6-78b7c8cef8f7 disassociated. External IP: 10.96.250.220, port: 59f5d659-6c68-4d03-9ca6-1ed3eae397be. [pid: 8|app: 0|req: 965/1870] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/trunks/8031e427-c9d8-4554-b600-52c770ec9c3e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1871] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks/f3f0d279-059b-463e-b96c-aab7ca54e18f => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1872] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports/ba2f6cad-74d8-4213-9ad2-a95f0657edaa => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1873] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/trunks/f3f0d279-059b-463e-b96c-aab7ca54e18f => 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: 969/1874] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/trunks/b1fefb99-4cb0-4c68-9d43-1651c1ec4b28 => 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: 970/1875] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports/c4a0d525-509c-4a8f-8117-918bd0a9515b => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1876] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:05 2026] PUT /v2.0/floatingips/7dea17ac-eb2e-49f1-9ee6-78b7c8cef8f7 => generated 552 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1877] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/trunks/b1fefb99-4cb0-4c68-9d43-1651c1ec4b28 => 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: 972/1878] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:05 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:06.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-26bec422-8fc4-4858-bf87-592098a4c5ea 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: f1079105-28ee-4d3e-bdae-e0d11c5cd6a9 2026-06-25 23:37:06.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26bec422-8fc4-4858-bf87-592098a4c5ea 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: f1079105-28ee-4d3e-bdae-e0d11c5cd6a9 2026-06-25 23:37:06.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fa0d80d-e8b4-4a91-8acd-868e867c4f90 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] TaaS: Handle Delete Port: 04086008-d781-4bcb-aba0-a0b5d36bb905 2026-06-25 23:37:06.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fa0d80d-e8b4-4a91-8acd-868e867c4f90 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Tap Mirror: Handle Delete Port: 04086008-d781-4bcb-aba0-a0b5d36bb905 [pid: 7|app: 0|req: 907/1879] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:05 2026] DELETE /v2.0/floatingips/7dea17ac-eb2e-49f1-9ee6-78b7c8cef8f7 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1880] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:06 2026] DELETE /v2.0/ports/04086008-d781-4bcb-aba0-a0b5d36bb905 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1881] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:06 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:06.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-836bfed5-464a-4934-b9b1-aad6341843f1 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] TaaS: Handle Delete Port: 96b29f8e-a61d-4857-99c0-78ae71bd3446 2026-06-25 23:37:06.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-836bfed5-464a-4934-b9b1-aad6341843f1 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Tap Mirror: Handle Delete Port: 96b29f8e-a61d-4857-99c0-78ae71bd3446 [pid: 7|app: 0|req: 909/1882] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:06 2026] DELETE /v2.0/ports/96b29f8e-a61d-4857-99c0-78ae71bd3446 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:06.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-28797071-bc70-4631-b92d-e5bba92f40c9 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] TaaS: Handle Delete Port: 17c15e98-8ecf-4b9a-84f0-1381f9a9eff9 2026-06-25 23:37:06.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28797071-bc70-4631-b92d-e5bba92f40c9 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Tap Mirror: Handle Delete Port: 17c15e98-8ecf-4b9a-84f0-1381f9a9eff9 [pid: 7|app: 0|req: 910/1883] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:06 2026] DELETE /v2.0/ports/17c15e98-8ecf-4b9a-84f0-1381f9a9eff9 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:06.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-81e3e9e0-bc49-4691-b123-c37a76e4d4a7 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] TaaS: Handle Delete Port: ba2f6cad-74d8-4213-9ad2-a95f0657edaa 2026-06-25 23:37:06.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81e3e9e0-bc49-4691-b123-c37a76e4d4a7 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Tap Mirror: Handle Delete Port: ba2f6cad-74d8-4213-9ad2-a95f0657edaa [pid: 7|app: 0|req: 911/1884] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:06 2026] DELETE /v2.0/ports/ba2f6cad-74d8-4213-9ad2-a95f0657edaa => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:07.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba7bd342-b44a-4fe6-a182-54ccd0d52b67 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] TaaS: Handle Delete Port: c4a0d525-509c-4a8f-8117-918bd0a9515b 2026-06-25 23:37:07.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba7bd342-b44a-4fe6-a182-54ccd0d52b67 870635818b2c406f92a0e580689da249 c34c1ca2b76041e6b38e4cba3f5b484b - - default default] Tap Mirror: Handle Delete Port: c4a0d525-509c-4a8f-8117-918bd0a9515b 2026-06-25 23:37:07.004 8 INFO neutron.db.l3_db [None req-9fe5a8eb-b01d-4351-af57-1ee41b3ab6b3 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Floating IP 7fcf886f-2f35-4795-b3c9-c81a204e172a associated. External IP: 10.96.250.214, port: 6a573314-4597-4c88-b2ae-82dbb0994d44. [pid: 7|app: 0|req: 912/1885] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:06 2026] DELETE /v2.0/ports/c4a0d525-509c-4a8f-8117-918bd0a9515b => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:07.225 7 INFO neutron.services.segments.plugin [-] Segment daa90043-09de-407e-8c55-d842f3e0d3e1 resource provider aggregate not found 2026-06-25 23:37:07.236 7 INFO neutron.services.segments.plugin [-] Segment daa90043-09de-407e-8c55-d842f3e0d3e1 resource provider aggregate not found 2026-06-25 23:37:07.256 7 INFO neutron.services.segments.plugin [-] Segment daa90043-09de-407e-8c55-d842f3e0d3e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa90043-09de-407e-8c55-d842f3e0d3e1 found for delete ", "request_id": "req-76d7d78a-edbf-4fa0-9f84-c339c51ba3e1"}]} 2026-06-25 23:37:07.258 7 INFO neutron.services.segments.plugin [-] Segment daa90043-09de-407e-8c55-d842f3e0d3e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa90043-09de-407e-8c55-d842f3e0d3e1 found for delete ", "request_id": "req-2e105b47-c505-4fc5-9c06-70222647e172"}]} [pid: 7|app: 0|req: 913/1886] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/networks/2cf98318-3c07-4b1c-be9d-0f82f8cf7acf => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1887] 10.0.0.179 () {34 vars in 677 bytes} [Thu Jun 25 23:37:06 2026] POST /v2.0/floatingips => generated 842 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1888] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 915/1889] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/floatingips/7fcf886f-2f35-4795-b3c9-c81a204e172a => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1890] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:07.429 8 INFO neutron.services.segments.plugin [-] Segment d44207dd-3417-476e-829c-0541f38ae390 resource provider aggregate not found 2026-06-25 23:37:07.434 8 INFO neutron.services.segments.plugin [-] Segment d44207dd-3417-476e-829c-0541f38ae390 resource provider aggregate not found 2026-06-25 23:37:07.454 8 INFO neutron.services.segments.plugin [-] Segment d44207dd-3417-476e-829c-0541f38ae390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d44207dd-3417-476e-829c-0541f38ae390 found for delete ", "request_id": "req-faddf383-ccf8-4659-832f-5b3e42187fc4"}]} 2026-06-25 23:37:07.464 8 INFO neutron.services.segments.plugin [-] Segment d44207dd-3417-476e-829c-0541f38ae390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d44207dd-3417-476e-829c-0541f38ae390 found for delete ", "request_id": "req-ab584dd5-e1aa-4497-abb9-37972f36104b"}]} [pid: 8|app: 0|req: 975/1891] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/networks/4ce8fa54-8782-48c4-b9d8-cc4e18850722 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1892] 10.0.0.179 () {32 vars in 655 bytes} [Thu Jun 25 23:37:07 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1893] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/networks/5635282b-6ceb-4d6a-ad7c-32bda6ee3862 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1894] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/networks/ecf33388-71df-43dc-863d-f6a86345932c => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1895] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:07 2026] DELETE /v2.0/networks/fccbe461-7800-4048-aee7-eb9c9ec70db8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:07.958 7 INFO neutron.db.l3_db [None req-4dc4694b-7902-4938-be21-61bf06554e06 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Floating IP 7fcf886f-2f35-4795-b3c9-c81a204e172a associated. External IP: 10.96.250.214, port: 6a573314-4597-4c88-b2ae-82dbb0994d44. [pid: 8|app: 0|req: 979/1896] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 980/1897] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&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: 918/1898] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:07 2026] PUT /v2.0/floatingips/7fcf886f-2f35-4795-b3c9-c81a204e172a => generated 841 bytes in 1577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1899] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/security-groups?tenant_id=c34c1ca2b76041e6b38e4cba3f5b484b&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1900] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:08 2026] GET /v2.0/security-groups?tenant_id=3702ee137c644625940d68ad6b74b502&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:09.249 7 INFO neutron.db.l3_db [None req-873b3994-4244-489e-baa4-6f12d402cb25 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Floating IP 7fcf886f-2f35-4795-b3c9-c81a204e172a disassociated. External IP: 10.96.250.214, port: 59f5d659-6c68-4d03-9ca6-1ed3eae397be. [pid: 8|app: 0|req: 982/1901] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:09 2026] DELETE /v2.0/security-groups/5db82472-314d-4f69-b52a-45fbf30407b9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:09.485 8 INFO neutron.services.segments.plugin [-] Segment e42462d3-f412-4ba3-9aba-bfb1b084cb88 resource provider aggregate not found 2026-06-25 23:37:09.491 8 INFO neutron.services.segments.plugin [-] Segment e42462d3-f412-4ba3-9aba-bfb1b084cb88 resource provider aggregate not found [pid: 8|app: 0|req: 983/1902] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:09 2026] DELETE /v2.0/security-groups/690361f4-74f7-42c6-ad9f-657302f390fe => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:09.515 8 INFO neutron.services.segments.plugin [-] Segment e42462d3-f412-4ba3-9aba-bfb1b084cb88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42462d3-f412-4ba3-9aba-bfb1b084cb88 found for delete ", "request_id": "req-42be42ed-07f7-486e-a224-fdd8c26a8e11"}]} 2026-06-25 23:37:09.533 8 INFO neutron.services.segments.plugin [-] Segment 882b679c-c630-4716-890f-2afeec1372be resource provider aggregate not found 2026-06-25 23:37:09.538 8 INFO neutron.services.segments.plugin [-] Segment e42462d3-f412-4ba3-9aba-bfb1b084cb88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42462d3-f412-4ba3-9aba-bfb1b084cb88 found for delete ", "request_id": "req-e53c092b-4730-4b60-8ae9-1cb98c004df4"}]} 2026-06-25 23:37:09.553 8 INFO neutron.services.segments.plugin [-] Segment 882b679c-c630-4716-890f-2afeec1372be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882b679c-c630-4716-890f-2afeec1372be found for delete ", "request_id": "req-85426d38-137a-415a-96d4-4531598609df"}]} 2026-06-25 23:37:09.571 8 INFO neutron.services.segments.plugin [-] Segment 7af16120-6ad6-45f4-95b5-e2185471fbeb resource provider aggregate not found 2026-06-25 23:37:09.579 8 INFO neutron.services.segments.plugin [-] Segment 882b679c-c630-4716-890f-2afeec1372be resource provider aggregate not found 2026-06-25 23:37:09.605 8 INFO neutron.services.segments.plugin [-] Segment 882b679c-c630-4716-890f-2afeec1372be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882b679c-c630-4716-890f-2afeec1372be found for delete ", "request_id": "req-b6823575-f062-4867-bce1-768c247966bb"}]} 2026-06-25 23:37:09.614 8 INFO neutron.services.segments.plugin [-] Segment 7af16120-6ad6-45f4-95b5-e2185471fbeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af16120-6ad6-45f4-95b5-e2185471fbeb found for delete ", "request_id": "req-3e4e82cd-c7f7-40a8-a0cd-40a241def682"}]} 2026-06-25 23:37:09.634 8 INFO neutron.services.segments.plugin [-] Segment 7af16120-6ad6-45f4-95b5-e2185471fbeb resource provider aggregate not found [pid: 7|app: 0|req: 920/1903] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:09 2026] PUT /v2.0/floatingips/7fcf886f-2f35-4795-b3c9-c81a204e172a => generated 552 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:09.674 8 INFO neutron.services.segments.plugin [-] Segment 7af16120-6ad6-45f4-95b5-e2185471fbeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af16120-6ad6-45f4-95b5-e2185471fbeb found for delete ", "request_id": "req-4c7e4d5d-69e9-4024-b782-79b3f2fc6b65"}]} [pid: 7|app: 0|req: 921/1904] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 984/1905] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/security-groups?tenant_id=6de8a7aea14840e2bcd668d8b89a04af&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:09.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3b593a9-1b04-4428-96d0-921a870a4baf 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: eab20ce0-fcdd-464b-a16c-dafe8cd82f5f 2026-06-25 23:37:09.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3b593a9-1b04-4428-96d0-921a870a4baf 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: eab20ce0-fcdd-464b-a16c-dafe8cd82f5f [pid: 8|app: 0|req: 985/1906] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/security-groups?tenant_id=fd981b35c14b429888feb68bcc95ae9d&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1907] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:09 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&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: 987/1908] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:09 2026] DELETE /v2.0/security-groups/705e69ce-0827-4757-a006-db4adf84b474 => 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: 922/1909] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:09 2026] DELETE /v2.0/floatingips/7fcf886f-2f35-4795-b3c9-c81a204e172a => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1910] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:10.122 7 INFO neutron.api.v2.resource [None req-270f5def-8309-4034-a02a-db702e308370 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1911] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:10 2026] DELETE /v2.0/floatingips/7fcf886f-2f35-4795-b3c9-c81a204e172a => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1912] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:10 2026] DELETE /v2.0/security-groups/be8642fc-5576-49d6-9e66-1b0eb52f45fb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1913] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1914] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:10.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0046341-187f-4da8-b0a6-480812cadae2 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: 59f5d659-6c68-4d03-9ca6-1ed3eae397be 2026-06-25 23:37:10.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0046341-187f-4da8-b0a6-480812cadae2 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: 59f5d659-6c68-4d03-9ca6-1ed3eae397be [pid: 7|app: 0|req: 927/1915] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/security-groups?tenant_id=991edbb5faf441fd913ea1bb88e06408&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1916] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:10 2026] DELETE /v2.0/ports/59f5d659-6c68-4d03-9ca6-1ed3eae397be => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1917] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:10 2026] DELETE /v2.0/security-groups/2b690bf7-00eb-459a-a0db-a50a04e66a0f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:10.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-16329bd7-7a9a-49fc-bcf1-a7ee466bf7fd 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: 6a573314-4597-4c88-b2ae-82dbb0994d44 2026-06-25 23:37:10.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16329bd7-7a9a-49fc-bcf1-a7ee466bf7fd 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: 6a573314-4597-4c88-b2ae-82dbb0994d44 2026-06-25 23:37:10.839 7 INFO neutron.db.l3_db [None req-08523c88-7910-4dc2-aeaf-4ab1252ea92a 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Floating IP df6e5258-9e6d-415a-9434-3c813eeef6ae associated. External IP: 10.96.250.218, port: 34e9808d-a0a5-468a-b199-04fbb4f5b788. [pid: 8|app: 0|req: 991/1918] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:10 2026] DELETE /v2.0/ports/6a573314-4597-4c88-b2ae-82dbb0994d44 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1919] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:37:10 2026] GET /v2.0/ports?device_id=2d6e3ae2-b559-4b92-8de6-445cae0e3c54 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1920] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:37:10 2026] PUT /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 855 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:11.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b84f62a-79d4-4a14-ba98-4f4a3846c17c'] response: {'name': 'network-changed', 'server_uuid': 'f51bbbfe-9d0f-44dc-95f9-8118191be6b6', 'tag': '34e9808d-a0a5-468a-b199-04fbb4f5b788', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 929/1921] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:11.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-3829db56-62ce-467b-8723-41fde3951b50 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: e0dfbc81-67a2-4283-9632-e7d3f7d23cdd 2026-06-25 23:37:11.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3829db56-62ce-467b-8723-41fde3951b50 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: e0dfbc81-67a2-4283-9632-e7d3f7d23cdd [pid: 7|app: 0|req: 930/1922] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/ports?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1923] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/networks?id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1924] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=34e9808d-a0a5-468a-b199-04fbb4f5b788 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1925] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/subnets?id=111503f9-de76-4c05-a6fd-91903c616263 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1926] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/ports?network_id=b80f7fae-e0c2-4c56-aff3-dab4ca5194c2&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1927] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:37:11 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?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: 993/1928] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:37:11 2026] PUT /v2.0/routers/2d6e3ae2-b559-4b92-8de6-445cae0e3c54/remove_router_interface => generated 309 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1929] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:12.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-8363408a-1778-4176-9f93-b317a14d0f74 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: 0e659b76-bed9-4629-819b-2c3412e29a77 2026-06-25 23:37:12.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8363408a-1778-4176-9f93-b317a14d0f74 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: 0e659b76-bed9-4629-819b-2c3412e29a77 [pid: 7|app: 0|req: 937/1930] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:12.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-8363408a-1778-4176-9f93-b317a14d0f74 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] TaaS: Handle Delete Port: 80352e2a-7dc9-47ef-ac83-b20110689d7a 2026-06-25 23:37:12.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8363408a-1778-4176-9f93-b317a14d0f74 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] Tap Mirror: Handle Delete Port: 80352e2a-7dc9-47ef-ac83-b20110689d7a 2026-06-25 23:37:12.926 8 INFO neutron.services.segments.plugin [-] Segment 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 resource provider aggregate not found 2026-06-25 23:37:12.930 8 INFO neutron.services.segments.plugin [-] Segment 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 resource provider aggregate not found 2026-06-25 23:37:12.944 8 INFO neutron.services.segments.plugin [-] Segment 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 found for delete ", "request_id": "req-48cad419-a483-4174-91e9-86da292795f1"}]} 2026-06-25 23:37:12.950 8 INFO neutron.services.segments.plugin [-] Segment 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc7a7d9-2ed2-4f55-9ee3-e97938633736 found for delete ", "request_id": "req-adc238b5-9140-4fc7-9a32-a5ea7a2f9f75"}]} 2026-06-25 23:37:12.962 8 INFO neutron.db.l3_hamode_db [None req-8363408a-1778-4176-9f93-b317a14d0f74 8f1ea0a2aac6425e96196d04cdb33310 a6181912f7e24dcfac7a83c3e4811cf6 - - default default] HA network 50030f77-dacd-4748-bfd1-1f946572bb69 was deleted as no HA routers are present in tenant a6181912f7e24dcfac7a83c3e4811cf6. [pid: 8|app: 0|req: 994/1931] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:12 2026] DELETE /v2.0/routers/2d6e3ae2-b559-4b92-8de6-445cae0e3c54 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1932] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:12 2026] DELETE /v2.0/subnets/6432cf51-fdc2-454e-ae15-78d4a5598e04 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1933] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:12 2026] GET /v2.0/security-groups?tenant_id=846d3f9f667c43eaa339de2ffc33c765&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1934] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/networks/6608a792-bd9a-4254-8eb9-e12a5bd48705 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1935] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/security-groups/e77d3e94-7d07-496e-a970-a9e8f2c4087d => 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: 997/1936] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => 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: 940/1937] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:13 2026] GET /v2.0/security-groups?tenant_id=a6181912f7e24dcfac7a83c3e4811cf6&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1938] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:13 2026] DELETE /v2.0/security-groups/66bd506a-a4ba-4a09-898e-1e014974fe90 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:14.359 7 INFO neutron.db.segments_db [None req-95e1e76c-f206-46b5-9b31-004de8c1786f f1073031be5447a1b37e4ab3cff44688 1fbfa9d3617143b080d5ac7a5cf89b4d - - default default] Added segment 4923476f-21a1-484f-9486-56bf7ceaa0f0 of type vxlan for network 306f62bc-109e-43e3-b456-f556308bcbdb [pid: 7|app: 0|req: 941/1941] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:14 2026] POST /v2.0/networks => generated 631 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1942] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:37:14 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1943] 10.0.0.179 () {34 vars in 747 bytes} [Thu Jun 25 23:37:14 2026] PUT /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1002/1944] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:14 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:37:14.963 8 INFO neutron.services.segments.plugin [-] Segment 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc resource provider aggregate not found 2026-06-25 23:37:14.967 8 INFO neutron.services.segments.plugin [-] Segment 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc resource provider aggregate not found 2026-06-25 23:37:14.978 8 INFO neutron.services.segments.plugin [-] Segment 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc found for delete ", "request_id": "req-54d58e3a-e8bc-401f-b979-e9c160e602ab"}]} 2026-06-25 23:37:14.984 8 INFO neutron.services.segments.plugin [-] Segment 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ebc16e4-cb1c-44fb-b381-a73660d5c8cc found for delete ", "request_id": "req-018a9dfe-b26d-4ad4-a1d4-d14c06cf9fa3"}]} [pid: 7|app: 0|req: 943/1945] 10.0.0.179 () {34 vars in 758 bytes} [Thu Jun 25 23:37:14 2026] PUT /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1003/1946] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 34 bytes in 47 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: 944/1947] 10.0.0.179 () {34 vars in 754 bytes} [Thu Jun 25 23:37:15 2026] PUT /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/red => generated 4 bytes in 79 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: 945/1948] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 946/1949] 10.0.0.179 () {34 vars in 776 bytes} [Thu Jun 25 23:37:15 2026] PUT /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/black.or.white => generated 4 bytes in 92 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 947/1950] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 52 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 948/1951] 10.0.0.179 () {34 vars in 747 bytes} [Thu Jun 25 23:37:15 2026] PUT /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:37:15.528 8 INFO neutron.db.segments_db [None req-d6fbf331-c072-4cd5-845d-7d0c40400e9d b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Added segment da338769-b29e-4e89-a063-50eb217bfb86 of type vxlan for network 3e5ce679-08ca-4bfd-9347-86c4bc2463c6 [pid: 7|app: 0|req: 949/1952] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/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, ' 2026-06-25 23:37:15.592 8 INFO neutron.db.segments_db [None req-d6fbf331-c072-4cd5-845d-7d0c40400e9d b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Added segment 99189d79-5e8e-4cff-b65e-e4a86a37e844 of type vxlan for network fc79f6f7-39a6-437b-b1cc-48255286b459 [pid: 7|app: 0|req: 950/1953] 10.0.0.179 () {32 vars in 735 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:37:15.660 7 INFO neutron.api.v2.resource [None req-542ab44d-417a-4ce8-9a1a-ceadf271d6a5 f1073031be5447a1b37e4ab3cff44688 1fbfa9d3617143b080d5ac7a5cf89b4d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1954] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1004/1955] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:15 2026] POST /v2.0/networks => generated 1244 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1956] 10.0.0.179 () {32 vars in 738 bytes} [Thu Jun 25 23:37:15 2026] DELETE /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/red => generated 0 bytes in 78 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: 953/1957] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/networks => generated 1843 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1958] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:15 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:37:15.966 8 INFO neutron.db.segments_db [None req-d383a627-a993-47bd-a091-c034c8dffcd4 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] Added segment 3c7a2332-da2e-4f43-8211-ebf341d790e0 of type vxlan for network c1037594-2acc-416f-922d-3c6170c9f030 2026-06-25 23:37:15.993 7 INFO neutron.services.segments.plugin [-] Segment da338769-b29e-4e89-a063-50eb217bfb86 resource provider aggregate not found 2026-06-25 23:37:15.998 7 INFO neutron.services.segments.plugin [-] Segment da338769-b29e-4e89-a063-50eb217bfb86 resource provider aggregate not found 2026-06-25 23:37:16.013 7 INFO neutron.services.segments.plugin [-] Segment da338769-b29e-4e89-a063-50eb217bfb86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da338769-b29e-4e89-a063-50eb217bfb86 found for delete ", "request_id": "req-1fdef5cb-0ead-4fbb-baa5-492a5f59beb1"}]} 2026-06-25 23:37:16.016 7 INFO neutron.services.segments.plugin [-] Segment da338769-b29e-4e89-a063-50eb217bfb86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da338769-b29e-4e89-a063-50eb217bfb86 found for delete ", "request_id": "req-abd10f2c-5902-4342-8e65-5389a49d7b45"}]} [pid: 7|app: 0|req: 955/1959] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:15 2026] DELETE /v2.0/networks/3e5ce679-08ca-4bfd-9347-86c4bc2463c6 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1960] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:15 2026] POST /v2.0/networks => generated 648 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:16.077 7 INFO neutron.api.v2.resource [None req-eb534c83-001f-4ab7-8055-6cf2f8d836d4 f1073031be5447a1b37e4ab3cff44688 1fbfa9d3617143b080d5ac7a5cf89b4d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/1961] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 957/1962] 10.0.0.179 () {32 vars in 730 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 0 bytes in 77 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: 1006/1963] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/networks/fc79f6f7-39a6-437b-b1cc-48255286b459 => 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: 958/1964] 10.0.0.179 () {32 vars in 727 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1007/1965] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:37:16 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:16.306 8 INFO neutron.db.segments_db [None req-8b998bfc-c6ce-4936-8685-299e9dedc616 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Added segment 7a483c67-f522-4e7f-9de3-c88c3cd371a4 of type vxlan for network 54752ae7-6799-47fa-8635-fb81874175b4 2026-06-25 23:37:16.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-efb66580-c9ba-41c1-9e2c-c91516b7f551 f1073031be5447a1b37e4ab3cff44688 1fbfa9d3617143b080d5ac7a5cf89b4d - - default default] TaaS: Handle Delete Port: b6faa591-0f87-4b5c-9134-0e26819cb639 2026-06-25 23:37:16.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efb66580-c9ba-41c1-9e2c-c91516b7f551 f1073031be5447a1b37e4ab3cff44688 1fbfa9d3617143b080d5ac7a5cf89b4d - - default default] Tap Mirror: Handle Delete Port: b6faa591-0f87-4b5c-9134-0e26819cb639 [pid: 8|app: 0|req: 1008/1966] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:16 2026] POST /v2.0/networks => generated 653 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1967] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/ports/b6faa591-0f87-4b5c-9134-0e26819cb639 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:16.463 8 INFO neutron.db.segments_db [None req-3d00024f-e67b-4ccf-aae8-aadc24589e41 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Added segment 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 of type vxlan for network abaeee11-f48d-4cc4-babe-2a077d51bc76 [pid: 8|app: 0|req: 1009/1968] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:16 2026] POST /v2.0/networks => generated 654 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1969] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:16 2026] DELETE /v2.0/networks/306f62bc-109e-43e3-b456-f556308bcbdb => 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: 1010/1970] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:16 2026] POST /v2.0/subnets => generated 673 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:16.921 8 INFO neutron.db.segments_db [None req-20cd8f82-7e89-4c83-a055-6802edb709a2 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] Added segment 3f6ef704-0b01-4ba4-9617-805fadc1ea72 of type vxlan for network 6061bf5a-550d-4b07-8f08-30330b0ab344 2026-06-25 23:37:17.009 8 INFO neutron.services.segments.plugin [-] Segment 99189d79-5e8e-4cff-b65e-e4a86a37e844 resource provider aggregate not found 2026-06-25 23:37:17.011 8 INFO neutron.services.segments.plugin [-] Segment 99189d79-5e8e-4cff-b65e-e4a86a37e844 resource provider aggregate not found 2026-06-25 23:37:17.032 8 INFO neutron.services.segments.plugin [-] Segment 99189d79-5e8e-4cff-b65e-e4a86a37e844 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99189d79-5e8e-4cff-b65e-e4a86a37e844 found for delete ", "request_id": "req-ca19eef2-16ca-4f66-b4ea-920549a100c5"}]} 2026-06-25 23:37:17.034 8 INFO neutron.services.segments.plugin [-] Segment 99189d79-5e8e-4cff-b65e-e4a86a37e844 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99189d79-5e8e-4cff-b65e-e4a86a37e844 found for delete ", "request_id": "req-73705445-65fd-496a-b3a6-e47cbd992d6a"}]} [pid: 8|app: 0|req: 1011/1971] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:16 2026] POST /v2.0/networks => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1972] 10.0.0.179 () {34 vars in 743 bytes} [Thu Jun 25 23:37:17 2026] PUT /v2.0/networks/6061bf5a-550d-4b07-8f08-30330b0ab344 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1973] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:37:16 2026] POST /v2.0/ports => generated 1506 bytes in 633 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: 962/1974] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/ports => generated 1506 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:17.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-3708a7a8-2af8-4343-a46d-223da22c6d89 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] TaaS: Handle Delete Port: e6d96a0e-b42a-43dc-93a3-72cfdc91a17c 2026-06-25 23:37:17.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3708a7a8-2af8-4343-a46d-223da22c6d89 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Tap Mirror: Handle Delete Port: e6d96a0e-b42a-43dc-93a3-72cfdc91a17c [pid: 8|app: 0|req: 1013/1975] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:17 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1976] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:17 2026] DELETE /v2.0/ports/e6d96a0e-b42a-43dc-93a3-72cfdc91a17c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1977] 10.0.0.179 () {34 vars in 741 bytes} [Thu Jun 25 23:37:17 2026] PUT /v2.0/subnets/297340d1-1f6a-40e3-8edd-3552dc2a8c23 => generated 656 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1978] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/security-groups?tenant_id=36021cf5bb2d4b4eb1ba9d4bf6c402f9&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:17.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-371989aa-a31f-45d7-8084-a091b8ebb7f9 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] TaaS: Handle Delete Port: c5894519-3fa7-4866-af47-8028e5a29c51 2026-06-25 23:37:17.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-371989aa-a31f-45d7-8084-a091b8ebb7f9 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Tap Mirror: Handle Delete Port: c5894519-3fa7-4866-af47-8028e5a29c51 [pid: 7|app: 0|req: 965/1979] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:17 2026] DELETE /v2.0/ports/c5894519-3fa7-4866-af47-8028e5a29c51 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1980] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:17 2026] DELETE /v2.0/networks/6061bf5a-550d-4b07-8f08-30330b0ab344 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1981] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/ports => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:17.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21404385-5d31-4d44-b389-879b2abf7df2 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/1982] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:17 2026] DELETE /v2.0/networks/6061bf5a-550d-4b07-8f08-30330b0ab344 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1983] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:17 2026] DELETE /v2.0/security-groups/723203f5-26f7-4ab8-b6eb-7e7a85d6da3e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:17.942 8 INFO neutron.db.segments_db [None req-de09e1ae-f7b0-4c74-a9c8-2f9e86f1cff0 b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Added segment d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 of type vxlan for network 4203f1ce-670c-4874-8939-e30a4ff5bde7 [pid: 7|app: 0|req: 967/1984] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1985] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:37:17 2026] GET /v2.0/subnets?network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 649 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1986] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:17 2026] POST /v2.0/networks => generated 653 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1987] 10.0.0.179 () {32 vars in 653 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1988] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/security-groups?tenant_id=1fbfa9d3617143b080d5ac7a5cf89b4d&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:18.040 7 INFO neutron.services.segments.plugin [-] Segment 4923476f-21a1-484f-9486-56bf7ceaa0f0 resource provider aggregate not found 2026-06-25 23:37:18.045 7 INFO neutron.services.segments.plugin [-] Segment 4923476f-21a1-484f-9486-56bf7ceaa0f0 resource provider aggregate not found 2026-06-25 23:37:18.061 7 INFO neutron.services.segments.plugin [-] Segment 4923476f-21a1-484f-9486-56bf7ceaa0f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4923476f-21a1-484f-9486-56bf7ceaa0f0 found for delete ", "request_id": "req-053caee1-3188-4156-a15f-8c883b23bdc5"}]} 2026-06-25 23:37:18.063 7 INFO neutron.services.segments.plugin [-] Segment 4923476f-21a1-484f-9486-56bf7ceaa0f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4923476f-21a1-484f-9486-56bf7ceaa0f0 found for delete ", "request_id": "req-2ec820bb-b2e8-44ca-a772-9465139af5ca"}]} 2026-06-25 23:37:18.114 8 INFO neutron.db.segments_db [None req-f51554db-2745-43a4-b702-7886d9a1bd8d b4bf5ca22051414b98dd94a86498ccce 6b80e03be5764c80a860f4c332901d05 - - default default] Added segment 9461e130-74e7-450b-834a-ce93b7fe7b3c of type vxlan for network cd18c347-4301-4c1b-bf53-33faed379878 [pid: 7|app: 0|req: 970/1989] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:18 2026] DELETE /v2.0/security-groups/3722d0e0-f2eb-4ed4-b2e9-c5a8dc48a1b2 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1990] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/networks => generated 1313 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1991] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:18 2026] POST /v2.0/networks => generated 653 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1992] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/subnets => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1993] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/networks/c1037594-2acc-416f-922d-3c6170c9f030 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1994] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:37:18 2026] GET /v2.0/subnets/e0fcf123-df6f-4a46-a8fa-df7111396efa => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:18.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-100ccf32-50fe-40df-9369-9c5e9eaf9e53 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/1995] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:18 2026] DELETE /v2.0/subnets/297340d1-1f6a-40e3-8edd-3552dc2a8c23 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:37:18.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-555ac412-b565-4566-9f77-b61e0b52659e 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/1996] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:18 2026] DELETE /v2.0/networks/6061bf5a-550d-4b07-8f08-30330b0ab344 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1997] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:18 2026] DELETE /v2.0/subnets/e0fcf123-df6f-4a46-a8fa-df7111396efa => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:18.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-083c3b36-bdf2-4d75-b84a-8bfaf6544367 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] TaaS: Handle Delete Port: 03b49eab-e528-4cda-a306-20155fb4b49d 2026-06-25 23:37:18.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-083c3b36-bdf2-4d75-b84a-8bfaf6544367 5dc9797071c94b2fb094a4727fdeef8d 87e8857fc64540b49e31eda0ed972b96 - - default default] Tap Mirror: Handle Delete Port: 03b49eab-e528-4cda-a306-20155fb4b49d [pid: 7|app: 0|req: 975/1998] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:18 2026] DELETE /v2.0/networks/c1037594-2acc-416f-922d-3c6170c9f030 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:19.061 8 INFO neutron.services.segments.plugin [-] Segment 3f6ef704-0b01-4ba4-9617-805fadc1ea72 resource provider aggregate not found 2026-06-25 23:37:19.069 8 INFO neutron.services.segments.plugin [-] Segment 3f6ef704-0b01-4ba4-9617-805fadc1ea72 resource provider aggregate not found 2026-06-25 23:37:19.086 8 INFO neutron.services.segments.plugin [-] Segment 3f6ef704-0b01-4ba4-9617-805fadc1ea72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f6ef704-0b01-4ba4-9617-805fadc1ea72 found for delete ", "request_id": "req-c4997480-431b-480c-a760-b3a2484c2b07"}]} 2026-06-25 23:37:19.089 8 INFO neutron.services.segments.plugin [-] Segment 3f6ef704-0b01-4ba4-9617-805fadc1ea72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f6ef704-0b01-4ba4-9617-805fadc1ea72 found for delete ", "request_id": "req-45375a71-7a7b-4d82-a138-bfeae519e1fb"}]} [pid: 8|app: 0|req: 1024/1999] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:18 2026] POST /v2.0/subnets => generated 1324 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2000] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/subnets => generated 1960 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2001] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/subnets/b7d3ca7e-226a-4f03-9a24-0edf0e72003d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2002] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 1027/2003] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&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: 977/2004] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/subnets/fce0ed18-338e-4d3c-bcc9-fe410bc06723 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2005] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2006] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/networks/cd18c347-4301-4c1b-bf53-33faed379878 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2007] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:19 2026] GET /v2.0/security-groups?tenant_id=87e8857fc64540b49e31eda0ed972b96&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2008] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/security-groups/e1817da4-1fda-4614-928f-8e375b1220ec => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2009] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/networks/4203f1ce-670c-4874-8939-e30a4ff5bde7 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2010] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/networks/abaeee11-f48d-4cc4-babe-2a077d51bc76 => 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: 1031/2011] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:19 2026] DELETE /v2.0/networks/54752ae7-6799-47fa-8635-fb81874175b4 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:20.092 7 INFO neutron.services.segments.plugin [-] Segment 3c7a2332-da2e-4f43-8211-ebf341d790e0 resource provider aggregate not found 2026-06-25 23:37:20.097 7 INFO neutron.services.segments.plugin [-] Segment 3c7a2332-da2e-4f43-8211-ebf341d790e0 resource provider aggregate not found 2026-06-25 23:37:20.112 7 INFO neutron.services.segments.plugin [-] Segment 3c7a2332-da2e-4f43-8211-ebf341d790e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c7a2332-da2e-4f43-8211-ebf341d790e0 found for delete ", "request_id": "req-8716d027-654c-4f8d-9ee4-9a2407e496cf"}]} 2026-06-25 23:37:20.122 7 INFO neutron.services.segments.plugin [-] Segment 3c7a2332-da2e-4f43-8211-ebf341d790e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c7a2332-da2e-4f43-8211-ebf341d790e0 found for delete ", "request_id": "req-377df88a-2466-49f6-8625-1abd1b8ec9aa"}]} 2026-06-25 23:37:20.132 7 INFO neutron.services.segments.plugin [-] Segment 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 resource provider aggregate not found 2026-06-25 23:37:20.141 7 INFO neutron.services.segments.plugin [-] Segment 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 resource provider aggregate not found 2026-06-25 23:37:20.156 7 INFO neutron.services.segments.plugin [-] Segment 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 found for delete ", "request_id": "req-295131a4-1a8d-4766-895f-18cb58f8b053"}]} 2026-06-25 23:37:20.166 7 INFO neutron.services.segments.plugin [-] Segment 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90de0d57-d7d2-4d1e-8e3d-17637897c4b7 found for delete ", "request_id": "req-9caae300-f4fa-4d34-abbc-3ea3298d7a64"}]} [pid: 7|app: 0|req: 981/2012] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:20 2026] GET /v2.0/security-groups?tenant_id=6b80e03be5764c80a860f4c332901d05&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2013] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:20 2026] DELETE /v2.0/security-groups/e43c759f-f295-4c1e-84a6-d656619e9be0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:21.105 8 INFO neutron.services.segments.plugin [-] Segment 9461e130-74e7-450b-834a-ce93b7fe7b3c resource provider aggregate not found 2026-06-25 23:37:21.108 8 INFO neutron.services.segments.plugin [-] Segment 9461e130-74e7-450b-834a-ce93b7fe7b3c resource provider aggregate not found 2026-06-25 23:37:21.127 8 INFO neutron.services.segments.plugin [-] Segment 9461e130-74e7-450b-834a-ce93b7fe7b3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9461e130-74e7-450b-834a-ce93b7fe7b3c found for delete ", "request_id": "req-d02754c2-0ded-49b5-8f9c-5a69f087591e"}]} 2026-06-25 23:37:21.131 8 INFO neutron.services.segments.plugin [-] Segment 9461e130-74e7-450b-834a-ce93b7fe7b3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9461e130-74e7-450b-834a-ce93b7fe7b3c found for delete ", "request_id": "req-1722b3ed-c88d-4e38-8c32-102f630ded0f"}]} 2026-06-25 23:37:21.147 8 INFO neutron.services.segments.plugin [-] Segment d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 resource provider aggregate not found 2026-06-25 23:37:21.152 8 INFO neutron.services.segments.plugin [-] Segment d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 resource provider aggregate not found 2026-06-25 23:37:21.164 8 INFO neutron.services.segments.plugin [-] Segment d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 found for delete ", "request_id": "req-6cfe44a7-e3b9-4e1d-9b6f-65f0f460906c"}]} 2026-06-25 23:37:21.169 8 INFO neutron.services.segments.plugin [-] Segment d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b3569d-2fc8-4eaa-8c32-ef70e2b76947 found for delete ", "request_id": "req-91a1e19e-6e39-4693-9e98-a6e318c0b34d"}]} 2026-06-25 23:37:21.179 8 INFO neutron.services.segments.plugin [-] Segment 7a483c67-f522-4e7f-9de3-c88c3cd371a4 resource provider aggregate not found 2026-06-25 23:37:21.184 8 INFO neutron.services.segments.plugin [-] Segment 7a483c67-f522-4e7f-9de3-c88c3cd371a4 resource provider aggregate not found 2026-06-25 23:37:21.191 8 INFO neutron.services.segments.plugin [-] Segment 7a483c67-f522-4e7f-9de3-c88c3cd371a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a483c67-f522-4e7f-9de3-c88c3cd371a4 found for delete ", "request_id": "req-b2b3c48f-0fc1-4e29-aceb-36b4bff4659a"}]} 2026-06-25 23:37:21.198 8 INFO neutron.services.segments.plugin [-] Segment 7a483c67-f522-4e7f-9de3-c88c3cd371a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a483c67-f522-4e7f-9de3-c88c3cd371a4 found for delete ", "request_id": "req-3a7dad73-d722-42eb-a562-74dab9de7918"}]} 2026-06-25 23:37:23.140 7 INFO neutron.db.segments_db [None req-d32c1382-370f-4a7d-b3c4-a4e9cefb587e f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Added segment 04eb430a-d585-42fc-83c9-337491040724 of type vxlan for network dea53707-37ed-464f-b240-43f00ebefb11 2026-06-25 23:37:23.211 7 INFO neutron.db.segments_db [None req-d32c1382-370f-4a7d-b3c4-a4e9cefb587e f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Added segment 908b7a5a-d123-45ca-a34d-dc8218dba82f of type vxlan for network 7c02e267-d6d0-48b9-b1cc-76c87979b162 [pid: 7|app: 0|req: 982/2014] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:22 2026] POST /v2.0/networks => generated 1246 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2015] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:37:23 2026] GET /v2.0/networks => generated 1845 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:23.552 7 INFO neutron.services.segments.plugin [-] Segment 04eb430a-d585-42fc-83c9-337491040724 resource provider aggregate not found 2026-06-25 23:37:23.557 7 INFO neutron.services.segments.plugin [-] Segment 04eb430a-d585-42fc-83c9-337491040724 resource provider aggregate not found 2026-06-25 23:37:23.574 7 INFO neutron.services.segments.plugin [-] Segment 04eb430a-d585-42fc-83c9-337491040724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04eb430a-d585-42fc-83c9-337491040724 found for delete ", "request_id": "req-9f447f1d-aaeb-40f4-912f-fdecd1860300"}]} 2026-06-25 23:37:23.579 7 INFO neutron.services.segments.plugin [-] Segment 04eb430a-d585-42fc-83c9-337491040724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04eb430a-d585-42fc-83c9-337491040724 found for delete ", "request_id": "req-f5f06095-c0b9-4606-8f9d-8759ee6656bd"}]} [pid: 7|app: 0|req: 983/2016] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:23 2026] DELETE /v2.0/networks/dea53707-37ed-464f-b240-43f00ebefb11 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:23.705 8 INFO neutron.services.segments.plugin [-] Segment 908b7a5a-d123-45ca-a34d-dc8218dba82f resource provider aggregate not found 2026-06-25 23:37:23.711 8 INFO neutron.services.segments.plugin [-] Segment 908b7a5a-d123-45ca-a34d-dc8218dba82f resource provider aggregate not found 2026-06-25 23:37:23.727 8 INFO neutron.services.segments.plugin [-] Segment 908b7a5a-d123-45ca-a34d-dc8218dba82f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 908b7a5a-d123-45ca-a34d-dc8218dba82f found for delete ", "request_id": "req-ff109467-703f-452e-a2fd-7a58f3a1e615"}]} 2026-06-25 23:37:23.732 8 INFO neutron.services.segments.plugin [-] Segment 908b7a5a-d123-45ca-a34d-dc8218dba82f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 908b7a5a-d123-45ca-a34d-dc8218dba82f found for delete ", "request_id": "req-ca4c0095-d450-4684-952c-3f6fffbebd54"}]} [pid: 8|app: 0|req: 1034/2017] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:23 2026] DELETE /v2.0/networks/7c02e267-d6d0-48b9-b1cc-76c87979b162 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2018] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:37:23 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:23.862 8 INFO neutron.db.segments_db [None req-ef225653-e37c-4a3d-a54b-29a7faa90484 f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Added segment 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 of type vxlan for network ab9d56d4-fc58-4ea5-a7d0-d3f9194108f5 [pid: 8|app: 0|req: 1035/2019] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:23 2026] POST /v2.0/networks => generated 649 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:24.053 7 INFO neutron.db.segments_db [None req-56a03f4c-f7d2-426a-a7f6-f619b434992f f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Added segment d200bf57-fa72-4531-8a28-d1ceb8e051e3 of type vxlan for network 6a2f065e-4a2d-481f-9e16-f7728e6a8502 [pid: 7|app: 0|req: 985/2020] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:23 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2021] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:24 2026] GET /v2.0/security-groups?tenant_id=0f976c5b8e6946a0aa2604d0afcb3810&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2022] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:24 2026] DELETE /v2.0/security-groups/58ef3f2f-4f54-4d4b-9700-deb50cf9195d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2023] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:24 2026] GET /v2.0/security-groups?tenant_id=09bfe4ca342b4e59a4fd931170415b6c&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: 986/2024] 10.0.0.179 () {34 vars in 665 bytes} [Thu Jun 25 23:37:24 2026] POST /v2.0/ports => generated 1504 bytes in 593 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: 987/2025] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:37:24 2026] GET /v2.0/ports => generated 1504 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2026] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:24 2026] DELETE /v2.0/security-groups/3b275c0b-1f24-4958-92d2-f71537970287 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:24.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8652f69-26e1-433f-acf0-72601beb8b3f f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] TaaS: Handle Delete Port: d58f2fdb-a822-4416-a0a0-b065d8915225 2026-06-25 23:37:24.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8652f69-26e1-433f-acf0-72601beb8b3f f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Tap Mirror: Handle Delete Port: d58f2fdb-a822-4416-a0a0-b065d8915225 [pid: 7|app: 0|req: 988/2027] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:24 2026] DELETE /v2.0/ports/d58f2fdb-a822-4416-a0a0-b065d8915225 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:25.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-d709ec14-73a5-498a-aee7-492e13a947dd f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] TaaS: Handle Delete Port: ac9ac674-0ed2-43a5-90d1-fe236a87431d 2026-06-25 23:37:25.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d709ec14-73a5-498a-aee7-492e13a947dd f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Tap Mirror: Handle Delete Port: ac9ac674-0ed2-43a5-90d1-fe236a87431d [pid: 8|app: 0|req: 1040/2028] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:37:24 2026] DELETE /v2.0/ports/ac9ac674-0ed2-43a5-90d1-fe236a87431d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2029] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:37:25 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:25.250 8 INFO neutron.db.segments_db [None req-41de8fc9-7f65-45b5-bb88-285ca2ed92fb f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Added segment 37583687-af76-4228-b9f5-800da949a788 of type vxlan for network c00acdf4-e15f-4dd6-83ef-0345565cfdd4 [pid: 8|app: 0|req: 1041/2030] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:25 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) 2026-06-25 23:37:25.412 7 INFO neutron.db.segments_db [None req-c6e96855-3340-4b78-827c-1148363b890a f9d2b1033e4b4089bf4d7dc138fc6045 acabe95bd3404f858b576cba3125bcdf - - default default] Added segment 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 of type vxlan for network 0968d5af-ed50-42ff-98e8-27fe556abdc4 [pid: 7|app: 0|req: 990/2031] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:25 2026] POST /v2.0/networks => generated 650 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2032] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:25 2026] POST /v2.0/subnets => generated 1274 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2033] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/subnets => generated 1910 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2034] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/subnets/114f3b78-eed9-40d5-b10a-82cc54a4e2e8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2035] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/subnets/28141693-e1f3-4f31-9dda-b59ace7fd399 => 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: 1044/2036] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:37:26 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:26.490 7 INFO neutron.services.segments.plugin [-] Segment 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 resource provider aggregate not found 2026-06-25 23:37:26.498 7 INFO neutron.services.segments.plugin [-] Segment 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 resource provider aggregate not found 2026-06-25 23:37:26.507 7 INFO neutron.services.segments.plugin [-] Segment 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 found for delete ", "request_id": "req-f09983cb-4713-4a8d-ac7b-ab73e99a1785"}]} 2026-06-25 23:37:26.512 7 INFO neutron.services.segments.plugin [-] Segment 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b1c87d7-f45e-4494-bb6f-d4833df46fb0 found for delete ", "request_id": "req-e7782cec-4dbc-4bf2-a8c7-4da2a47707b5"}]} [pid: 7|app: 0|req: 993/2037] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/networks/0968d5af-ed50-42ff-98e8-27fe556abdc4 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:26.637 8 INFO neutron.services.segments.plugin [-] Segment 37583687-af76-4228-b9f5-800da949a788 resource provider aggregate not found 2026-06-25 23:37:26.641 8 INFO neutron.services.segments.plugin [-] Segment 37583687-af76-4228-b9f5-800da949a788 resource provider aggregate not found 2026-06-25 23:37:26.657 8 INFO neutron.services.segments.plugin [-] Segment 37583687-af76-4228-b9f5-800da949a788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37583687-af76-4228-b9f5-800da949a788 found for delete ", "request_id": "req-d83afea7-d1cb-44f0-ac03-2c40edf42054"}]} [pid: 8|app: 0|req: 1045/2038] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/networks/c00acdf4-e15f-4dd6-83ef-0345565cfdd4 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:26.676 8 INFO neutron.services.segments.plugin [-] Segment 37583687-af76-4228-b9f5-800da949a788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37583687-af76-4228-b9f5-800da949a788 found for delete ", "request_id": "req-a3023e8f-c14d-4a4d-bc3a-e68a730f34e3"}]} [pid: 7|app: 0|req: 994/2039] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/networks/6a2f065e-4a2d-481f-9e16-f7728e6a8502 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2040] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:26 2026] DELETE /v2.0/networks/ab9d56d4-fc58-4ea5-a7d0-d3f9194108f5 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2041] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:27 2026] GET /v2.0/security-groups?tenant_id=acabe95bd3404f858b576cba3125bcdf&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2042] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:27 2026] DELETE /v2.0/security-groups/d902eacf-86f4-42ae-ba89-10e06bd30a9d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:28.530 7 INFO neutron.services.segments.plugin [-] Segment d200bf57-fa72-4531-8a28-d1ceb8e051e3 resource provider aggregate not found 2026-06-25 23:37:28.536 7 INFO neutron.services.segments.plugin [-] Segment d200bf57-fa72-4531-8a28-d1ceb8e051e3 resource provider aggregate not found 2026-06-25 23:37:28.548 7 INFO neutron.services.segments.plugin [-] Segment d200bf57-fa72-4531-8a28-d1ceb8e051e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d200bf57-fa72-4531-8a28-d1ceb8e051e3 found for delete ", "request_id": "req-7f89bdba-5d40-4df3-a7ef-bcc435e996e7"}]} 2026-06-25 23:37:28.559 7 INFO neutron.services.segments.plugin [-] Segment d200bf57-fa72-4531-8a28-d1ceb8e051e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d200bf57-fa72-4531-8a28-d1ceb8e051e3 found for delete ", "request_id": "req-e16e039e-a6aa-4cec-b8e3-e06c9b67b1b7"}]} 2026-06-25 23:37:28.676 8 INFO neutron.services.segments.plugin [-] Segment 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 resource provider aggregate not found 2026-06-25 23:37:28.698 8 INFO neutron.services.segments.plugin [-] Segment 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 found for delete ", "request_id": "req-137a4280-9b9f-4a41-a539-2819e76b9abb"}]} 2026-06-25 23:37:28.700 8 INFO neutron.services.segments.plugin [-] Segment 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 resource provider aggregate not found 2026-06-25 23:37:28.726 8 INFO neutron.services.segments.plugin [-] Segment 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192a3e59-69b2-4f4c-8a9e-d153c2ae8f56 found for delete ", "request_id": "req-c3c83f66-e27c-4b80-a25c-0230540527d5"}]} [pid: 7|app: 0|req: 996/2045] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:28 2026] POST /v2.0/floatingips => generated 552 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:29.674 8 INFO neutron.db.segments_db [None req-b9babb6e-bd7a-4df3-844e-45d6fe0e2766 fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] Added segment 435da79e-f58d-49e4-896d-6fb1ea640ece of type vxlan for network c07db009-190c-4a24-91f7-0d92169ef4cf [pid: 8|app: 0|req: 1050/2046] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:29 2026] POST /v2.0/networks => generated 644 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2047] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:29 2026] POST /v2.0/subnets => generated 641 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2048] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:29 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:30.100 8 INFO neutron.db.segments_db [None req-e1d62cdc-ddfa-4746-adf6-a007c3ad47e3 fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] Added segment a60c1424-8d66-4806-9450-d0f925ba706e of type vxlan for network 6361d9f6-31a0-467f-9d40-8a2ffdd2063e [pid: 8|app: 0|req: 1052/2049] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:30 2026] POST /v2.0/networks => generated 643 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2050] 10.0.0.179 () {34 vars in 743 bytes} [Thu Jun 25 23:37:30 2026] PUT /v2.0/networks/6361d9f6-31a0-467f-9d40-8a2ffdd2063e => generated 592 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2051] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:30 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2052] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:30 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2053] 10.0.0.179 () {34 vars in 741 bytes} [Thu Jun 25 23:37:30 2026] PUT /v2.0/subnets/796e3450-9d48-4dd0-8747-c3114743d4c3 => generated 636 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:30.842 8 INFO neutron.services.segments.plugin [-] Segment a60c1424-8d66-4806-9450-d0f925ba706e resource provider aggregate not found 2026-06-25 23:37:30.851 8 INFO neutron.services.segments.plugin [-] Segment a60c1424-8d66-4806-9450-d0f925ba706e resource provider aggregate not found 2026-06-25 23:37:30.859 8 INFO neutron.services.segments.plugin [-] Segment a60c1424-8d66-4806-9450-d0f925ba706e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60c1424-8d66-4806-9450-d0f925ba706e found for delete ", "request_id": "req-aa4c6084-35b5-4899-9019-d38a67963686"}]} 2026-06-25 23:37:30.868 8 INFO neutron.services.segments.plugin [-] Segment a60c1424-8d66-4806-9450-d0f925ba706e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60c1424-8d66-4806-9450-d0f925ba706e found for delete ", "request_id": "req-681e76b5-06f4-40db-b4a0-937021c72723"}]} [pid: 8|app: 0|req: 1056/2054] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:30 2026] DELETE /v2.0/networks/6361d9f6-31a0-467f-9d40-8a2ffdd2063e => 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: 1057/2055] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:30.958 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64642ccc-29e7-4f28-9500-4221aad4d02d fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2056] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:30 2026] DELETE /v2.0/networks/6361d9f6-31a0-467f-9d40-8a2ffdd2063e => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2057] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2058] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:37:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2059] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/subnets?network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2060] 10.0.0.179 () {32 vars in 653 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2061] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/networks => generated 1309 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2062] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:30 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2063] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2064] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/networks/c07db009-190c-4a24-91f7-0d92169ef4cf => generated 669 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2065] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/subnets/a30f6863-a80c-401b-b9fd-9586d828c0a8 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:31.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08027872-e262-47b9-ac7f-d8c6e5b3a7fe fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1067/2066] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:31 2026] DELETE /v2.0/subnets/796e3450-9d48-4dd0-8747-c3114743d4c3 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:37:31.247 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25e511d9-12b1-42f9-8c10-64b79e63d54c fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2067] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:31 2026] DELETE /v2.0/networks/6361d9f6-31a0-467f-9d40-8a2ffdd2063e => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2068] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:31 2026] DELETE /v2.0/subnets/a30f6863-a80c-401b-b9fd-9586d828c0a8 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:31.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-88991afe-5ec7-416c-9dca-865a570164da fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] TaaS: Handle Delete Port: 4ffb3730-fcfd-411b-867e-3fb3439d6d4a 2026-06-25 23:37:31.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88991afe-5ec7-416c-9dca-865a570164da fc23269ade454aabbe1247e78e90821d 69af1a7e98c3444e9c06e2fe3dfaafd2 - - default default] Tap Mirror: Handle Delete Port: 4ffb3730-fcfd-411b-867e-3fb3439d6d4a [pid: 7|app: 0|req: 1000/2069] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:31 2026] POST /v2.0/floatingips => generated 552 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2070] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:31 2026] DELETE /v2.0/networks/c07db009-190c-4a24-91f7-0d92169ef4cf => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2071] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:31 2026] PUT /v2.0/floatingips/07840a00-dc34-4126-9f39-0ae064165979/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2072] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:31 2026] PUT /v2.0/floatingips/a766c283-71cb-4a28-8a42-8ab0d34da835/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2073] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:31 2026] PUT /v2.0/floatingips/955a5d84-50cd-495b-8acf-732ad738b11d/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2074] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:31 2026] PUT /v2.0/floatingips/7638deaf-3b75-4dc3-b39f-f0446c0f63ce/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2075] 10.0.0.179 () {32 vars in 672 bytes} [Thu Jun 25 23:37:31 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2076] 10.0.0.179 () {32 vars in 686 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2077] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2078] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2079] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2080] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/security-groups?id=175eaa14-e402-4522-81ad-66fddbab41bb&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: 1076/2081] 10.0.0.179 () {32 vars in 680 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2082] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2083] 10.0.0.179 () {32 vars in 690 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2084] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/security-groups?tenant_id=69af1a7e98c3444e9c06e2fe3dfaafd2&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2085] 10.0.0.179 () {32 vars in 702 bytes} [Thu Jun 25 23:37:32 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:32.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-5592aa91-7125-4902-ba9f-a1b8b5c45ac6 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] TaaS: Handle Delete Port: 5de49ac5-b220-4c16-953f-af84b00dcfb1 2026-06-25 23:37:32.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5592aa91-7125-4902-ba9f-a1b8b5c45ac6 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] Tap Mirror: Handle Delete Port: 5de49ac5-b220-4c16-953f-af84b00dcfb1 [pid: 7|app: 0|req: 1007/2086] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:32 2026] DELETE /v2.0/security-groups/a9eb79bc-4647-4d6e-9da1-c08015ad29c1 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2087] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:32 2026] DELETE /v2.0/floatingips/07840a00-dc34-4126-9f39-0ae064165979 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:32.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-55da37d0-bf73-4810-a2ba-68e208b9d606 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] TaaS: Handle Delete Port: c743e7f8-4ce2-4b23-97a5-e6df84911f05 2026-06-25 23:37:32.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55da37d0-bf73-4810-a2ba-68e208b9d606 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] Tap Mirror: Handle Delete Port: c743e7f8-4ce2-4b23-97a5-e6df84911f05 2026-06-25 23:37:32.875 8 INFO neutron.services.segments.plugin [-] Segment 435da79e-f58d-49e4-896d-6fb1ea640ece resource provider aggregate not found 2026-06-25 23:37:32.889 8 INFO neutron.services.segments.plugin [-] Segment 435da79e-f58d-49e4-896d-6fb1ea640ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435da79e-f58d-49e4-896d-6fb1ea640ece found for delete ", "request_id": "req-587d0463-24c4-48c0-b941-038fc18a7155"}]} [pid: 7|app: 0|req: 1008/2088] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:32 2026] DELETE /v2.0/floatingips/a766c283-71cb-4a28-8a42-8ab0d34da835 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:32.900 8 INFO neutron.services.segments.plugin [-] Segment 435da79e-f58d-49e4-896d-6fb1ea640ece resource provider aggregate not found 2026-06-25 23:37:32.929 8 INFO neutron.services.segments.plugin [-] Segment 435da79e-f58d-49e4-896d-6fb1ea640ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435da79e-f58d-49e4-896d-6fb1ea640ece found for delete ", "request_id": "req-83a85315-68e1-459e-8e3c-04c0f18d4471"}]} 2026-06-25 23:37:33.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f6393e1-11a9-46eb-9ca4-b19712175a97 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] TaaS: Handle Delete Port: e308d263-6090-47c4-9543-d34565886723 2026-06-25 23:37:33.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f6393e1-11a9-46eb-9ca4-b19712175a97 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] Tap Mirror: Handle Delete Port: e308d263-6090-47c4-9543-d34565886723 [pid: 7|app: 0|req: 1009/2089] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:37:33 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 1081/2090] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:32 2026] DELETE /v2.0/floatingips/955a5d84-50cd-495b-8acf-732ad738b11d => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:33.274 7 INFO neutron_taas.services.taas.taas_plugin [req-5b59d751-f980-492a-bb93-a194549f18bd req-e37a2320-5a6d-4f14-a006-079389881b70 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: 34e9808d-a0a5-468a-b199-04fbb4f5b788 2026-06-25 23:37:33.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b59d751-f980-492a-bb93-a194549f18bd req-e37a2320-5a6d-4f14-a006-079389881b70 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: 34e9808d-a0a5-468a-b199-04fbb4f5b788 2026-06-25 23:37:33.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fe017b7-4a67-460c-95ec-b655e7555eba b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] TaaS: Handle Delete Port: 7cfb7356-b8a6-4ef7-b18c-a91bcb697d95 2026-06-25 23:37:33.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fe017b7-4a67-460c-95ec-b655e7555eba b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] Tap Mirror: Handle Delete Port: 7cfb7356-b8a6-4ef7-b18c-a91bcb697d95 2026-06-25 23:37:33.391 7 INFO neutron.db.l3_db [req-5b59d751-f980-492a-bb93-a194549f18bd req-e37a2320-5a6d-4f14-a006-079389881b70 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Floating IP df6e5258-9e6d-415a-9434-3c813eeef6ae disassociated. External IP: 10.96.250.218, port: 34e9808d-a0a5-468a-b199-04fbb4f5b788. [pid: 8|app: 0|req: 1082/2091] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:33 2026] DELETE /v2.0/floatingips/7638deaf-3b75-4dc3-b39f-f0446c0f63ce => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2092] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:33 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:33.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e84ebee-51e0-4411-9139-cd59e430eab8 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] TaaS: Handle Delete Port: a87bcc80-7ea3-4a80-83f4-a0db16a72329 2026-06-25 23:37:33.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e84ebee-51e0-4411-9139-cd59e430eab8 b5734f81dec44ab597c7e99e8efb0894 96d6af94c2c841cabbbcef46aba885f9 - - default default] Tap Mirror: Handle Delete Port: a87bcc80-7ea3-4a80-83f4-a0db16a72329 [pid: 7|app: 0|req: 1010/2093] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:37:33 2026] DELETE /v2.0/ports/34e9808d-a0a5-468a-b199-04fbb4f5b788 => generated 0 bytes in 647 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2094] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:33 2026] DELETE /v2.0/floatingips/efc3afba-4da8-485a-944f-fcd092b38a04 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:33.853 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0358b562-5564-46d0-8ce0-6903423c65fb'] response: {'server_uuid': 'f51bbbfe-9d0f-44dc-95f9-8118191be6b6', 'name': 'network-vif-deleted', 'tag': '34e9808d-a0a5-468a-b199-04fbb4f5b788', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1011/2095] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 1085/2096] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:34 2026] GET /v2.0/security-groups?tenant_id=96d6af94c2c841cabbbcef46aba885f9&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2097] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:34 2026] DELETE /v2.0/security-groups/66cffdd7-07dd-401d-9665-9235b913cdd8 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2098] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:35 2026] GET /v2.0/security-groups?tenant_id=f97daba5e98b4133bb9a418e05c170fe&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2099] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:35 2026] DELETE /v2.0/security-groups/68d79fba-f6c0-4588-9f2c-b513324382be => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2100] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:35 2026] GET /v2.0/security-groups?tenant_id=4ab5e2356da043b0a18bf1e0d8ebe7de&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2101] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:35 2026] DELETE /v2.0/security-groups/8fb699b3-f3c8-4a63-b13e-06094fc9256d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2102] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:35 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 1015/2103] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:35 2026] GET /v2.0/security-groups?tenant_id=178dadfa403f4ab391d10553894638f2&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: 1089/2104] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:36 2026] DELETE /v2.0/security-groups/2d17a3e5-4d6c-42c3-b1ca-8234e74b904d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2105] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:36 2026] GET /v2.0/ports?device_id=f51bbbfe-9d0f-44dc-95f9-8118191be6b6 => 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: 1090/2106] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:37 2026] DELETE /v2.0/security-groups/175eaa14-e402-4522-81ad-66fddbab41bb => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:38.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-4eb64fba-629e-41a5-b83d-533f5637bc5a 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: cbfa8cd1-5fbb-4752-bee0-23f1a186a523 2026-06-25 23:37:38.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eb64fba-629e-41a5-b83d-533f5637bc5a 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: cbfa8cd1-5fbb-4752-bee0-23f1a186a523 [pid: 7|app: 0|req: 1017/2107] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:38 2026] DELETE /v2.0/floatingips/df6e5258-9e6d-415a-9434-3c813eeef6ae => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2108] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:38 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2109] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:38 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2110] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:38 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2111] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:39 2026] PUT /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2112] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2113] 10.0.0.179 () {34 vars in 770 bytes} [Thu Jun 25 23:37:39 2026] PUT /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2114] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/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: 1021/2115] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 1095/2116] 10.0.0.179 () {34 vars in 766 bytes} [Thu Jun 25 23:37:39 2026] PUT /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2117] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&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: 1096/2118] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2119] 10.0.0.179 () {34 vars in 788 bytes} [Thu Jun 25 23:37:39 2026] PUT /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2120] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2121] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:39 2026] PUT /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2122] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:39 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2123] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:40.099 8 INFO neutron.api.v2.resource [None req-c905be2f-d1d5-4e89-a6ac-a23d4574299f 1eb11d441fca41428b00b341bdc35b39 e9301633051c4472bf27c6c106f4dab4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1099/2124] 10.0.0.179 () {32 vars in 751 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2125] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:37:40 2026] DELETE /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/red => 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: 1100/2126] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:40.246 7 INFO neutron.api.v2.resource [None req-566e4757-5d7f-4d70-afb4-c428a2ca4fc0 1eb11d441fca41428b00b341bdc35b39 e9301633051c4472bf27c6c106f4dab4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1027/2127] 10.0.0.179 () {32 vars in 754 bytes} [Thu Jun 25 23:37:40 2026] DELETE /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2128] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:37:40 2026] DELETE /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2129] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:40.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-be80dc54-865b-450e-9b74-ba9c9b25db00 1eb11d441fca41428b00b341bdc35b39 e9301633051c4472bf27c6c106f4dab4 - - default default] TaaS: Handle Delete Port: 64794d44-d778-44a9-9dcc-9ea09d11833f 2026-06-25 23:37:40.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be80dc54-865b-450e-9b74-ba9c9b25db00 1eb11d441fca41428b00b341bdc35b39 e9301633051c4472bf27c6c106f4dab4 - - default default] Tap Mirror: Handle Delete Port: 64794d44-d778-44a9-9dcc-9ea09d11833f [pid: 8|app: 0|req: 1102/2130] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:40 2026] DELETE /v2.0/floatingips/26f4f6fe-5a2f-4fde-8cbd-6e8e6b4e7cb7 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2131] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 1030/2132] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/security-groups?id=520c1d67-9dec-4b4f-8f96-f6b36d5dd151&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2133] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:37:40 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:41.015 7 INFO neutron_taas.services.taas.taas_plugin [req-85f5b8f2-2f65-4ee3-bc68-15b10d4fdd49 req-9ca54515-7ea0-4d82-9791-6e79abc81b14 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: 5a1da1af-3b96-4ecd-aa3e-442f3daa9475 2026-06-25 23:37:41.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-85f5b8f2-2f65-4ee3-bc68-15b10d4fdd49 req-9ca54515-7ea0-4d82-9791-6e79abc81b14 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: 5a1da1af-3b96-4ecd-aa3e-442f3daa9475 [pid: 7|app: 0|req: 1031/2134] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:37:40 2026] DELETE /v2.0/ports/5a1da1af-3b96-4ecd-aa3e-442f3daa9475 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:41.173 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6e2efe8-6e6f-4597-b7ef-f280bc27175a'] response: {'server_uuid': '16646427-3158-424c-8305-0dd1620dc82d', 'name': 'network-vif-deleted', 'tag': '5a1da1af-3b96-4ecd-aa3e-442f3daa9475', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1104/2135] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/security-groups?tenant_id=e9301633051c4472bf27c6c106f4dab4&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2136] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:41 2026] DELETE /v2.0/security-groups/81eba0ca-1994-434d-94e4-ced798daf4cf => 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: 1105/2137] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/security-groups?tenant_id=942e928b4ca2449db3243edf2f602479&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2138] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:41 2026] DELETE /v2.0/security-groups/9e23a397-ebdb-4026-8d7b-e786445f79bc => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2139] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:41 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 1034/2140] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:43 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 1107/2141] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:37:44 2026] GET /v2.0/ports?device_id=16646427-3158-424c-8305-0dd1620dc82d => 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: 1036/2144] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:45 2026] DELETE /v2.0/security-groups/520c1d67-9dec-4b4f-8f96-f6b36d5dd151 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:45.575 8 INFO neutron.db.segments_db [None req-0540b90e-be57-4f9a-bbd6-92772f6945d8 4511cf996b7944b582188ef48fa8e5a1 d1eb3b31cbc74f7cb092823960c64040 - - default default] Added segment 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 of type vxlan for network fd0b5709-43da-48b5-bff8-5049eb987642 [pid: 8|app: 0|req: 1109/2145] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:45 2026] POST /v2.0/networks => generated 631 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:45.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-706c8775-4cff-4720-999b-101b076e79a0 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: 5d8ee047-b37d-4c63-81d5-f1f7e3794955 2026-06-25 23:37:45.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-706c8775-4cff-4720-999b-101b076e79a0 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: 5d8ee047-b37d-4c63-81d5-f1f7e3794955 [pid: 8|app: 0|req: 1110/2146] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:37:45 2026] PUT /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2147] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:45 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/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: 1112/2148] 10.0.0.179 () {34 vars in 764 bytes} [Thu Jun 25 23:37:45 2026] PUT /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2149] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:45 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2150] 10.0.0.179 () {34 vars in 760 bytes} [Thu Jun 25 23:37:45 2026] PUT /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2151] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2152] 10.0.0.179 () {34 vars in 782 bytes} [Thu Jun 25 23:37:46 2026] PUT /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2153] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/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: 1118/2154] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:37:46 2026] PUT /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2155] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2156] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:37:45 2026] PUT /v2.0/routers/cc4653ee-6a0f-4441-b8c8-3dfbfdbaa204/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2157] 10.0.0.179 () {32 vars in 741 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:46.425 8 INFO neutron.api.v2.resource [None req-e7f0514a-c98d-4c9d-8c99-f787c715015f 4511cf996b7944b582188ef48fa8e5a1 d1eb3b31cbc74f7cb092823960c64040 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1121/2158] 10.0.0.179 () {32 vars in 745 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2159] 10.0.0.179 () {32 vars in 744 bytes} [Thu Jun 25 23:37:46 2026] DELETE /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2160] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:46 2026] DELETE /v2.0/subnets/111503f9-de76-4c05-a6fd-91903c616263 => 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: 1039/2161] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2162] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/security-groups?tenant_id=b24737f1064f411eae4e4eccb4946a75&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:46.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-dea687e5-024a-4a90-8ae1-878c276d5100 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: b982c934-35b6-43f4-a6b8-06af1f6de884 2026-06-25 23:37:46.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea687e5-024a-4a90-8ae1-878c276d5100 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: b982c934-35b6-43f4-a6b8-06af1f6de884 2026-06-25 23:37:46.807 8 INFO neutron.api.v2.resource [None req-84fac476-cd8f-4269-adbf-82a638610afd 4511cf996b7944b582188ef48fa8e5a1 d1eb3b31cbc74f7cb092823960c64040 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1124/2163] 10.0.0.179 () {32 vars in 748 bytes} [Thu Jun 25 23:37:46 2026] DELETE /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2164] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:46 2026] DELETE /v2.0/security-groups/ccb45da2-060a-4c17-a289-7de61e86c4f1 => 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: 1126/2165] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:37:46 2026] DELETE /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2166] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:37:46 2026] GET /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:47.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-dea687e5-024a-4a90-8ae1-878c276d5100 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: 2a459f82-f7d5-4d3a-8c46-002eb89ca443 2026-06-25 23:37:47.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea687e5-024a-4a90-8ae1-878c276d5100 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: 2a459f82-f7d5-4d3a-8c46-002eb89ca443 2026-06-25 23:37:47.115 8 INFO neutron.services.segments.plugin [-] Segment 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 resource provider aggregate not found 2026-06-25 23:37:47.119 8 INFO neutron.services.segments.plugin [-] Segment 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 resource provider aggregate not found [pid: 8|app: 0|req: 1128/2167] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:47 2026] DELETE /v2.0/networks/fd0b5709-43da-48b5-bff8-5049eb987642 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:37:47.143 8 INFO neutron.services.segments.plugin [-] Segment 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 found for delete ", "request_id": "req-5d8d2afa-0534-4d68-b5ee-510809d74f36"}]} 2026-06-25 23:37:47.143 8 INFO neutron.services.segments.plugin [-] Segment 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aef0ee0-d8fe-43e1-b772-065e6aa078e9 found for delete ", "request_id": "req-379f4a64-4bca-4458-8463-ce531fdd370a"}]} 2026-06-25 23:37:47.429 7 INFO neutron.services.segments.plugin [-] Segment 0c7e11ec-13a4-4fa9-84be-4d909314717a resource provider aggregate not found 2026-06-25 23:37:47.437 7 INFO neutron.services.segments.plugin [-] Segment 0c7e11ec-13a4-4fa9-84be-4d909314717a resource provider aggregate not found 2026-06-25 23:37:47.454 7 INFO neutron.services.segments.plugin [-] Segment 0c7e11ec-13a4-4fa9-84be-4d909314717a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7e11ec-13a4-4fa9-84be-4d909314717a found for delete ", "request_id": "req-c85c253e-2f3a-4baf-bd22-14e38193c76e"}]} 2026-06-25 23:37:47.455 7 INFO neutron.services.segments.plugin [-] Segment 0c7e11ec-13a4-4fa9-84be-4d909314717a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7e11ec-13a4-4fa9-84be-4d909314717a found for delete ", "request_id": "req-44f989f4-6b7b-4492-9b35-f09b58f2338c"}]} 2026-06-25 23:37:47.472 7 INFO neutron.db.l3_hamode_db [None req-dea687e5-024a-4a90-8ae1-878c276d5100 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] HA network 07b28f96-33a4-44b8-bb93-2d345d310d5e was deleted as no HA routers are present in tenant 1d4939d55fed4fdb9c7237e93b1ea167. [pid: 7|app: 0|req: 1040/2168] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:37:46 2026] DELETE /v2.0/routers/cc4653ee-6a0f-4441-b8c8-3dfbfdbaa204 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:47.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ef6c02f-6ed5-4ef6-b949-393f01427831 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] TaaS: Handle Delete Port: 1b6fb6dd-ae54-49cb-b2e0-8a9025dce93d 2026-06-25 23:37:47.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ef6c02f-6ed5-4ef6-b949-393f01427831 9214e2a8901d48f2855110906cec0ed7 1d4939d55fed4fdb9c7237e93b1ea167 - - default default] Tap Mirror: Handle Delete Port: 1b6fb6dd-ae54-49cb-b2e0-8a9025dce93d [pid: 8|app: 0|req: 1129/2169] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:37:47 2026] DELETE /v2.0/networks/b80f7fae-e0c2-4c56-aff3-dab4ca5194c2 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2170] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:47 2026] GET /v2.0/security-groups?tenant_id=d1eb3b31cbc74f7cb092823960c64040&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2171] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:48 2026] DELETE /v2.0/security-groups/f322fb3c-cd90-4aa4-b075-743059d3ab15 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2172] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/security-groups?tenant_id=48c90e2afa9946a59a5a88d17af7abeb&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2173] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/security-groups?tenant_id=1d4939d55fed4fdb9c7237e93b1ea167&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2174] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:48 2026] DELETE /v2.0/security-groups/21b2f76e-cfaf-49a4-883c-135b919b2fa7 => 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: 1043/2175] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:48 2026] DELETE /v2.0/security-groups/136a4b68-4bf6-4872-89ef-ef976fa2436e => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2176] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:48 2026] GET /v2.0/security-groups?tenant_id=dba95ce6d64b4d74b8a7322013abb0c8&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:37:49.169 8 INFO neutron.services.segments.plugin [-] Segment bea80458-d133-45cb-b45a-3b7b89d880fa resource provider aggregate not found 2026-06-25 23:37:49.175 8 INFO neutron.services.segments.plugin [-] Segment bea80458-d133-45cb-b45a-3b7b89d880fa resource provider aggregate not found 2026-06-25 23:37:49.195 8 INFO neutron.services.segments.plugin [-] Segment bea80458-d133-45cb-b45a-3b7b89d880fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bea80458-d133-45cb-b45a-3b7b89d880fa found for delete ", "request_id": "req-f71ebe6f-4e17-4623-a026-be076e7d9ecb"}]} 2026-06-25 23:37:49.195 8 INFO neutron.services.segments.plugin [-] Segment bea80458-d133-45cb-b45a-3b7b89d880fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bea80458-d133-45cb-b45a-3b7b89d880fa found for delete ", "request_id": "req-4d825bab-f76a-4aff-ad98-e43ffc260e62"}]} [pid: 7|app: 0|req: 1044/2177] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:49 2026] DELETE /v2.0/security-groups/af4dd05f-81d4-4462-9d07-fc42afa23c05 => 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: 1134/2178] 10.0.0.244 () {30 vars in 650 bytes} [Thu Jun 25 23:37:50 2026] GET /v2.0/extensions => generated 21537 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2179] 10.0.0.244 () {30 vars in 724 bytes} [Thu Jun 25 23:37:50 2026] GET /v2.0/quotas/e02dc7621b3f471cada15c1093f30d2a/details => generated 847 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:51.247 8 INFO neutron.db.segments_db [None req-e1188ed6-0fc8-4ca1-b05b-022ecbe87a0d 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 3612790f-e068-497f-a2a6-68e531f3d268 of type vxlan for network 0558e15d-932f-4252-b890-5f750f8a10b0 [pid: 8|app: 0|req: 1135/2180] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:37:50 2026] POST /v2.0/networks => generated 738 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2181] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:51 2026] POST /v2.0/subnets => generated 685 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:51.638 8 INFO neutron.db.segments_db [None req-93f6a9d4-0ca0-48aa-9eed-1f8c12cdaabb 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment dc15a9d0-9a8a-433d-8d1b-c6267643742a of type vxlan for network ae6850f4-04c2-4b8c-8386-2f1dd629d53e 2026-06-25 23:37:51.918 8 INFO neutron.db.l3_hamode_db [None req-93f6a9d4-0ca0-48aa-9eed-1f8c12cdaabb 83dc20df1dac47ed86a52b9bb2f4c84a a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1047/2182] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:37:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2183] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:52 2026] PUT /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2184] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2185] 10.0.0.179 () {34 vars in 770 bytes} [Thu Jun 25 23:37:52 2026] PUT /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2186] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2187] 10.0.0.179 () {34 vars in 766 bytes} [Thu Jun 25 23:37:52 2026] PUT /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2188] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:52.689 8 INFO neutron.db.l3_hamode_db [None req-93f6a9d4-0ca0-48aa-9eed-1f8c12cdaabb 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1054/2189] 10.0.0.179 () {34 vars in 788 bytes} [Thu Jun 25 23:37:52 2026] PUT /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2190] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2191] 10.0.0.179 () {34 vars in 759 bytes} [Thu Jun 25 23:37:52 2026] PUT /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2192] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2193] 10.0.0.244 () {30 vars in 650 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2194] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2195] 10.0.0.244 () {30 vars in 724 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/quotas/e02dc7621b3f471cada15c1093f30d2a/details => generated 847 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:37:52.983 7 INFO neutron.api.v2.resource [None req-c92bc97e-f588-4983-a6a1-c0cc099c9550 9cae952e0ba14728a07c5e7f19cabdc5 2aa3816fd55948d9a951118dcb189060 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2196] 10.0.0.179 () {32 vars in 751 bytes} [Thu Jun 25 23:37:52 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2197] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:37:52 2026] DELETE /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2198] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:53 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:53.099 7 INFO neutron.api.v2.resource [None req-a683dd98-2a6b-4a48-a32a-65f513237716 9cae952e0ba14728a07c5e7f19cabdc5 2aa3816fd55948d9a951118dcb189060 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/2199] 10.0.0.179 () {32 vars in 754 bytes} [Thu Jun 25 23:37:53 2026] DELETE /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2200] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:37:53 2026] DELETE /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2201] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:53 2026] GET /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2202] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:37:53 2026] DELETE /v2.0/subnetpools/4a82b9dc-98fe-4589-bea0-d2341fa9773c => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2203] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:51 2026] POST /v2.0/routers => generated 725 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2204] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:53 2026] GET /v2.0/security-groups?tenant_id=2aa3816fd55948d9a951118dcb189060&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: 1138/2205] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:54 2026] DELETE /v2.0/security-groups/def8311d-d755-4786-9f66-ab3deb23f9cd => 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: 1139/2206] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:54 2026] GET /v2.0/security-groups?tenant_id=e9fc481dc32745b99751d9eceadf0950&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2207] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:54 2026] DELETE /v2.0/security-groups/01a120fb-1e47-406d-aead-1c2a8fd99891 => 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: 1068/2208] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:37:53 2026] PUT /v2.0/routers/eb15185b-f48e-48fe-a0ef-65ea6d085a22/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2209] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:37:55 2026] GET /v2.0/security-groups?tenant_id=e02dc7621b3f471cada15c1093f30d2a&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2210] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:37:55 2026] DELETE /v2.0/security-groups/ef5e4528-df8f-4a87-b3d1-0abd148873f8 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:56.126 8 INFO neutron.db.segments_db [None req-155c656c-c9bc-46c8-aeca-41c8416f5080 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment 163ce43a-4cfe-45ad-85e0-4d936f432be4 of type vxlan for network 4f82209e-010d-4e41-8946-62c8481c7665 [pid: 8|app: 0|req: 1142/2211] 10.0.0.179 () {34 vars in 671 bytes} [Thu Jun 25 23:37:55 2026] POST /v2.0/networks => generated 740 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2212] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:56 2026] POST /v2.0/subnets => generated 687 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:37:56.514 8 INFO neutron.db.segments_db [None req-7ca7014f-9534-4985-9f4d-d83f4017c90e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Added segment ee876fc4-e520-4026-9776-39895bf0c4c7 of type vxlan for network 9c07a677-3214-4ec0-8b84-e180a9902340 2026-06-25 23:37:56.790 8 INFO neutron.db.l3_hamode_db [None req-7ca7014f-9534-4985-9f4d-d83f4017c90e 83dc20df1dac47ed86a52b9bb2f4c84a eef38184e2144124a55662dba000290c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:37:58.057 8 INFO neutron.db.l3_hamode_db [None req-7ca7014f-9534-4985-9f4d-d83f4017c90e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:37:58.760 7 INFO neutron.db.segments_db [None req-47c70e87-8181-4c7b-bb86-76ab9760e0fa b78084261ca44cd29ffa7f20aef82c0d b5450f90fa2b491da157a0309c36295d - - default default] Added segment 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c of type vxlan for network e5e5b384-af68-40f6-aae3-df352dc8e0f2 [pid: 7|app: 0|req: 1071/2213] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:58 2026] POST /v2.0/networks => generated 632 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2214] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:56 2026] POST /v2.0/routers => generated 727 bytes in 2545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2215] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:37:58 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: 7|app: 0|req: 1073/2216] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:37:59 2026] PUT /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2217] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/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: 1075/2218] 10.0.0.179 () {34 vars in 762 bytes} [Thu Jun 25 23:37:59 2026] PUT /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2221] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2222] 10.0.0.179 () {34 vars in 758 bytes} [Thu Jun 25 23:37:59 2026] PUT /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2223] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2224] 10.0.0.179 () {34 vars in 780 bytes} [Thu Jun 25 23:37:59 2026] PUT /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2225] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2226] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:37:59 2026] PUT /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2227] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2228] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:37:59.659 7 INFO neutron.api.v2.resource [None req-d51193b0-8a33-4f19-a856-fda3ed41037f b78084261ca44cd29ffa7f20aef82c0d b5450f90fa2b491da157a0309c36295d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2229] 10.0.0.179 () {32 vars in 743 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2230] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:37:59 2026] DELETE /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2231] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:37:59.795 7 INFO neutron.api.v2.resource [None req-f1bf9489-de52-4ce6-b530-4ff2786b5b4d b78084261ca44cd29ffa7f20aef82c0d b5450f90fa2b491da157a0309c36295d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2232] 10.0.0.179 () {32 vars in 746 bytes} [Thu Jun 25 23:37:59 2026] DELETE /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2233] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:37:59 2026] DELETE /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2234] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:37:59 2026] GET /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:00.246 7 INFO neutron.db.segments_db [None req-818fe808-d83d-4048-bbb8-612e54d96b19 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] Added segment b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 of type vxlan for network 7d78f6fc-92ab-4245-85b2-5a0e0f20d0ee [pid: 8|app: 0|req: 1144/2235] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:37:58 2026] PUT /v2.0/routers/dfb6b25e-aceb-4070-a217-3069ed7c2af2/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2236] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:37:59 2026] POST /v2.0/networks => generated 727 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2237] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:00 2026] DELETE /v2.0/subnets/ba74649c-ded8-47fc-9603-c553d2981933 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2238] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:00 2026] POST /v2.0/subnets => generated 644 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:00.540 7 WARNING neutron.api.v2.base [None req-4b0d704f-904c-485e-b7df-37426f89eb54 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - 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-25 23:38:00.541 7 INFO neutron.api.v2.resource [None req-4b0d704f-904c-485e-b7df-37426f89eb54 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1094/2239] 10.0.0.179 () {34 vars in 681 bytes} [Thu Jun 25 23:38:00 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-25 23:38:00.612 8 INFO neutron.services.segments.plugin [-] Segment 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c resource provider aggregate not found 2026-06-25 23:38:00.617 8 INFO neutron.services.segments.plugin [-] Segment 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c resource provider aggregate not found 2026-06-25 23:38:00.635 8 INFO neutron.services.segments.plugin [-] Segment 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c found for delete ", "request_id": "req-7a336b38-548c-4bb4-93f1-99b8d1a358a7"}]} 2026-06-25 23:38:00.639 8 INFO neutron.services.segments.plugin [-] Segment 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a3ed7e-2d14-4c1c-ab74-32ac8d6a4c0c found for delete ", "request_id": "req-1c3c5bf1-e94a-4973-afa1-5d568d6e41be"}]} [pid: 8|app: 0|req: 1146/2240] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:00 2026] DELETE /v2.0/networks/e5e5b384-af68-40f6-aae3-df352dc8e0f2 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:00.754 7 INFO neutron.services.segments.plugin [-] Segment b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 resource provider aggregate not found 2026-06-25 23:38:00.758 7 INFO neutron.services.segments.plugin [-] Segment b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 resource provider aggregate not found 2026-06-25 23:38:00.779 7 INFO neutron.services.segments.plugin [-] Segment b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 found for delete ", "request_id": "req-6da765e3-ea9c-4cc4-b4b0-308b098d1ea0"}]} 2026-06-25 23:38:00.783 7 INFO neutron.services.segments.plugin [-] Segment b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0f0e6f6-07dd-4600-8cc9-983c4d5c82a9 found for delete ", "request_id": "req-545a5428-1ad9-41e0-982d-e044d291f6bf"}]} [pid: 7|app: 0|req: 1095/2241] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:00 2026] DELETE /v2.0/networks/7d78f6fc-92ab-4245-85b2-5a0e0f20d0ee => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:00.855 8 INFO neutron.db.segments_db [None req-8a939b84-db55-428a-9820-7149447310cb ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] Added segment fb457af2-f28e-4628-be34-7269e6d24c0c of type vxlan for network 27873a45-3719-447b-b66c-c2b88575fc4f [pid: 8|app: 0|req: 1147/2242] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:00 2026] POST /v2.0/networks => generated 727 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2243] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:38:00 2026] POST /v2.0/security-groups => generated 1673 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2244] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:00 2026] POST /v2.0/subnets => generated 647 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:01.142 7 WARNING neutron.api.v2.base [None req-bffd4041-e983-4a02-b3cf-59d10555cb52 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - 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-25 23:38:01.142 7 INFO neutron.api.v2.resource [None req-bffd4041-e983-4a02-b3cf-59d10555cb52 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1097/2245] 10.0.0.179 () {34 vars in 681 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2246] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:01 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: 1150/2247] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2248] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:01 2026] DELETE /v2.0/networks/27873a45-3719-447b-b66c-c2b88575fc4f => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2249] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:01 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) 2026-06-25 23:38:01.517 8 INFO neutron.db.segments_db [None req-bf30767f-b6d8-44cc-bfe5-a4ea12684789 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] Added segment a7ecae41-2326-4bdd-afff-10088e094944 of type vxlan for network 3074238c-a782-48de-ba19-a993b65cea9b [pid: 7|app: 0|req: 1099/2250] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:01 2026] GET /v2.0/security-groups?tenant_id=b5450f90fa2b491da157a0309c36295d&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2251] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/networks => generated 726 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2252] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2253] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:01 2026] DELETE /v2.0/security-groups/e9c0c8d0-e1bd-4d7d-ad5e-4cb9faea2995 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:01.830 8 INFO neutron.db.securitygroups_db [None req-363eeb66-bfe3-4eb9-83a6-fb01e3fcd185 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Project a9e4bf22f71c4d4b9d097c4821c622c1 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: 1101/2254] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/subnets => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2255] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:02.019 8 INFO neutron.db.securitygroups_db [None req-9f749007-6087-4e63-a21c-41ca43af80c7 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Project a9e4bf22f71c4d4b9d097c4821c622c1 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: 1155/2256] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2257] 10.0.0.179 () {34 vars in 681 bytes} [Thu Jun 25 23:38:01 2026] POST /v2.0/rbac-policies => generated 324 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2258] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:02 2026] GET /v2.0/security-groups?tenant_id=7808a175a6d4443f907734ed1837ee46&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2259] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:02 2026] DELETE /v2.0/security-groups/a22281b4-b4c5-479d-a63d-fc2f0dd41074 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2260] 10.0.0.179 () {34 vars in 685 bytes} [Thu Jun 25 23:38:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-25 23:38:02.816 7 INFO neutron.services.segments.plugin [-] Segment fb457af2-f28e-4628-be34-7269e6d24c0c resource provider aggregate not found 2026-06-25 23:38:02.837 7 INFO neutron.services.segments.plugin [-] Segment fb457af2-f28e-4628-be34-7269e6d24c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb457af2-f28e-4628-be34-7269e6d24c0c found for delete ", "request_id": "req-421902a1-87dd-4313-a927-b3d2424cb39e"}]} 2026-06-25 23:38:02.840 7 INFO neutron.services.segments.plugin [-] Segment fb457af2-f28e-4628-be34-7269e6d24c0c resource provider aggregate not found 2026-06-25 23:38:02.857 7 INFO neutron.services.segments.plugin [-] Segment fb457af2-f28e-4628-be34-7269e6d24c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb457af2-f28e-4628-be34-7269e6d24c0c found for delete ", "request_id": "req-09649729-430b-480a-8196-091e946961f1"}]} [pid: 8|app: 0|req: 1157/2261] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:38:02 2026] GET /v2.0/networks/3074238c-a782-48de-ba19-a993b65cea9b => generated 655 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2262] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2263] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:38:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:03.334 8 INFO neutron.pecan_wsgi.hooks.translation [None req-227c2a78-e486-4a2b-af01-dcca4c0d6635 06856d4b85d44776a538b26b1d5949df 1e179cef263f4b13af9c04994f77d5f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1159/2264] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/networks/3074238c-a782-48de-ba19-a993b65cea9b => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:38:03.535 8 INFO neutron.services.segments.plugin [-] Segment a7ecae41-2326-4bdd-afff-10088e094944 resource provider aggregate not found 2026-06-25 23:38:03.541 8 INFO neutron.services.segments.plugin [-] Segment a7ecae41-2326-4bdd-afff-10088e094944 resource provider aggregate not found 2026-06-25 23:38:03.562 8 INFO neutron.services.segments.plugin [-] Segment a7ecae41-2326-4bdd-afff-10088e094944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7ecae41-2326-4bdd-afff-10088e094944 found for delete ", "request_id": "req-7c3f6b0d-0188-4b60-bb58-d50ed29ff3d7"}]} 2026-06-25 23:38:03.563 8 INFO neutron.services.segments.plugin [-] Segment a7ecae41-2326-4bdd-afff-10088e094944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7ecae41-2326-4bdd-afff-10088e094944 found for delete ", "request_id": "req-476c89b9-d1e9-465a-9242-2db6542e5a2d"}]} [pid: 8|app: 0|req: 1160/2265] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:03 2026] DELETE /v2.0/networks/3074238c-a782-48de-ba19-a993b65cea9b => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2266] 10.0.0.179 () {34 vars in 676 bytes} [Thu Jun 25 23:38:02 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:03.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f678c521-8ac9-432a-9548-29f545fe57a3 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2267] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:03 2026] DELETE /v2.0/subnets/07bc5d35-99d1-4dd7-a883-e403aefff0ca => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:38:03.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73a2ec6a-a3ee-4d5b-9b12-cb4826d5fb45 ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1107/2268] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:03 2026] DELETE /v2.0/subnets/dd9d72bb-b932-4cf9-9fc5-15b71dbcaba0 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:38:03.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-825ee033-da7b-4fd6-9dce-53680f10c38e ee75abb4d6694a6da22c1c6fc3ce84d8 2dec5138ab0b48da8b6b55f5d7035d05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2269] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:03 2026] DELETE /v2.0/subnets/ba070144-ceca-45eb-8e34-c039d68308a4 => 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: 1108/2270] 10.0.0.211 () {34 vars in 1096 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-92267403&fields=id&tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2271] 10.0.0.211 () {34 vars in 1098 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--723429790&fields=id&tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2272] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/networks?id=0558e15d-932f-4252-b890-5f750f8a10b0 => generated 670 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2273] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/quotas/a9e4bf22f71c4d4b9d097c4821c622c1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2274] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/ports?tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2275] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:38:03 2026] GET /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0?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: 1111/2276] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:38:04 2026] GET /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0?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: 1166/2277] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:04 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => 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: 1112/2278] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:04 2026] GET /v2.0/security-groups?tenant_id=b05729387e214fa392564e68c99ae724&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2279] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:04 2026] DELETE /v2.0/security-groups/afa3a504-3e4b-4c87-b3bb-0c46961e8aac => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2280] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:05 2026] GET /v2.0/security-groups?tenant_id=1e179cef263f4b13af9c04994f77d5f2&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2281] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:05 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => 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: 1168/2282] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:05 2026] DELETE /v2.0/security-groups/4af98e91-e85f-4b51-a1f0-460fd89d5a0b => 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: 1115/2283] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:05 2026] GET /v2.0/security-groups?tenant_id=2dec5138ab0b48da8b6b55f5d7035d05&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2284] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:05 2026] DELETE /v2.0/security-groups/ddd5adc8-053a-443c-953f-19414d7911ec => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2285] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:06 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => 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: 1170/2286] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:07 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => 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: 1117/2287] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:38:08 2026] GET /v2.0/networks?id=0558e15d-932f-4252-b890-5f750f8a10b0 => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2288] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:38:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1 => generated 271 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2289] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:08 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => 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: 1118/2290] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:38:08 2026] POST /v2.0/ports => generated 993 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2291] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:38:09 2026] PUT /v2.0/ports/948948ca-ccdc-4f7e-a049-78331a7182f6 => generated 1274 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:38:09.561 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ebbf27b-fc3d-436e-a8c1-fa58cc548a92'] response: {'name': 'network-changed', 'server_uuid': '8c041ebc-c216-469a-9cad-ec1442c80a86', 'tag': '948948ca-ccdc-4f7e-a049-78331a7182f6', '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: 1119/2292] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:09 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1008 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2293] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:09 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 34 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-25 23:38:10.073 8 INFO neutron.db.segments_db [None req-338f092b-6e13-48f1-98ae-e632d6cedccd c407ded0b4974ad1b25f8ce009f71293 ca103e5897b146ee8450fa034361bf5d - - default default] Added segment 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 of type vxlan for network d556d067-5db7-4b86-9115-d0ec8bf5905d [pid: 7|app: 0|req: 1121/2294] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/ports?tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1&device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2295] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/networks?tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1&shared=False => generated 766 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2296] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:09 2026] POST /v2.0/networks => generated 631 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2297] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:38:10 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) 2026-06-25 23:38:10.226 8 INFO neutron.db.segments_db [None req-d43a6eee-93f3-44ad-89e8-4bd47babe230 c407ded0b4974ad1b25f8ce009f71293 ca103e5897b146ee8450fa034361bf5d - - default default] Added segment f4b973bb-cdde-4a7d-99e8-986e52810348 of type vxlan for network ec154867-1578-4efc-a4c0-52a9b3d5b751 [pid: 8|app: 0|req: 1175/2298] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:10 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:10.368 7 INFO neutron.db.segments_db [None req-c857194c-616b-4e67-bbc4-f512f49ed468 c407ded0b4974ad1b25f8ce009f71293 ca103e5897b146ee8450fa034361bf5d - - default default] Added segment e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe of type vxlan for network 468c7469-bdaa-4d23-ab15-1228ebac6eed [pid: 7|app: 0|req: 1124/2299] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:10 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:10.508 8 INFO neutron.db.segments_db [None req-0b33c84a-a3ce-4057-8ac2-96e0e53def93 c407ded0b4974ad1b25f8ce009f71293 ca103e5897b146ee8450fa034361bf5d - - default default] Added segment d239bd3c-998f-45ea-8794-c1975f34086b of type vxlan for network 1d7840a6-19cf-4d69-869f-66543578f7cb [pid: 8|app: 0|req: 1176/2300] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:10 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:10.645 7 INFO neutron.db.segments_db [None req-f596005f-92a6-4678-b602-d54f1adfaf56 c407ded0b4974ad1b25f8ce009f71293 ca103e5897b146ee8450fa034361bf5d - - default default] Added segment ce8abcc2-794a-44e9-8901-ce9d4feec84e of type vxlan for network 5739bd02-8461-44ae-b637-0c57948a80df [pid: 7|app: 0|req: 1125/2301] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:10 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2302] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:38:10 2026] PUT /v2.0/networks/d556d067-5db7-4b86-9115-d0ec8bf5905d/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2303] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:38:10 2026] PUT /v2.0/networks/ec154867-1578-4efc-a4c0-52a9b3d5b751/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2304] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:38:10 2026] PUT /v2.0/networks/468c7469-bdaa-4d23-ab15-1228ebac6eed/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2305] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1008 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2306] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:38:10 2026] PUT /v2.0/networks/1d7840a6-19cf-4d69-869f-66543578f7cb/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2307] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:10 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2308] 10.0.0.179 () {32 vars in 666 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2309] 10.0.0.179 () {32 vars in 680 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2310] 10.0.0.179 () {32 vars in 676 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2311] 10.0.0.179 () {32 vars in 688 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2312] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/ports?tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1&device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2313] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=948948ca-ccdc-4f7e-a049-78331a7182f6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2314] 10.0.0.179 () {32 vars in 674 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2315] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/subnets?id=07a3c6c9-5110-441d-93e2-db8aaba567e5 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2316] 10.0.0.179 () {32 vars in 688 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2317] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/ports?network_id=0558e15d-932f-4252-b890-5f750f8a10b0&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: 1135/2318] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2319] 10.0.0.179 () {32 vars in 684 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2320] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2321] 10.0.0.179 () {32 vars in 696 bytes} [Thu Jun 25 23:38:11 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:38:11.594 7 INFO neutron.services.segments.plugin [-] Segment 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 resource provider aggregate not found 2026-06-25 23:38:11.595 7 INFO neutron.services.segments.plugin [-] Segment 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 resource provider aggregate not found 2026-06-25 23:38:11.611 7 INFO neutron.services.segments.plugin [-] Segment 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 found for delete ", "request_id": "req-5c11d0cf-80f5-42a6-a4e8-7be3b7fd04e1"}]} 2026-06-25 23:38:11.615 7 INFO neutron.services.segments.plugin [-] Segment 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad28b34-78a6-45d0-a4b8-4d94271aacd7 found for delete ", "request_id": "req-85290fe0-89fc-4651-ad87-9c677f72b6e5"}]} [pid: 7|app: 0|req: 1137/2322] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:11 2026] DELETE /v2.0/networks/d556d067-5db7-4b86-9115-d0ec8bf5905d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:11.747 8 INFO neutron.services.segments.plugin [-] Segment f4b973bb-cdde-4a7d-99e8-986e52810348 resource provider aggregate not found 2026-06-25 23:38:11.752 8 INFO neutron.services.segments.plugin [-] Segment f4b973bb-cdde-4a7d-99e8-986e52810348 resource provider aggregate not found 2026-06-25 23:38:11.766 8 INFO neutron.services.segments.plugin [-] Segment f4b973bb-cdde-4a7d-99e8-986e52810348 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b973bb-cdde-4a7d-99e8-986e52810348 found for delete ", "request_id": "req-99177e15-be7f-43fd-b287-adf55fa7c1e6"}]} 2026-06-25 23:38:11.772 8 INFO neutron.services.segments.plugin [-] Segment f4b973bb-cdde-4a7d-99e8-986e52810348 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b973bb-cdde-4a7d-99e8-986e52810348 found for delete ", "request_id": "req-1f99ff2e-6ea6-409c-b6c7-988becd253ea"}]} [pid: 8|app: 0|req: 1186/2323] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:11 2026] DELETE /v2.0/networks/ec154867-1578-4efc-a4c0-52a9b3d5b751 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2324] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:11 2026] DELETE /v2.0/networks/468c7469-bdaa-4d23-ab15-1228ebac6eed => 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: 1187/2325] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:11 2026] DELETE /v2.0/networks/1d7840a6-19cf-4d69-869f-66543578f7cb => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2326] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2327] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2328] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:12 2026] DELETE /v2.0/networks/5739bd02-8461-44ae-b637-0c57948a80df => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2329] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:12 2026] GET /v2.0/security-groups?tenant_id=5ea5565f2df4471b93e2802b6749c1d5&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: 1140/2330] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2331] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2332] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:13 2026] DELETE /v2.0/security-groups/e33a864d-099b-45fe-ba38-ce11612e9e46 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2333] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/security-groups?tenant_id=ca103e5897b146ee8450fa034361bf5d&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2334] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:13 2026] DELETE /v2.0/security-groups/9d4b0bc1-9e6b-413b-a0ba-b186aade5acf => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:13.656 7 INFO neutron.services.segments.plugin [-] Segment e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe resource provider aggregate not found 2026-06-25 23:38:13.657 7 INFO neutron.services.segments.plugin [-] Segment e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe resource provider aggregate not found 2026-06-25 23:38:13.678 7 INFO neutron.services.segments.plugin [-] Segment e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe found for delete ", "request_id": "req-638f1557-8a93-4029-ab38-915582297bf3"}]} 2026-06-25 23:38:13.681 7 INFO neutron.services.segments.plugin [-] Segment e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e918fc6d-be3b-40dc-8b8c-41e3d4cb18fe found for delete ", "request_id": "req-1879bf92-a9a0-43f7-9d81-7964cadd5d21"}]} 2026-06-25 23:38:13.700 7 INFO neutron.services.segments.plugin [-] Segment ce8abcc2-794a-44e9-8901-ce9d4feec84e resource provider aggregate not found 2026-06-25 23:38:13.706 7 INFO neutron.services.segments.plugin [-] Segment ce8abcc2-794a-44e9-8901-ce9d4feec84e resource provider aggregate not found 2026-06-25 23:38:13.716 7 INFO neutron.services.segments.plugin [-] Segment ce8abcc2-794a-44e9-8901-ce9d4feec84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8abcc2-794a-44e9-8901-ce9d4feec84e found for delete ", "request_id": "req-e1e6c2d5-786c-411f-857d-b456545c5e6f"}]} 2026-06-25 23:38:13.723 7 INFO neutron.services.segments.plugin [-] Segment ce8abcc2-794a-44e9-8901-ce9d4feec84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8abcc2-794a-44e9-8901-ce9d4feec84e found for delete ", "request_id": "req-ec155c7f-c256-4494-842e-c88992b18840"}]} 2026-06-25 23:38:13.784 8 INFO neutron.services.segments.plugin [-] Segment d239bd3c-998f-45ea-8794-c1975f34086b resource provider aggregate not found 2026-06-25 23:38:13.789 8 INFO neutron.services.segments.plugin [-] Segment d239bd3c-998f-45ea-8794-c1975f34086b resource provider aggregate not found 2026-06-25 23:38:13.797 8 INFO neutron.services.segments.plugin [-] Segment d239bd3c-998f-45ea-8794-c1975f34086b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d239bd3c-998f-45ea-8794-c1975f34086b found for delete ", "request_id": "req-3b6b004d-d1c2-40ab-9131-a31d22ff2077"}]} 2026-06-25 23:38:13.805 8 INFO neutron.services.segments.plugin [-] Segment d239bd3c-998f-45ea-8794-c1975f34086b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d239bd3c-998f-45ea-8794-c1975f34086b found for delete ", "request_id": "req-45811b42-2b15-4e6e-a119-e809ec4f9ad0"}]} [pid: 7|app: 0|req: 1143/2335] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:13 2026] GET /v2.0/security-groups?tenant_id=a0cad5ff70a949e9b10fc8500d78cde9&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2336] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:13 2026] DELETE /v2.0/security-groups/fdd9c4dc-3f97-4b78-89d8-43b62e26c5be => 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: 1195/2339] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:14 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2340] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:14 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2341] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:38:14 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2342] 199.19.213.132 () {34 vars in 1124 bytes} [Thu Jun 25 23:38:14 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2343] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:15 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2344] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:15 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2345] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:16 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2346] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:16 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2347] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:16 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:38:17.997 7 INFO neutron.db.l3_db [None req-bd31a021-351a-4be0-827e-37023a5dbeb2 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Floating IP 1e40a4b0-c8ee-4ef6-bbea-6ad849297cbb associated. External IP: 10.96.250.202, port: 948948ca-ccdc-4f7e-a049-78331a7182f6. [pid: 7|app: 0|req: 1149/2348] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:38:16 2026] PUT /v2.0/floatingips/1e40a4b0-c8ee-4ef6-bbea-6ad849297cbb => generated 855 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:38:18.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37ceec7e-37d0-4cad-b0fa-8c8460b48622'] response: {'name': 'network-changed', 'server_uuid': '8c041ebc-c216-469a-9cad-ec1442c80a86', 'tag': '948948ca-ccdc-4f7e-a049-78331a7182f6', 'status': 'completed', 'code': 200} 2026-06-25 23:38:18.413 8 INFO neutron.db.segments_db [None req-5abbeddd-67bf-42d7-a0dc-8070c63ab692 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Added segment f64f07b3-e590-486d-9d87-e59e14b41b77 of type vxlan for network a0aafd37-1ca6-4cda-83cd-aca959441fe5 2026-06-25 23:38:18.682 8 INFO neutron.db.l3_hamode_db [None req-5abbeddd-67bf-42d7-a0dc-8070c63ab692 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:18.833 8 INFO neutron.db.l3_hamode_db [None req-5abbeddd-67bf-42d7-a0dc-8070c63ab692 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1150/2349] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/ports?tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1&device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2350] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/networks?id=0558e15d-932f-4252-b890-5f750f8a10b0 => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2351] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=948948ca-ccdc-4f7e-a049-78331a7182f6 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2352] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:38:18 2026] GET /v2.0/subnets?id=07a3c6c9-5110-441d-93e2-db8aaba567e5 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2353] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/ports?network_id=0558e15d-932f-4252-b890-5f750f8a10b0&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: 1155/2354] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2355] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:38:19 2026] GET /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0?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: 1200/2356] 10.0.0.179 () {34 vars in 668 bytes} [Thu Jun 25 23:38:18 2026] POST /v2.0/routers => generated 474 bytes in 1328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:19.527 7 INFO neutron.db.l3_hamode_db [None req-a866bfc6-5339-4df1-964a-a96fa307cb8d c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:19.659 7 INFO neutron.db.l3_hamode_db [None req-a866bfc6-5339-4df1-964a-a96fa307cb8d c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1157/2357] 10.0.0.179 () {34 vars in 668 bytes} [Thu Jun 25 23:38:19 2026] POST /v2.0/routers => generated 474 bytes in 818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:20.354 8 INFO neutron.db.l3_hamode_db [None req-0df5afa4-3a19-4e21-880f-9e007c81db4a c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:20.475 8 INFO neutron.db.l3_hamode_db [None req-0df5afa4-3a19-4e21-880f-9e007c81db4a c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1201/2358] 10.0.0.179 () {34 vars in 668 bytes} [Thu Jun 25 23:38:20 2026] POST /v2.0/routers => generated 474 bytes in 825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:21.162 7 INFO neutron.db.l3_hamode_db [None req-e74a93c5-21a9-47b2-b0e4-4aa82c48e57c c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:21.278 7 INFO neutron.db.l3_hamode_db [None req-e74a93c5-21a9-47b2-b0e4-4aa82c48e57c c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1158/2359] 10.0.0.179 () {34 vars in 668 bytes} [Thu Jun 25 23:38:21 2026] POST /v2.0/routers => generated 474 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:21.961 8 INFO neutron.db.l3_hamode_db [None req-dcbb1b91-93ab-429f-a1bb-161e567871dc c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:22.100 8 INFO neutron.db.l3_hamode_db [None req-dcbb1b91-93ab-429f-a1bb-161e567871dc c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1202/2360] 10.0.0.179 () {34 vars in 668 bytes} [Thu Jun 25 23:38:21 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2361] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:38:22 2026] PUT /v2.0/routers/d53083ec-be19-4af5-a221-307f394c64b9/tags => generated 17 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2362] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:38:22 2026] PUT /v2.0/routers/2ef9ba19-6d41-492a-a793-d199d22cc543/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2363] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:38:22 2026] PUT /v2.0/routers/027b3749-c7f0-436b-a35c-9d6cbfdb6734/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2364] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:38:23 2026] PUT /v2.0/routers/928f3c50-d182-45b4-8ac5-845f287f4641/tags => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2365] 10.0.0.179 () {32 vars in 664 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?tags=red => 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: 1205/2366] 10.0.0.179 () {32 vars in 678 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2367] 10.0.0.179 () {32 vars in 674 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2368] 10.0.0.179 () {32 vars in 686 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2369] 10.0.0.179 () {32 vars in 672 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2370] 10.0.0.179 () {32 vars in 686 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2371] 10.0.0.179 () {32 vars in 682 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2372] 10.0.0.179 () {32 vars in 694 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2373] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:38:23 2026] GET /v2.0/routers/d53083ec-be19-4af5-a221-307f394c64b9 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2374] 10.0.0.179 () {34 vars in 742 bytes} [Thu Jun 25 23:38:23 2026] PUT /v2.0/routers/d53083ec-be19-4af5-a221-307f394c64b9 => generated 485 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2375] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:24 2026] GET /v2.0/ports?device_id=d53083ec-be19-4af5-a221-307f394c64b9 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:24.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bfef0c0-50b3-4bab-8333-4e9d96c4091d c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] TaaS: Handle Delete Port: aa0ada20-3212-42a6-a43b-557b9d7da7ab 2026-06-25 23:38:24.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bfef0c0-50b3-4bab-8333-4e9d96c4091d c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Tap Mirror: Handle Delete Port: aa0ada20-3212-42a6-a43b-557b9d7da7ab [pid: 8|app: 0|req: 1210/2376] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:24 2026] DELETE /v2.0/routers/d53083ec-be19-4af5-a221-307f394c64b9 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2377] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:38:24 2026] GET /v2.0/routers/2ef9ba19-6d41-492a-a793-d199d22cc543 => generated 493 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2378] 10.0.0.179 () {34 vars in 742 bytes} [Thu Jun 25 23:38:24 2026] PUT /v2.0/routers/2ef9ba19-6d41-492a-a793-d199d22cc543 => generated 493 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2379] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/ports?device_id=2ef9ba19-6d41-492a-a793-d199d22cc543 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:25.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-83b9e859-a939-4fa0-9c07-fe0f6ecb2adf c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] TaaS: Handle Delete Port: 3b221d1f-4ee0-4c8f-88fd-710cf4b01729 2026-06-25 23:38:25.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83b9e859-a939-4fa0-9c07-fe0f6ecb2adf c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Tap Mirror: Handle Delete Port: 3b221d1f-4ee0-4c8f-88fd-710cf4b01729 [pid: 7|app: 0|req: 1169/2380] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2381] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:25 2026] DELETE /v2.0/routers/2ef9ba19-6d41-492a-a793-d199d22cc543 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2382] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2383] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/routers/027b3749-c7f0-436b-a35c-9d6cbfdb6734 => generated 502 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2384] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1279 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2385] 10.0.0.179 () {32 vars in 858 bytes} [Thu Jun 25 23:38:25 2026] GET /v2.0/floatingips?floating_network_id=e4ccbd60-790c-4f77-adb0-c9f517609fc1&port_id=948948ca-ccdc-4f7e-a049-78331a7182f6 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2386] 10.0.0.179 () {34 vars in 742 bytes} [Thu Jun 25 23:38:25 2026] PUT /v2.0/routers/027b3749-c7f0-436b-a35c-9d6cbfdb6734 => generated 502 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2387] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:26 2026] GET /v2.0/ports?device_id=027b3749-c7f0-436b-a35c-9d6cbfdb6734 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:26.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-8062c2a3-1390-488f-a4c1-8bf7967e64af c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] TaaS: Handle Delete Port: fa7dd477-2a02-4c53-bff5-699f88a6e3a3 2026-06-25 23:38:26.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8062c2a3-1390-488f-a4c1-8bf7967e64af c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Tap Mirror: Handle Delete Port: fa7dd477-2a02-4c53-bff5-699f88a6e3a3 [pid: 8|app: 0|req: 1215/2388] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:26 2026] DELETE /v2.0/routers/027b3749-c7f0-436b-a35c-9d6cbfdb6734 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2389] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:38:26 2026] GET /v2.0/routers/928f3c50-d182-45b4-8ac5-845f287f4641 => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2390] 10.0.0.179 () {34 vars in 742 bytes} [Thu Jun 25 23:38:26 2026] PUT /v2.0/routers/928f3c50-d182-45b4-8ac5-845f287f4641 => generated 487 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2391] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:27 2026] GET /v2.0/ports?device_id=928f3c50-d182-45b4-8ac5-845f287f4641 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:27.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf1c9f3d-098d-4ac9-9143-0ff38e0686a9 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] TaaS: Handle Delete Port: b37c5f19-ee05-42d0-8cae-4ad56c20eefd 2026-06-25 23:38:27.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf1c9f3d-098d-4ac9-9143-0ff38e0686a9 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Tap Mirror: Handle Delete Port: b37c5f19-ee05-42d0-8cae-4ad56c20eefd [pid: 7|app: 0|req: 1176/2392] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:38:27 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1279 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2393] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Jun 25 23:38:27 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2394] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:27 2026] DELETE /v2.0/routers/928f3c50-d182-45b4-8ac5-845f287f4641 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2395] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:38:27 2026] GET /v2.0/routers/c9bd9681-aee1-4002-a156-d1dca5e8fd36 => generated 480 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2396] 10.0.0.179 () {34 vars in 742 bytes} [Thu Jun 25 23:38:27 2026] PUT /v2.0/routers/c9bd9681-aee1-4002-a156-d1dca5e8fd36 => generated 480 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2397] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:28 2026] GET /v2.0/ports?device_id=c9bd9681-aee1-4002-a156-d1dca5e8fd36 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:28.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-f34ccc5e-cf02-4bb4-8745-8222b96ac273 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] TaaS: Handle Delete Port: 9d6bc7f9-b797-4390-b755-658954e4c513 2026-06-25 23:38:28.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f34ccc5e-cf02-4bb4-8745-8222b96ac273 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] Tap Mirror: Handle Delete Port: 9d6bc7f9-b797-4390-b755-658954e4c513 2026-06-25 23:38:28.997 8 INFO neutron.services.segments.plugin [-] Segment f64f07b3-e590-486d-9d87-e59e14b41b77 resource provider aggregate not found 2026-06-25 23:38:29.001 8 INFO neutron.services.segments.plugin [-] Segment f64f07b3-e590-486d-9d87-e59e14b41b77 resource provider aggregate not found 2026-06-25 23:38:29.020 8 INFO neutron.services.segments.plugin [-] Segment f64f07b3-e590-486d-9d87-e59e14b41b77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64f07b3-e590-486d-9d87-e59e14b41b77 found for delete ", "request_id": "req-d875371e-e9db-4f6a-b5ce-dd289abaea7c"}]} 2026-06-25 23:38:29.022 8 INFO neutron.services.segments.plugin [-] Segment f64f07b3-e590-486d-9d87-e59e14b41b77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64f07b3-e590-486d-9d87-e59e14b41b77 found for delete ", "request_id": "req-2af7297d-dea6-41ca-9731-48b9d150df61"}]} 2026-06-25 23:38:29.023 8 INFO neutron.db.l3_hamode_db [None req-f34ccc5e-cf02-4bb4-8745-8222b96ac273 c20743d252fb4919b6343f38111cf829 c2a2d43c102a48c5acfb13ddbfe6abb0 - - default default] HA network a0aafd37-1ca6-4cda-83cd-aca959441fe5 was deleted as no HA routers are present in tenant c2a2d43c102a48c5acfb13ddbfe6abb0. [pid: 8|app: 0|req: 1219/2398] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:28 2026] DELETE /v2.0/routers/c9bd9681-aee1-4002-a156-d1dca5e8fd36 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2401] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:29 2026] GET /v2.0/security-groups?tenant_id=7403d4b6d9504248acfb3a2ea6c51c18&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2402] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:30 2026] DELETE /v2.0/security-groups/b7466fb0-7aa6-4b04-9863-6bc7d5b31003 => 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: 1182/2403] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:30 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2404] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:30 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2405] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:30 2026] GET /v2.0/security-groups?tenant_id=c2a2d43c102a48c5acfb13ddbfe6abb0&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2406] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:30 2026] DELETE /v2.0/security-groups/a3596dfc-bd96-4a82-9e22-8186de948f5c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2407] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:30 2026] GET /v2.0/security-groups?tenant_id=a0d789a980ec439896d2d3600c7b570c&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2408] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:30 2026] DELETE /v2.0/security-groups/7a0ea70e-13ce-4f94-ac8e-f168169e3c22 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2409] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:31 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2410] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:31 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2411] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:32 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2412] 10.0.0.211 () {34 vars in 1120 bytes} [Thu Jun 25 23:38:32 2026] GET /v2.0/security-groups?id=63bd799d-920d-46f9-bfa7-795fbc15aea6&id=c1427355-30ca-43f7-bf7e-a63a3c996d39&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2413] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:38:32 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:38:32.906 7 INFO neutron_taas.services.taas.taas_plugin [req-549b69b5-48e6-4062-bbf8-1d9a61cdfff0 req-8c0eca7e-2275-4883-b812-1fb3486d6b70 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] TaaS: Handle Delete Port: 948948ca-ccdc-4f7e-a049-78331a7182f6 2026-06-25 23:38:32.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-549b69b5-48e6-4062-bbf8-1d9a61cdfff0 req-8c0eca7e-2275-4883-b812-1fb3486d6b70 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Tap Mirror: Handle Delete Port: 948948ca-ccdc-4f7e-a049-78331a7182f6 2026-06-25 23:38:33.023 7 INFO neutron.db.l3_db [req-549b69b5-48e6-4062-bbf8-1d9a61cdfff0 req-8c0eca7e-2275-4883-b812-1fb3486d6b70 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Floating IP 1e40a4b0-c8ee-4ef6-bbea-6ad849297cbb disassociated. External IP: 10.96.250.202, port: 948948ca-ccdc-4f7e-a049-78331a7182f6. [pid: 7|app: 0|req: 1188/2414] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:38:32 2026] DELETE /v2.0/ports/948948ca-ccdc-4f7e-a049-78331a7182f6 => generated 0 bytes in 637 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:33.445 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-232399ef-8e41-4645-9d6f-4942cfb53320'] response: {'server_uuid': '8c041ebc-c216-469a-9cad-ec1442c80a86', 'name': 'network-vif-deleted', 'tag': '948948ca-ccdc-4f7e-a049-78331a7182f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1227/2415] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:33 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:34.257 7 INFO neutron.db.segments_db [None req-dbe059ce-38f4-4d3d-9736-2c9995ec750e 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] Added segment 71a32d2e-34d8-4a57-a5d2-2e5c8378484a of type vxlan for network 29674ffd-25d9-4c3d-951a-b343f58452bd 2026-06-25 23:38:34.500 7 INFO neutron.db.l3_hamode_db [None req-dbe059ce-38f4-4d3d-9736-2c9995ec750e 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:34.626 7 INFO neutron.db.l3_hamode_db [None req-dbe059ce-38f4-4d3d-9736-2c9995ec750e 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1228/2416] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:34 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => 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: 1189/2417] 10.0.0.179 () {34 vars in 668 bytes} [Thu Jun 25 23:38:34 2026] POST /v2.0/routers => generated 474 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2418] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:38:35 2026] PUT /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2419] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:35 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2420] 10.0.0.179 () {34 vars in 762 bytes} [Thu Jun 25 23:38:35 2026] PUT /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/green => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2421] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:35 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2422] 10.0.0.179 () {34 vars in 758 bytes} [Thu Jun 25 23:38:35 2026] PUT /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/red => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2423] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:35 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2424] 10.0.0.179 () {34 vars in 780 bytes} [Thu Jun 25 23:38:35 2026] PUT /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/black.or.white => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2425] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:36 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2426] 10.0.0.179 () {34 vars in 751 bytes} [Thu Jun 25 23:38:36 2026] PUT /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2427] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:36 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2428] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:38:35 2026] GET /v2.0/ports?device_id=8c041ebc-c216-469a-9cad-ec1442c80a86 => generated 12 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2429] 10.0.0.179 () {32 vars in 739 bytes} [Thu Jun 25 23:38:36 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:36.589 8 INFO neutron.api.v2.resource [None req-8e265b85-8cff-4f48-ad34-02b2f4767d22 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2430] 10.0.0.179 () {32 vars in 743 bytes} [Thu Jun 25 23:38:36 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2431] 10.0.0.179 () {32 vars in 742 bytes} [Thu Jun 25 23:38:36 2026] DELETE /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2432] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:36 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 30 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:36.920 7 INFO neutron.api.v2.resource [None req-f9ba010e-ce75-485b-b644-76f59fdf985c 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2433] 10.0.0.179 () {32 vars in 746 bytes} [Thu Jun 25 23:38:36 2026] DELETE /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2434] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:38:36 2026] DELETE /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => 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: 1200/2435] 10.0.0.179 () {32 vars in 731 bytes} [Thu Jun 25 23:38:37 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27/tags => generated 12 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2436] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:38:37 2026] GET /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2437] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:37 2026] DELETE /v2.0/security-groups/63bd799d-920d-46f9-bfa7-795fbc15aea6 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:37.683 8 INFO neutron.api.v2.resource [None req-39a72e74-3e75-4f6c-ac29-1f18cb6dbcb7 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2438] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:38:37 2026] GET /v2.0/security-groups/63bd799d-920d-46f9-bfa7-795fbc15aea6 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2439] 10.0.0.179 () {34 vars in 742 bytes} [Thu Jun 25 23:38:37 2026] PUT /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27 => generated 480 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2440] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:38:37 2026] GET /v2.0/ports?device_id=68016549-7832-424e-b18b-8439579b1f27 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:37.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-40af0fcc-8b98-4b2e-9823-535811ec0e35 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] TaaS: Handle Delete Port: 8db76cd6-a003-409b-9bfa-1b826dbd7ace 2026-06-25 23:38:37.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40af0fcc-8b98-4b2e-9823-535811ec0e35 4b3339407de34f939c27d89b464058f6 a9e4bf22f71c4d4b9d097c4821c622c1 - - default default] Tap Mirror: Handle Delete Port: 8db76cd6-a003-409b-9bfa-1b826dbd7ace 2026-06-25 23:38:37.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-819bf9c7-730a-4857-8b7b-1d07fbc6e644 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] TaaS: Handle Delete Port: 667876f3-3708-42f6-97e5-326f65711a77 2026-06-25 23:38:37.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-819bf9c7-730a-4857-8b7b-1d07fbc6e644 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] Tap Mirror: Handle Delete Port: 667876f3-3708-42f6-97e5-326f65711a77 [pid: 8|app: 0|req: 1239/2441] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:38:37 2026] DELETE /v2.0/floatingips/1e40a4b0-c8ee-4ef6-bbea-6ad849297cbb => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2442] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:37 2026] DELETE /v2.0/security-groups/c1427355-30ca-43f7-bf7e-a63a3c996d39 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:38.240 7 INFO neutron.services.segments.plugin [-] Segment 71a32d2e-34d8-4a57-a5d2-2e5c8378484a resource provider aggregate not found 2026-06-25 23:38:38.243 7 INFO neutron.services.segments.plugin [-] Segment 71a32d2e-34d8-4a57-a5d2-2e5c8378484a resource provider aggregate not found 2026-06-25 23:38:38.263 7 INFO neutron.services.segments.plugin [-] Segment 71a32d2e-34d8-4a57-a5d2-2e5c8378484a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a32d2e-34d8-4a57-a5d2-2e5c8378484a found for delete ", "request_id": "req-7c58ba6f-5214-4894-a21c-ede8bf18739b"}]} 2026-06-25 23:38:38.265 7 INFO neutron.services.segments.plugin [-] Segment 71a32d2e-34d8-4a57-a5d2-2e5c8378484a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a32d2e-34d8-4a57-a5d2-2e5c8378484a found for delete ", "request_id": "req-c7a743a8-1d82-482b-8fba-2fb7bf36c648"}]} 2026-06-25 23:38:38.270 7 INFO neutron.db.l3_hamode_db [None req-819bf9c7-730a-4857-8b7b-1d07fbc6e644 8feee28e7e1e455da205c02294ca9c09 9dc438a696ff4b119eb2a3b1e21b0b13 - - default default] HA network 29674ffd-25d9-4c3d-951a-b343f58452bd was deleted as no HA routers are present in tenant 9dc438a696ff4b119eb2a3b1e21b0b13. [pid: 7|app: 0|req: 1203/2443] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:37 2026] DELETE /v2.0/routers/68016549-7832-424e-b18b-8439579b1f27 => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:38.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-90913f33-ee8c-4797-b387-5761561ab424 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 8f1f62c1-5745-4e23-b384-4e31ac53ea89 2026-06-25 23:38:38.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90913f33-ee8c-4797-b387-5761561ab424 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 8f1f62c1-5745-4e23-b384-4e31ac53ea89 [pid: 8|app: 0|req: 1241/2444] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:38:38 2026] PUT /v2.0/routers/eb15185b-f48e-48fe-a0ef-65ea6d085a22/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2445] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:38 2026] GET /v2.0/security-groups?tenant_id=9dc438a696ff4b119eb2a3b1e21b0b13&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2446] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:39 2026] DELETE /v2.0/security-groups/7d1d86ca-c5bf-456a-8193-afe31647bda6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:39.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae862072-5f50-4abd-9cd7-fb3f2c32567e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 1fb4d0a7-e631-40f4-b1a2-76833df6a27a 2026-06-25 23:38:39.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae862072-5f50-4abd-9cd7-fb3f2c32567e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 1fb4d0a7-e631-40f4-b1a2-76833df6a27a [pid: 7|app: 0|req: 1206/2447] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:39 2026] GET /v2.0/security-groups?tenant_id=391753ac4e814b688f7211b1b80872a8&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:38:39.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae862072-5f50-4abd-9cd7-fb3f2c32567e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 80978a7a-d26a-4589-add5-d4362f3597e8 2026-06-25 23:38:39.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae862072-5f50-4abd-9cd7-fb3f2c32567e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 80978a7a-d26a-4589-add5-d4362f3597e8 [pid: 7|app: 0|req: 1207/2448] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:39 2026] DELETE /v2.0/security-groups/b13b9099-14c3-448e-8857-e8957763f139 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:40.001 8 INFO neutron.services.segments.plugin [-] Segment dc15a9d0-9a8a-433d-8d1b-c6267643742a resource provider aggregate not found 2026-06-25 23:38:40.020 8 INFO neutron.services.segments.plugin [-] Segment dc15a9d0-9a8a-433d-8d1b-c6267643742a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc15a9d0-9a8a-433d-8d1b-c6267643742a found for delete ", "request_id": "req-547b01a9-0fc8-4ecd-ba62-d64159842252"}]} 2026-06-25 23:38:40.021 8 INFO neutron.services.segments.plugin [-] Segment dc15a9d0-9a8a-433d-8d1b-c6267643742a resource provider aggregate not found 2026-06-25 23:38:40.039 8 INFO neutron.db.l3_hamode_db [None req-ae862072-5f50-4abd-9cd7-fb3f2c32567e 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network ae6850f4-04c2-4b8c-8386-2f1dd629d53e was deleted as no HA routers are present in tenant a9e4bf22f71c4d4b9d097c4821c622c1. 2026-06-25 23:38:40.050 8 INFO neutron.services.segments.plugin [-] Segment dc15a9d0-9a8a-433d-8d1b-c6267643742a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc15a9d0-9a8a-433d-8d1b-c6267643742a found for delete ", "request_id": "req-ad3924b1-9900-449f-8d71-4e652b2d0027"}]} [pid: 8|app: 0|req: 1242/2449] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:39 2026] DELETE /v2.0/routers/eb15185b-f48e-48fe-a0ef-65ea6d085a22 => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2450] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:40 2026] DELETE /v2.0/subnets/07a3c6c9-5110-441d-93e2-db8aaba567e5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:40.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-11cdf507-173e-4f82-97e3-0952197830a2 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 9ba9e7d0-6e88-43de-8987-40d7709bbb4f 2026-06-25 23:38:40.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11cdf507-173e-4f82-97e3-0952197830a2 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 9ba9e7d0-6e88-43de-8987-40d7709bbb4f [pid: 8|app: 0|req: 1243/2451] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:40 2026] DELETE /v2.0/networks/0558e15d-932f-4252-b890-5f750f8a10b0 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:40.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-09607d05-7c99-447e-823c-c22752db08a7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: ed9c43d4-a4f2-48b7-ad4c-f751988502aa 2026-06-25 23:38:40.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09607d05-7c99-447e-823c-c22752db08a7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: ed9c43d4-a4f2-48b7-ad4c-f751988502aa [pid: 7|app: 0|req: 1209/2452] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:38:40 2026] PUT /v2.0/routers/dfb6b25e-aceb-4070-a217-3069ed7c2af2/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:38:41.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-642aa555-cb57-45e4-8833-b989740f5b81 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: f81bfb0c-565a-4392-8239-cdde9327562a 2026-06-25 23:38:41.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-642aa555-cb57-45e4-8833-b989740f5b81 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: f81bfb0c-565a-4392-8239-cdde9327562a 2026-06-25 23:38:42.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-642aa555-cb57-45e4-8833-b989740f5b81 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: b9a391bb-8806-4e35-b3fd-5aa644a3ff32 2026-06-25 23:38:42.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-642aa555-cb57-45e4-8833-b989740f5b81 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: b9a391bb-8806-4e35-b3fd-5aa644a3ff32 2026-06-25 23:38:42.048 8 INFO neutron.services.segments.plugin [-] Segment 3612790f-e068-497f-a2a6-68e531f3d268 resource provider aggregate not found 2026-06-25 23:38:42.078 8 INFO neutron.services.segments.plugin [-] Segment 3612790f-e068-497f-a2a6-68e531f3d268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3612790f-e068-497f-a2a6-68e531f3d268 found for delete ", "request_id": "req-160fae40-3805-46d8-9b84-2ece99a7e416"}]} 2026-06-25 23:38:42.090 8 INFO neutron.services.segments.plugin [-] Segment 3612790f-e068-497f-a2a6-68e531f3d268 resource provider aggregate not found 2026-06-25 23:38:42.126 8 INFO neutron.services.segments.plugin [-] Segment 3612790f-e068-497f-a2a6-68e531f3d268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3612790f-e068-497f-a2a6-68e531f3d268 found for delete ", "request_id": "req-392ca9cc-a162-41da-bef7-be22196fee49"}]} 2026-06-25 23:38:42.382 8 INFO neutron.db.l3_hamode_db [None req-642aa555-cb57-45e4-8833-b989740f5b81 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] HA network 9c07a677-3214-4ec0-8b84-e180a9902340 was deleted as no HA routers are present in tenant eef38184e2144124a55662dba000290c. [pid: 8|app: 0|req: 1244/2453] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:41 2026] DELETE /v2.0/routers/dfb6b25e-aceb-4070-a217-3069ed7c2af2 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2454] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:38:42 2026] DELETE /v2.0/subnets/54d06557-731b-4713-b78b-d4576d276589 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:42.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-097dea93-7886-409b-abfb-a1ba869d9efd 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 776c19cf-4bdf-4ddf-b94a-2f1b8ff9a892 2026-06-25 23:38:42.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-097dea93-7886-409b-abfb-a1ba869d9efd 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 776c19cf-4bdf-4ddf-b94a-2f1b8ff9a892 [pid: 8|app: 0|req: 1245/2455] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:42 2026] DELETE /v2.0/networks/4f82209e-010d-4e41-8946-62c8481c7665 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2456] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:43 2026] GET /v2.0/security-groups?tenant_id=eef38184e2144124a55662dba000290c&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: 1247/2457] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:43 2026] DELETE /v2.0/security-groups/cca96ca8-e0f7-4ec2-851a-0e8e04f3c24b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:43.447 7 INFO neutron.db.segments_db [None req-11794a62-0a97-4716-a58f-76ad82b34e74 d2cf3ca9fe53444680f40be69632683a 5262d957ce4847179ef4312e01de6c2e - - default default] Added segment 01826937-eaa7-4772-8547-4bb4d387b0c7 of type vxlan for network 86c577d1-a2a1-4edf-a31c-d31785af2af9 [pid: 8|app: 0|req: 1248/2458] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:43 2026] GET /v2.0/security-groups?tenant_id=a9e4bf22f71c4d4b9d097c4821c622c1&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2459] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:43 2026] POST /v2.0/networks => generated 631 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2460] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:43 2026] DELETE /v2.0/security-groups/a755f793-9e69-4e33-b7ec-d13bf007af91 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2461] 10.0.0.179 () {34 vars in 664 bytes} [Thu Jun 25 23:38:43 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2462] 10.0.0.179 () {34 vars in 666 bytes} [Thu Jun 25 23:38:43 2026] POST /v2.0/trunks => generated 407 bytes in 206 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-25 23:38:44.101 8 INFO neutron.services.segments.plugin [-] Segment ee876fc4-e520-4026-9776-39895bf0c4c7 resource provider aggregate not found 2026-06-25 23:38:44.126 8 INFO neutron.services.segments.plugin [-] Segment ee876fc4-e520-4026-9776-39895bf0c4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee876fc4-e520-4026-9776-39895bf0c4c7 found for delete ", "request_id": "req-973d3628-951d-4ba6-99f3-35466aae6ff0"}]} 2026-06-25 23:38:44.144 8 INFO neutron.services.segments.plugin [-] Segment 163ce43a-4cfe-45ad-85e0-4d936f432be4 resource provider aggregate not found [pid: 7|app: 0|req: 1213/2463] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:38:44 2026] PUT /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:44.152 8 INFO neutron.services.segments.plugin [-] Segment ee876fc4-e520-4026-9776-39895bf0c4c7 resource provider aggregate not found 2026-06-25 23:38:44.162 8 INFO neutron.services.segments.plugin [-] Segment 163ce43a-4cfe-45ad-85e0-4d936f432be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 163ce43a-4cfe-45ad-85e0-4d936f432be4 found for delete ", "request_id": "req-ce0c0ee2-d17c-4708-aef6-22ca566a3b07"}]} 2026-06-25 23:38:44.172 8 INFO neutron.services.segments.plugin [-] Segment ee876fc4-e520-4026-9776-39895bf0c4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee876fc4-e520-4026-9776-39895bf0c4c7 found for delete ", "request_id": "req-d8ba0ba3-9d39-4338-9eff-bd4c454e4d51"}]} [pid: 8|app: 0|req: 1251/2464] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:44.196 8 INFO neutron.services.segments.plugin [-] Segment 163ce43a-4cfe-45ad-85e0-4d936f432be4 resource provider aggregate not found 2026-06-25 23:38:44.214 8 INFO neutron.services.segments.plugin [-] Segment 163ce43a-4cfe-45ad-85e0-4d936f432be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 163ce43a-4cfe-45ad-85e0-4d936f432be4 found for delete ", "request_id": "req-04b46444-d5c9-4cbd-abaf-910014c9ea57"}]} [pid: 7|app: 0|req: 1214/2465] 10.0.0.179 () {34 vars in 760 bytes} [Thu Jun 25 23:38:44 2026] PUT /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2466] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2469] 10.0.0.179 () {34 vars in 756 bytes} [Thu Jun 25 23:38:44 2026] PUT /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2470] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2471] 10.0.0.179 () {34 vars in 778 bytes} [Thu Jun 25 23:38:44 2026] PUT /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/black.or.white => 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: 1217/2472] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2473] 10.0.0.179 () {34 vars in 749 bytes} [Thu Jun 25 23:38:44 2026] PUT /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2474] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2475] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:44.543 7 INFO neutron.api.v2.resource [None req-fedb9ea1-c323-439a-a0d8-9834805e64f3 d2cf3ca9fe53444680f40be69632683a 5262d957ce4847179ef4312e01de6c2e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1219/2476] 10.0.0.179 () {32 vars in 741 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2477] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:44 2026] DELETE /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2478] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:38:44.639 8 INFO neutron.api.v2.resource [None req-ead183e9-7b87-4b28-aa3f-c9379d6b886b d2cf3ca9fe53444680f40be69632683a 5262d957ce4847179ef4312e01de6c2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1259/2479] 10.0.0.179 () {32 vars in 744 bytes} [Thu Jun 25 23:38:44 2026] DELETE /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2480] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:38:44 2026] DELETE /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2481] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514/tags => 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: 1222/2482] 10.0.0.179 () {32 vars in 719 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2483] 10.0.0.179 () {32 vars in 717 bytes} [Thu Jun 25 23:38:44 2026] GET /v2.0/ports/ae963db5-9a98-42d3-b706-d449e8bc8fcf => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2484] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:38:44 2026] DELETE /v2.0/trunks/529f3918-ea7d-413b-8ae0-5a21b739b514 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:45.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-de99755a-fd32-4cda-b147-2ee2d97bd5ac d2cf3ca9fe53444680f40be69632683a 5262d957ce4847179ef4312e01de6c2e - - default default] TaaS: Handle Delete Port: ae963db5-9a98-42d3-b706-d449e8bc8fcf 2026-06-25 23:38:45.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de99755a-fd32-4cda-b147-2ee2d97bd5ac d2cf3ca9fe53444680f40be69632683a 5262d957ce4847179ef4312e01de6c2e - - default default] Tap Mirror: Handle Delete Port: ae963db5-9a98-42d3-b706-d449e8bc8fcf [pid: 8|app: 0|req: 1262/2485] 10.0.0.179 () {32 vars in 720 bytes} [Thu Jun 25 23:38:44 2026] DELETE /v2.0/ports/ae963db5-9a98-42d3-b706-d449e8bc8fcf => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:38:45.241 7 INFO neutron.services.segments.plugin [-] Segment 01826937-eaa7-4772-8547-4bb4d387b0c7 resource provider aggregate not found 2026-06-25 23:38:45.244 7 INFO neutron.services.segments.plugin [-] Segment 01826937-eaa7-4772-8547-4bb4d387b0c7 resource provider aggregate not found 2026-06-25 23:38:45.257 7 INFO neutron.services.segments.plugin [-] Segment 01826937-eaa7-4772-8547-4bb4d387b0c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01826937-eaa7-4772-8547-4bb4d387b0c7 found for delete ", "request_id": "req-57b7f563-8d68-49cb-95a4-338c97514aa4"}]} 2026-06-25 23:38:45.264 7 INFO neutron.services.segments.plugin [-] Segment 01826937-eaa7-4772-8547-4bb4d387b0c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01826937-eaa7-4772-8547-4bb4d387b0c7 found for delete ", "request_id": "req-b2cf93a4-100c-42a7-bf86-f84283e42a6b"}]} [pid: 7|app: 0|req: 1224/2486] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:38:45 2026] DELETE /v2.0/networks/86c577d1-a2a1-4edf-a31c-d31785af2af9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2487] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:45 2026] GET /v2.0/security-groups?tenant_id=5262d957ce4847179ef4312e01de6c2e&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2488] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:46 2026] DELETE /v2.0/security-groups/8601cecc-ca53-4376-aa33-abf7b2ca0398 => 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: 1264/2489] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:46 2026] GET /v2.0/security-groups?tenant_id=bbac20502ef24d9b889ec32ecf27ddaf&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2490] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:46 2026] DELETE /v2.0/security-groups/a2739a9f-1001-4f01-91ba-5bee36283038 => 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: 1265/2491] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:50 2026] GET /v2.0/security-groups?tenant_id=e5a18a2124e345d1888235957739eb0a&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: 1227/2492] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:50 2026] DELETE /v2.0/security-groups/b1b84607-0e57-4244-969c-51037a484b07 => 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: 1266/2493] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:38:50 2026] GET /v2.0/security-groups?tenant_id=21a1b60b8e2c4b7cade0b6c9e29c583c&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2494] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:38:50 2026] DELETE /v2.0/security-groups/6b83cd98-0e88-4a67-9dab-2d3a5a0adc30 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:38:52.822 8 INFO neutron.db.segments_db [None req-5a7490d2-b689-49bb-aeac-80e5ac8852b4 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Added segment 8c087aa9-bccb-4085-8874-5b4747d5b201 of type vxlan for network 9ca0a1a8-4987-444a-b593-348542f5d28a [pid: 8|app: 0|req: 1267/2495] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:52 2026] POST /v2.0/networks => generated 640 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2496] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:52 2026] POST /v2.0/subnets => generated 658 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2497] 10.0.0.179 () {32 vars in 722 bytes} [Thu Jun 25 23:38:53 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2498] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:53 2026] POST /v2.0/subnets => generated 732 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:53.520 8 INFO neutron.db.segments_db [None req-eb0d7ac5-1b21-4e32-889a-44fe249febfe 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Added segment 6f6fb916-9778-473a-84eb-21d89d257b70 of type vxlan for network 6f1abd31-94bc-4346-9ac7-ea06d228d495 [pid: 8|app: 0|req: 1269/2499] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:53 2026] POST /v2.0/networks => generated 637 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2500] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:53 2026] POST /v2.0/subnets => generated 655 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2501] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:53 2026] POST /v2.0/subnets => generated 725 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:54.166 7 INFO neutron.db.segments_db [None req-db4d1fa3-4287-4a81-8796-dc9f63ce5b7d 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Added segment 0a6b3682-f178-45a1-baca-9ed890558179 of type vxlan for network 0677a622-9990-479f-9f72-624de849548e [pid: 7|app: 0|req: 1232/2502] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:38:54 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: 1271/2503] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:54 2026] POST /v2.0/subnets => generated 655 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2504] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:54 2026] POST /v2.0/subnets => generated 729 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:38:54.852 8 INFO neutron.db.segments_db [None req-8fcfb980-8bca-405c-bdd4-135cda488ebe 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Added segment d962cbcf-8704-4d08-b50d-86bd0813c906 of type vxlan for network 90e1993d-52e2-46c3-aea5-5811c9cdfe6f 2026-06-25 23:38:55.110 8 INFO neutron.db.l3_hamode_db [None req-8fcfb980-8bca-405c-bdd4-135cda488ebe 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-25 23:38:55.874 8 INFO neutron.db.l3_hamode_db [None req-8fcfb980-8bca-405c-bdd4-135cda488ebe 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1272/2505] 10.0.0.179 () {34 vars in 669 bytes} [Thu Jun 25 23:38:54 2026] POST /v2.0/routers => generated 684 bytes in 1959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2506] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:38:56 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2509] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:38:58 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/add_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2510] 10.0.0.179 () {34 vars in 783 bytes} [Thu Jun 25 23:38:59 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/add_router_interface => generated 309 bytes in 1551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2511] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-groups => generated 1629 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2512] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2513] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2514] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-group-rules => generated 599 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2515] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2516] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2517] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2518] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2519] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:02 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: 7|app: 0|req: 1242/2520] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:02 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2521] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2522] 10.0.0.179 () {34 vars in 695 bytes} [Thu Jun 25 23:39:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2523] 10.0.0.211 () {34 vars in 1094 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-894345112&fields=id&tenant_id=751abec32129458c973f9774e1d4f826 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2524] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2525] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/quotas/751abec32129458c973f9774e1d4f826 => 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: 1245/2526] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&fields=id => generated 287 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2527] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2528] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1283/2529] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:03 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => 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: 1247/2530] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:39:07 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2531] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:39:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=751abec32129458c973f9774e1d4f826 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2532] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:39:07 2026] POST /v2.0/ports => generated 1179 bytes in 451 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: 1249/2533] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:08 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1194 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2534] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:08 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2535] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:39:08 2026] PUT /v2.0/ports/e38ca16f-be4c-4bb6-be44-244a33ed644e => generated 1460 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:08.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6073073c-cc29-4232-85b6-0c056e4460c2'] response: {'name': 'network-changed', 'server_uuid': '9f3783b7-dc5a-4841-856e-49b65e87caef', 'tag': 'e38ca16f-be4c-4bb6-be44-244a33ed644e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1251/2536] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1286/2537] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/networks?tenant_id=751abec32129458c973f9774e1d4f826&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2538] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:39:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2539] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2540] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.99&port_id=e38ca16f-be4c-4bb6-be44-244a33ed644e => 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: 1288/2541] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A10f&port_id=e38ca16f-be4c-4bb6-be44-244a33ed644e => 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: 1254/2542] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/subnets?id=4895c925-7fcd-4edf-bc28-db3c4acfd518&id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 1409 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2543] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2544] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1290/2545] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2546] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:10 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1291/2547] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:13 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1194 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2548] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:14 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2551] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2552] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2553] 10.0.0.179 () {32 vars in 818 bytes} [Thu Jun 25 23:39:19 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&mac_address=fa%3A16%3A3e%3Ad5%3Af1%3A06 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:20.597 7 INFO neutron.db.l3_db [None req-785a9797-2e9e-4fa9-b8dc-daee5f2f8f97 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Floating IP 04d05867-3e2e-4d50-b802-e36ec3c2f93c associated. External IP: 10.96.250.220, port: e38ca16f-be4c-4bb6-be44-244a33ed644e. [pid: 7|app: 0|req: 1260/2554] 10.0.0.179 () {34 vars in 677 bytes} [Thu Jun 25 23:39:19 2026] POST /v2.0/floatingips => generated 854 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:39:20.982 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c6fed73-aa34-4318-9937-253432ff4b69'] response: {'name': 'network-changed', 'server_uuid': '9f3783b7-dc5a-4841-856e-49b65e87caef', 'tag': 'e38ca16f-be4c-4bb6-be44-244a33ed644e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1295/2555] 10.0.0.211 () {34 vars in 1094 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-894345112&fields=id&tenant_id=751abec32129458c973f9774e1d4f826 => 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: 1261/2556] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2557] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/quotas/751abec32129458c973f9774e1d4f826 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2558] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&fields=id => generated 333 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2559] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2560] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2561] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1264/2562] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => 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: 1299/2563] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.99&port_id=e38ca16f-be4c-4bb6-be44-244a33ed644e => 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: 1265/2564] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A10f&port_id=e38ca16f-be4c-4bb6-be44-244a33ed644e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2565] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/subnets?id=4895c925-7fcd-4edf-bc28-db3c4acfd518&id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 1409 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2566] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2567] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2568] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1302/2569] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1268/2570] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:21 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1303/2571] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:39:25 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 704 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2572] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:39:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=751abec32129458c973f9774e1d4f826 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2573] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:39:26 2026] POST /v2.0/ports => generated 1183 bytes in 414 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: 1305/2574] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:26 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1198 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2575] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:26 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2576] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:39:26 2026] PUT /v2.0/ports/555c6330-c9e0-40ee-8e33-926dd885391c => generated 1464 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:27.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-532d98b4-ea7b-4c65-8e44-bd4bce5987b9'] response: {'name': 'network-changed', 'server_uuid': 'ec558cac-d4e2-4d09-a3c4-7211c14258cc', 'tag': '555c6330-c9e0-40ee-8e33-926dd885391c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1307/2577] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:39:27 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1271/2578] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:39:27 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2579] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:27 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2580] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:39:27 2026] GET /v2.0/networks?tenant_id=751abec32129458c973f9774e1d4f826&shared=False => generated 2375 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2581] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:39:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2582] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2583] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.40&port_id=555c6330-c9e0-40ee-8e33-926dd885391c => 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: 1274/2584] 199.19.213.132 () {34 vars in 1106 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a9&port_id=555c6330-c9e0-40ee-8e33-926dd885391c => 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: 1311/2585] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/subnets?id=05ee0b4d-d1dc-4978-992a-c6e46759c615&id=c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2586] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2587] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1276/2588] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:28 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1313/2589] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:29 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1315/2592] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:31 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2593] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:32 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2594] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:39:37 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2595] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:39:37 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2596] 10.0.0.179 () {32 vars in 818 bytes} [Thu Jun 25 23:39:37 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&mac_address=fa%3A16%3A3e%3A34%3Ab4%3A08 => generated 1200 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:39:38.184 7 INFO neutron.db.l3_db [None req-8ea9158d-8bfd-4f73-9bc5-51a6a96f9e84 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Floating IP b94abe93-4bcc-4019-905d-4bae4524b254 associated. External IP: 10.96.250.204, port: 555c6330-c9e0-40ee-8e33-926dd885391c. [pid: 7|app: 0|req: 1280/2597] 10.0.0.179 () {34 vars in 677 bytes} [Thu Jun 25 23:39:37 2026] POST /v2.0/floatingips => generated 854 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:39:38.550 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b07fe4c-d8bf-4b71-bee6-0d656d4ca16b'] response: {'name': 'network-changed', 'server_uuid': 'ec558cac-d4e2-4d09-a3c4-7211c14258cc', 'tag': '555c6330-c9e0-40ee-8e33-926dd885391c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1318/2598] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2599] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2600] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.40&port_id=555c6330-c9e0-40ee-8e33-926dd885391c => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2601] 199.19.213.132 () {34 vars in 1106 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a9&port_id=555c6330-c9e0-40ee-8e33-926dd885391c => 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: 1320/2602] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/subnets?id=05ee0b4d-d1dc-4978-992a-c6e46759c615&id=c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2603] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1321/2604] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2605] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1322/2606] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:39:39 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2609] 10.0.0.64 () {34 vars in 989 bytes} [Thu Jun 25 23:39:45 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2610] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Jun 25 23:39:45 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2613] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:40:00 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2614] 10.0.0.163 () {30 vars in 690 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2615] 10.0.0.163 () {30 vars in 692 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2616] 10.0.0.163 () {30 vars in 668 bytes} [Thu Jun 25 23:40:01 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: 1328/2617] 10.0.0.163 () {30 vars in 704 bytes} [Thu Jun 25 23:40:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2618] 10.0.0.163 () {28 vars in 439 bytes} [Thu Jun 25 23:40:02 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2619] 10.0.0.163 () {30 vars in 728 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 658 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2620] 10.0.0.163 () {30 vars in 690 bytes} [Thu Jun 25 23:40:02 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: 1330/2621] 10.0.0.163 () {30 vars in 692 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2622] 10.0.0.163 () {30 vars in 668 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2623] 10.0.0.163 () {30 vars in 704 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2624] 10.0.0.163 () {30 vars in 728 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2625] 10.0.0.163 () {30 vars in 690 bytes} [Thu Jun 25 23:40:02 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: 7|app: 0|req: 1294/2626] 10.0.0.163 () {30 vars in 692 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2627] 10.0.0.163 () {30 vars in 668 bytes} [Thu Jun 25 23:40:02 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: 1295/2628] 10.0.0.163 () {30 vars in 704 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2629] 10.0.0.163 () {30 vars in 730 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2630] 10.0.0.163 () {30 vars in 682 bytes} [Thu Jun 25 23:40:02 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2631] 10.0.0.163 () {34 vars in 704 bytes} [Thu Jun 25 23:40:02 2026] POST /v2.0/ports => generated 1132 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2632] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 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: 1336/2633] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2634] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:40:05 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: 1337/2635] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2636] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2637] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2638] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2639] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:40:05 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: 1301/2640] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:40:05.966 8 INFO neutron.api.v2.resource [None req-165a0dde-8d42-45a0-bb05-566476215442 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1340/2641] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/security-groups/lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2642] 199.19.213.132 () {30 vars in 785 bytes} [Thu Jun 25 23:40:05 2026] GET /v2.0/security-groups?name=lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2643] 199.19.213.132 () {34 vars in 736 bytes} [Thu Jun 25 23:40:06 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2644] 199.19.213.132 () {30 vars in 815 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/security-group-rules?security_group_id=2b1a2645-db95-4c53-b37c-1479928bdd26 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2645] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:40:06 2026] PUT /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2646] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1343/2647] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:40:06 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: 1305/2648] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2649] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:40:06 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: 1306/2650] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:40:06 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2651] 10.0.0.211 () {34 vars in 1016 bytes} [Thu Jun 25 23:40:13 2026] GET /v2.0/security-groups?id=110b9700-d1b7-4af6-af8f-7a17847e2cc9&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2652] 10.0.0.211 () {34 vars in 982 bytes} [Thu Jun 25 23:40:13 2026] GET /v2.0/networks?id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2653] 10.0.0.211 () {34 vars in 965 bytes} [Thu Jun 25 23:40:13 2026] GET /v2.0/quotas/755b9b46c01c480f98aede1935080c26 => 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: 1308/2654] 10.0.0.211 () {34 vars in 1002 bytes} [Thu Jun 25 23:40:13 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2655] 10.0.0.211 () {34 vars in 1008 bytes} [Thu Jun 25 23:40:13 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2656] 10.0.0.211 () {34 vars in 1108 bytes} [Thu Jun 25 23:40:14 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1349/2659] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:14 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => 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: 1311/2660] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:14 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => 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: 1350/2661] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => 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: 1312/2662] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:17 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => 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: 1351/2663] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:40:18 2026] GET /v2.0/networks?id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2664] 199.19.213.132 () {34 vars in 1050 bytes} [Thu Jun 25 23:40:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=755b9b46c01c480f98aede1935080c26 => generated 343 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2665] 199.19.213.132 () {38 vars in 955 bytes} [Thu Jun 25 23:40:18 2026] POST /v2.0/ports => generated 1082 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2666] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:40:19 2026] PUT /v2.0/ports/84cf91ae-cc97-4dd5-a323-f28ff011a216 => generated 1243 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:40:19.500 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bb12ab1-ff46-4203-9f58-8256f168a935'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '84cf91ae-cc97-4dd5-a323-f28ff011a216', '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: 1353/2667] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1315/2668] 199.19.213.132 () {34 vars in 1018 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/networks?tenant_id=755b9b46c01c480f98aede1935080c26&shared=False => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2669] 199.19.213.132 () {34 vars in 930 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2670] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2671] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/security-groups?id=110b9700-d1b7-4af6-af8f-7a17847e2cc9&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2672] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:20 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2673] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2674] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2675] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2676] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&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: 1358/2677] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1320/2678] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:40:21 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1359/2679] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2680] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/security-groups?id=110b9700-d1b7-4af6-af8f-7a17847e2cc9&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2681] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:23 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2682] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2683] 199.19.213.132 () {34 vars in 1044 bytes} [Thu Jun 25 23:40:25 2026] GET /v2.0/security-groups?id=110b9700-d1b7-4af6-af8f-7a17847e2cc9&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2684] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:26 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => 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: 1362/2685] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:26 2026] GET /v2.0/security-groups?id=110b9700-d1b7-4af6-af8f-7a17847e2cc9&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2686] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:26 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2687] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:29 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2689] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:40:29 2026] GET /v2.0/security-groups?id=110b9700-d1b7-4af6-af8f-7a17847e2cc9&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2691] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:40:29 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2696] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2697] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2698] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:04 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: 1330/2699] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:04 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: 1370/2700] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2701] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2702] 199.19.213.132 () {34 vars in 717 bytes} [Thu Jun 25 23:41:04 2026] POST /v2.0/ports => generated 1055 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2703] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2704] 10.0.0.211 () {34 vars in 907 bytes} [Thu Jun 25 23:41:04 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2705] 199.19.213.132 () {34 vars in 1262 bytes} [Thu Jun 25 23:41:06 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2706] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:06 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2707] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:06 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2708] 199.19.213.132 () {34 vars in 975 bytes} [Thu Jun 25 23:41:06 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2709] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:06 2026] GET /v2.0/networks?id=9ca0a1a8-4987-444a-b593-348542f5d28a => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2710] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:41:06 2026] PUT /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1245 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:07.305 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8dccfea-d1e4-4bb1-b1ec-0bff28323061'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '090b5ab5-b28e-4988-b053-0dbac29ee609', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1336/2711] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:07 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2712] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:07 2026] GET /v2.0/networks?id=9ca0a1a8-4987-444a-b593-348542f5d28a => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2713] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1377/2714] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:07 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2715] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:07 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2716] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:08 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1339/2717] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:08 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2718] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2719] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => 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: 1380/2720] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2721] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2722] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1342/2723] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1382/2724] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1343/2725] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2726] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2727] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2728] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:09 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2729] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:41:13 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1247 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2730] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:41:13 2026] PUT /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1272 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:13.879 7 INFO neutron.api.v2.resource [None req-ba7f2f85-081b-4e23-a0fd-8c2b8f5987b5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1346/2731] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:41:13 2026] GET /v2.0/security-groups/lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:41:13.889 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caf3591c-6ba9-4b5d-bf96-114e0f62bfba'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '090b5ab5-b28e-4988-b053-0dbac29ee609', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1386/2732] 199.19.213.132 () {30 vars in 785 bytes} [Thu Jun 25 23:41:13 2026] GET /v2.0/security-groups?name=lb-91246215-95cf-4cf3-8353-450c36aab35f => 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: 1347/2733] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:41:13 2026] PUT /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1310 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:14.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b09937b-17ae-4f7c-bcdc-e7e185942c94'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '090b5ab5-b28e-4988-b053-0dbac29ee609', '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: 1349/2736] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:14 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: 1388/2737] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:14 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: 1389/2738] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:14 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: 1390/2739] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:14 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: 1350/2740] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2741] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2742] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/networks?id=9ca0a1a8-4987-444a-b593-348542f5d28a => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2743] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => 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: 1352/2744] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1393/2745] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2746] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2747] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2748] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2749] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2750] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1396/2751] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2752] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2753] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:14 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2754] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2755] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/networks?id=9ca0a1a8-4987-444a-b593-348542f5d28a => generated 803 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2756] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1399/2757] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2758] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2759] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:15 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1360/2760] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:16 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:41:24.086 8 INFO neutron.db.l3_db [None req-65ace445-f3b2-4ed7-82fc-88b75e0c2fb0 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Floating IP db1b7c16-c2af-4354-816b-7a3cb07eb41e associated. External IP: 10.96.250.205, port: 830a5da6-12e5-4207-9682-41a50b294f17. [pid: 8|app: 0|req: 1401/2761] 10.0.0.179 () {34 vars in 677 bytes} [Thu Jun 25 23:41:23 2026] POST /v2.0/floatingips => generated 899 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2762] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2763] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2764] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:29 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: 1403/2765] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:29 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-25 23:41:29.174 7 INFO neutron.api.v2.resource [None req-0f6d95d7-d5a7-46a4-a29c-c50c64bb8bd8 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1363/2766] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:41:29 2026] GET /v2.0/security-groups/lb-91246215-95cf-4cf3-8353-450c36aab35f => 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: 1404/2767] 199.19.213.132 () {30 vars in 785 bytes} [Thu Jun 25 23:41:29 2026] GET /v2.0/security-groups?name=lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2768] 199.19.213.132 () {30 vars in 815 bytes} [Thu Jun 25 23:41:29 2026] GET /v2.0/security-group-rules?security_group_id=2b1a2645-db95-4c53-b37c-1479928bdd26 => 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: 1366/2771] 199.19.213.132 () {34 vars in 747 bytes} [Thu Jun 25 23:41:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2772] 199.19.213.132 () {34 vars in 747 bytes} [Thu Jun 25 23:41:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2773] 10.0.0.163 () {30 vars in 690 bytes} [Thu Jun 25 23:41:35 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: 1407/2774] 10.0.0.163 () {30 vars in 692 bytes} [Thu Jun 25 23:41:35 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: 1368/2775] 10.0.0.163 () {30 vars in 668 bytes} [Thu Jun 25 23:41:35 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: 1408/2776] 10.0.0.163 () {30 vars in 704 bytes} [Thu Jun 25 23:41:35 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: 1369/2777] 10.0.0.163 () {28 vars in 439 bytes} [Thu Jun 25 23:41:35 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: 1409/2778] 10.0.0.163 () {30 vars in 728 bytes} [Thu Jun 25 23:41:35 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2779] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2780] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2781] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:36 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: 1411/2782] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:36 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: 1372/2783] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2784] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:41:36 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2785] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:36 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: 1413/2786] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:36 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: 1374/2787] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:36 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: 1414/2788] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2789] 199.19.213.132 () {34 vars in 717 bytes} [Thu Jun 25 23:41:37 2026] POST /v2.0/ports => generated 1328 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2790] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:41:37 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1376/2791] 10.0.0.211 () {34 vars in 907 bytes} [Thu Jun 25 23:41:37 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2792] 199.19.213.132 () {34 vars in 1262 bytes} [Thu Jun 25 23:41:38 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2793] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:38 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1417/2794] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:39 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1378/2795] 199.19.213.132 () {34 vars in 975 bytes} [Thu Jun 25 23:41:39 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2796] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:39 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2797] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:41:39 2026] PUT /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1518 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:41:40.252 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98ac5b42-4c93-425c-9b72-347e3bd71f29'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '0c47d4e1-2899-4217-b879-624009a0c5d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1419/2798] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4096 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: 1380/2799] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2800] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => 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: 1381/2801] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31e&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => 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: 1421/2802] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/subnets?id=4895c925-7fcd-4edf-bc28-db3c4acfd518&id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2803] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:40 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1422/2804] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:41 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2805] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:41 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1423/2806] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:41 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2807] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2808] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2809] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2810] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&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/2811] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1426/2812] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1387/2813] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1427/2814] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2815] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&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: 1428/2816] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2817] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 8|app: 0|req: 1429/2818] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2819] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31e&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2820] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/subnets?id=4895c925-7fcd-4edf-bc28-db3c4acfd518&id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2821] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1431/2822] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2823] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:42 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1432/2824] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:43 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1434/2827] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:41:46 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2828] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:41:46 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 797 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2829] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2830] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/subnets/4895c925-7fcd-4edf-bc28-db3c4acfd518 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2831] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:47 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: 1396/2832] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:47 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: 1437/2833] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2834] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2835] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2836] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2837] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1346 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2838] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2839] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => 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: 1400/2840] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2841] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:47 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2842] 10.0.0.163 () {30 vars in 690 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2843] 10.0.0.163 () {30 vars in 692 bytes} [Thu Jun 25 23:41:56 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: 1402/2844] 10.0.0.163 () {30 vars in 668 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2845] 10.0.0.163 () {30 vars in 704 bytes} [Thu Jun 25 23:41:56 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: 1403/2846] 10.0.0.163 () {28 vars in 439 bytes} [Thu Jun 25 23:41:56 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: 1444/2847] 10.0.0.163 () {30 vars in 728 bytes} [Thu Jun 25 23:41:56 2026] GET /v2.0/subnets/05ee0b4d-d1dc-4978-992a-c6e46759c615 => generated 655 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2848] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41: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: 8|app: 0|req: 1445/2849] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41: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: 7|app: 0|req: 1405/2850] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:57 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: 1446/2851] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2852] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2853] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/subnets/05ee0b4d-d1dc-4978-992a-c6e46759c615 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2854] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4098 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2855] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:41:57 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: 1408/2856] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:41:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2857] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:41:57 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: 1409/2858] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:41: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: 1450/2859] 199.19.213.132 () {34 vars in 717 bytes} [Thu Jun 25 23:41:57 2026] POST /v2.0/ports => generated 1328 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2860] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:41:58 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2863] 199.19.213.132 () {34 vars in 1262 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 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: 1452/2864] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1413/2865] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1453/2866] 199.19.213.132 () {34 vars in 975 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2867] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:41:59 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2868] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:42:00 2026] PUT /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1518 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:00.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e2d4385-e82f-4db8-8920-71f19421f135'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '2c8bb088-8045-4117-bcc7-8b3c9dca1c76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1415/2869] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 5608 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1455/2870] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2871] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => 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: 1456/2872] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26&port_id=2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => 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: 1417/2873] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/subnets?id=05ee0b4d-d1dc-4978-992a-c6e46759c615&id=c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2874] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2875] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1458/2876] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1419/2877] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:01 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2878] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 5608 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2879] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => 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: 1460/2880] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2881] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&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: 1461/2882] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2883] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2884] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1423/2885] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2886] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2887] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1464/2888] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2889] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:42:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => 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: 1465/2890] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31e&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => 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: 1426/2891] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/subnets?id=4895c925-7fcd-4edf-bc28-db3c4acfd518&id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2892] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2893] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1467/2894] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1428/2895] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1468/2896] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => 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: 1429/2897] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26&port_id=2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => 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: 1469/2898] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/subnets?id=05ee0b4d-d1dc-4978-992a-c6e46759c615&id=c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2899] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1470/2900] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1431/2901] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2902] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:03 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2903] 10.0.0.211 () {34 vars in 971 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2904] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2905] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/subnets/05ee0b4d-d1dc-4978-992a-c6e46759c615 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2906] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/subnets/c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2907] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2908] 199.19.213.132 () {34 vars in 790 bytes} [Thu Jun 25 23:42:07 2026] PUT /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1255 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:07.939 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f817e8c-3d3b-423c-a748-197135bf802c'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '0c47d4e1-2899-4217-b879-624009a0c5d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/2909] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 797 bytes in 57 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: 1475/2910] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:07 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2911] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2912] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:08 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: 1437/2913] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:08 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: 1477/2914] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2915] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2916] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2917] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1346 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2918] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2919] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2920] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2921] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2922] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 5381 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2923] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2924] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => 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: 1443/2925] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/subnets?id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2926] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2927] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1484/2928] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:08 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2931] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:21 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: 1486/2932] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:21 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: 1447/2933] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:21 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: 1487/2934] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:21 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: 1448/2935] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2936] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 5381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2937] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2938] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:21 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: 1450/2939] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:21 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: 1490/2940] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:21 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: 1451/2941] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2942] 199.19.213.132 () {34 vars in 790 bytes} [Thu Jun 25 23:42:21 2026] PUT /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1307 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:21.833 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae30c279-13c1-4fcb-ae9e-3cb280e44b56'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '2c8bb088-8045-4117-bcc7-8b3c9dca1c76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1452/2943] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1492/2944] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/subnets/c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2945] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:21 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2946] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:42:21 2026] PUT /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1080 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2947] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1494/2948] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2949] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2950] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2951] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2952] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4977 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2953] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:22 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1497/2954] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:23 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:23.872 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ad0b0b3-6df9-4e50-b54d-ee1ddcb1f9bb'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '2c8bb088-8045-4117-bcc7-8b3c9dca1c76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1458/2955] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2956] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2957] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2958] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1460/2959] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => 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: 1500/2960] 199.19.213.132 () {34 vars in 975 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2961] 199.19.213.132 () {34 vars in 1060 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2962] 199.19.213.132 () {34 vars in 1016 bytes} [Thu Jun 25 23:42:24 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2963] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:42:24 2026] PUT /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2964] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:25 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:42:25.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9108ebb-7dc9-420e-9492-c693eeca3a1b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 2c8bb088-8045-4117-bcc7-8b3c9dca1c76 2026-06-25 23:42:25.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9108ebb-7dc9-420e-9492-c693eeca3a1b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 2c8bb088-8045-4117-bcc7-8b3c9dca1c76 [pid: 7|app: 0|req: 1463/2965] 199.19.213.132 () {32 vars in 759 bytes} [Thu Jun 25 23:42:25 2026] DELETE /v2.0/ports/2c8bb088-8045-4117-bcc7-8b3c9dca1c76 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2966] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2967] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:26 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: 1504/2968] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2969] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:26 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: 1505/2970] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2971] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2972] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2973] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2974] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2975] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2976] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2977] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2978] 199.19.213.132 () {34 vars in 1226 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/networks?id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&id=9ca0a1a8-4987-444a-b593-348542f5d28a&id=6f1abd31-94bc-4346-9ac7-ea06d228d495&id=0677a622-9990-479f-9f72-624de849548e => generated 3096 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2979] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => 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: 1510/2980] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2981] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&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: 1511/2982] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1472/2983] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1512/2984] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:42:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1473/2985] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2986] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2987] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2988] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1475/2989] 199.19.213.132 () {34 vars in 1058 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.226&port_id=0c47d4e1-2899-4217-b879-624009a0c5d5 => 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: 1515/2990] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/subnets?id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2991] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1516/2992] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1477/2993] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:27 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2996] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2997] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:31 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: 1519/2998] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:31 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: 1480/2999] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:31 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: 1520/3000] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:31 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3869 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3001] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:32 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: 1521/3002] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3003] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:32 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: 1522/3004] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3005] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3006] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:42:32 2026] PUT /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:32.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-881a46f3-91ab-497a-a0b9-9b0695dc1b86'] response: {'name': 'network-changed', 'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'tag': '0c47d4e1-2899-4217-b879-624009a0c5d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1484/3007] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495 => 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: 1524/3008] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3009] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:32 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3010] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3011] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => 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: 1526/3012] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1487/3013] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3014] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:33 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3015] 199.19.213.132 () {34 vars in 975 bytes} [Thu Jun 25 23:42:34 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 1116 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3016] 199.19.213.132 () {34 vars in 1060 bytes} [Thu Jun 25 23:42:34 2026] GET /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5?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: 1489/3017] 199.19.213.132 () {34 vars in 1016 bytes} [Thu Jun 25 23:42:34 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3018] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:34 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3019] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:42:34 2026] PUT /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 917 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3020] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:35 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-25 23:42:36.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-66a9bafd-c0d7-4501-a8c0-3f719145dc2d 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 0c47d4e1-2899-4217-b879-624009a0c5d5 2026-06-25 23:42:36.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66a9bafd-c0d7-4501-a8c0-3f719145dc2d 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 0c47d4e1-2899-4217-b879-624009a0c5d5 [pid: 7|app: 0|req: 1491/3021] 199.19.213.132 () {32 vars in 759 bytes} [Thu Jun 25 23:42:35 2026] DELETE /v2.0/ports/0c47d4e1-2899-4217-b879-624009a0c5d5 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3022] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:36 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: 1492/3023] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:36 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: 1532/3024] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3025] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:36 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: 1533/3026] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3027] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3028] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3029] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3030] 199.19.213.132 () {30 vars in 743 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3031] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3032] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3033] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3034] 199.19.213.132 () {34 vars in 1146 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/networks?id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&id=9ca0a1a8-4987-444a-b593-348542f5d28a&id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => 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: 1537/3035] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => 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: 1499/3036] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3037] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&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: 1500/3038] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3039] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1501/3040] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.12&port_id=090b5ab5-b28e-4988-b053-0dbac29ee609 => 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: 1540/3041] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:36 2026] GET /v2.0/subnets?id=61e7f624-708e-4941-8985-15426d779dff => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3042] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:37 2026] GET /v2.0/ports?network_id=9ca0a1a8-4987-444a-b593-348542f5d28a&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: 1541/3043] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:37 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1503/3044] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:37 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?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: 1543/3047] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3048] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3049] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3050] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:42:48.923 8 INFO neutron.api.v2.resource [None req-605dde68-97c0-4af2-9799-689bfc72b0f5 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3051] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/security-groups/lb-91246215-95cf-4cf3-8353-450c36aab35f => 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: 1507/3052] 199.19.213.132 () {30 vars in 785 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/security-groups?name=lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 2865 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3053] 199.19.213.132 () {30 vars in 815 bytes} [Thu Jun 25 23:42:48 2026] GET /v2.0/security-group-rules?security_group_id=2b1a2645-db95-4c53-b37c-1479928bdd26 => 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: 1508/3054] 199.19.213.132 () {32 vars in 789 bytes} [Thu Jun 25 23:42:49 2026] DELETE /v2.0/security-group-rules/4c922587-8a13-4c6f-8278-c1476c1e25d2 => 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: 1547/3055] 199.19.213.132 () {32 vars in 789 bytes} [Thu Jun 25 23:42:49 2026] DELETE /v2.0/security-group-rules/ef50fb63-9bc4-4a54-acfe-0dceced4b5c5 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:51.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0fd49cc-4e40-4ec5-8d6a-82422837a701 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 994b8b98-04e1-4afc-84d8-84f4398b7922 2026-06-25 23:42:51.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0fd49cc-4e40-4ec5-8d6a-82422837a701 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 994b8b98-04e1-4afc-84d8-84f4398b7922 2026-06-25 23:42:52.157 7 INFO neutron.db.l3_db [None req-b0fd49cc-4e40-4ec5-8d6a-82422837a701 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Floating IP db1b7c16-c2af-4354-816b-7a3cb07eb41e disassociated (deleted). External IP: 10.96.250.205, port: 830a5da6-12e5-4207-9682-41a50b294f17. [pid: 7|app: 0|req: 1509/3056] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:42:51 2026] DELETE /v2.0/floatingips/db1b7c16-c2af-4354-816b-7a3cb07eb41e => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:52.502 8 INFO neutron.api.v2.resource [None req-8c23f2b6-9241-4724-bfbf-ed36c3fa6d2b 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3057] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:42:52 2026] GET /v2.0/floatingips/db1b7c16-c2af-4354-816b-7a3cb07eb41e => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3058] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3059] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3060] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:53 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: 1550/3061] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:53 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-25 23:42:53.342 7 INFO neutron.api.v2.resource [None req-2274cfb8-8607-4f2a-8d13-0e3f2ece64e7 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3062] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:42:53 2026] GET /v2.0/security-groups/lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3063] 199.19.213.132 () {30 vars in 785 bytes} [Thu Jun 25 23:42:53 2026] GET /v2.0/security-groups?name=lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3064] 199.19.213.132 () {30 vars in 815 bytes} [Thu Jun 25 23:42:53 2026] GET /v2.0/security-group-rules?security_group_id=2b1a2645-db95-4c53-b37c-1479928bdd26 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3065] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:54 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: 1514/3066] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:54 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: 1553/3067] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:54 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: 1515/3068] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3069] 199.19.213.132 () {30 vars in 741 bytes} [Thu Jun 25 23:42:54 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3070] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:54 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3071] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:54 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3072] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:54 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3073] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:55 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3074] 199.19.213.132 () {34 vars in 975 bytes} [Thu Jun 25 23:42:56 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3075] 199.19.213.132 () {34 vars in 1060 bytes} [Thu Jun 25 23:42:56 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3076] 199.19.213.132 () {34 vars in 1016 bytes} [Thu Jun 25 23:42:56 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3077] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:56 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3078] 199.19.213.132 () {38 vars in 1028 bytes} [Thu Jun 25 23:42:56 2026] PUT /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1147 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3079] 199.19.213.132 () {30 vars in 769 bytes} [Thu Jun 25 23:42:57 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1521/3080] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:42:57 2026] PUT /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1086 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3081] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:57 2026] GET /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 1086 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, ' 2026-06-25 23:42:57.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5cab9f3-06a4-4fc3-8b45-2df1a4063835 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 090b5ab5-b28e-4988-b053-0dbac29ee609 2026-06-25 23:42:57.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5cab9f3-06a4-4fc3-8b45-2df1a4063835 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 090b5ab5-b28e-4988-b053-0dbac29ee609 [pid: 7|app: 0|req: 1522/3082] 199.19.213.132 () {32 vars in 759 bytes} [Thu Jun 25 23:42:57 2026] DELETE /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3083] 199.19.213.132 () {30 vars in 703 bytes} [Thu Jun 25 23:42:58 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: 1523/3084] 199.19.213.132 () {30 vars in 705 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3085] 199.19.213.132 () {30 vars in 681 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3086] 199.19.213.132 () {30 vars in 717 bytes} [Thu Jun 25 23:42:58 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: 1562/3087] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/ports?tenant_id=755b9b46c01c480f98aede1935080c26&device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:42:58.283 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1122b559-5f84-460f-8187-e4e4252953b6 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3088] 199.19.213.132 () {32 vars in 759 bytes} [Thu Jun 25 23:42:58 2026] DELETE /v2.0/ports/090b5ab5-b28e-4988-b053-0dbac29ee609 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3089] 199.19.213.132 () {34 vars in 1066 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/networks?id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&id=9ca0a1a8-4987-444a-b593-348542f5d28a => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3090] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3091] 199.19.213.132 () {34 vars in 1062 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=84cf91ae-cc97-4dd5-a323-f28ff011a216 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:42:58.350 7 INFO neutron.api.v2.resource [None req-42d9de86-94e2-41c9-9e98-697de2f60a8a 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3092] 199.19.213.132 () {30 vars in 763 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/security-groups/lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3093] 199.19.213.132 () {34 vars in 984 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/subnets?id=70742ba0-fefd-4e4e-8ab1-f61a0bdbd003 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3094] 199.19.213.132 () {30 vars in 785 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/security-groups?name=lb-91246215-95cf-4cf3-8353-450c36aab35f => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3095] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/ports?network_id=ebb28080-7371-4aa6-91ae-8f6d37ad1d4e&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: 1530/3096] 199.19.213.132 () {30 vars in 737 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => 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: 1567/3097] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3098] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:42:58 2026] GET /v2.0/networks/ebb28080-7371-4aa6-91ae-8f6d37ad1d4e?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: 1531/3099] 199.19.213.132 () {34 vars in 789 bytes} [Thu Jun 25 23:42:58 2026] PUT /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => generated 1094 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3100] 199.19.213.132 () {32 vars in 779 bytes} [Thu Jun 25 23:42:58 2026] DELETE /v2.0/security-groups/2b1a2645-db95-4c53-b37c-1479928bdd26 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:42:58.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-caee5d27-b485-4b06-8f23-23f68217f80b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 830a5da6-12e5-4207-9682-41a50b294f17 2026-06-25 23:42:58.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caee5d27-b485-4b06-8f23-23f68217f80b 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 830a5da6-12e5-4207-9682-41a50b294f17 [pid: 7|app: 0|req: 1532/3101] 199.19.213.132 () {32 vars in 759 bytes} [Thu Jun 25 23:42:58 2026] DELETE /v2.0/ports/830a5da6-12e5-4207-9682-41a50b294f17 => 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: 1571/3104] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:43:01 2026] GET /v2.0/ports?device_id=6e92f99c-7275-4136-b891-d42eb81faf02 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:43:01.808 7 INFO neutron_taas.services.taas.taas_plugin [req-6a50028c-7113-4c5d-8804-f48e387f25d3 req-1b4958ea-5ff6-4233-adb0-75c544f084ee 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] TaaS: Handle Delete Port: 84cf91ae-cc97-4dd5-a323-f28ff011a216 2026-06-25 23:43:01.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a50028c-7113-4c5d-8804-f48e387f25d3 req-1b4958ea-5ff6-4233-adb0-75c544f084ee 83dc20df1dac47ed86a52b9bb2f4c84a 755b9b46c01c480f98aede1935080c26 - - default default] Tap Mirror: Handle Delete Port: 84cf91ae-cc97-4dd5-a323-f28ff011a216 [pid: 7|app: 0|req: 1534/3105] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:43:01 2026] DELETE /v2.0/ports/84cf91ae-cc97-4dd5-a323-f28ff011a216 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:02.004 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-99606a4b-6dad-4c53-a38d-aaa30254e652'] response: {'server_uuid': '6e92f99c-7275-4136-b891-d42eb81faf02', 'name': 'network-vif-deleted', 'tag': '84cf91ae-cc97-4dd5-a323-f28ff011a216', 'status': 'completed', 'code': 200} 2026-06-25 23:43:02.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a29d89f-9ad7-42a8-9d28-64249a9e50de 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: e854f470-b28c-4853-ac9d-0ce407a563be 2026-06-25 23:43:02.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a29d89f-9ad7-42a8-9d28-64249a9e50de 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: e854f470-b28c-4853-ac9d-0ce407a563be 2026-06-25 23:43:03.057 8 INFO neutron.db.l3_db [None req-7a29d89f-9ad7-42a8-9d28-64249a9e50de 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Floating IP b94abe93-4bcc-4019-905d-4bae4524b254 disassociated (deleted). External IP: 10.96.250.204, port: 555c6330-c9e0-40ee-8e33-926dd885391c. [pid: 8|app: 0|req: 1572/3106] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:43:02 2026] DELETE /v2.0/floatingips/b94abe93-4bcc-4019-905d-4bae4524b254 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:03.394 7 INFO neutron.api.v2.resource [None req-354a54b3-fd31-447f-91ba-9e16ca3f7389 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3107] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:43:03 2026] GET /v2.0/floatingips/b94abe93-4bcc-4019-905d-4bae4524b254 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:03.401 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eace7e54-d01e-4357-b4c6-75741ce88a50'] response: {'name': 'network-changed', 'server_uuid': 'ec558cac-d4e2-4d09-a3c4-7211c14258cc', 'tag': '555c6330-c9e0-40ee-8e33-926dd885391c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1573/3108] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:43:03 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1200 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3109] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:43:03 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3110] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:43:03 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => 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: 1537/3111] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:43:03 2026] GET /v2.0/networks?id=0677a622-9990-479f-9f72-624de849548e => 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: 1575/3112] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.40&port_id=555c6330-c9e0-40ee-8e33-926dd885391c => 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: 1538/3113] 199.19.213.132 () {34 vars in 1106 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a9&port_id=555c6330-c9e0-40ee-8e33-926dd885391c => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3114] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/subnets?id=05ee0b4d-d1dc-4978-992a-c6e46759c615&id=c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3115] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1577/3116] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/ports?network_id=0677a622-9990-479f-9f72-624de849548e&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: 1540/3117] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3118] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:43:04 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e?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: 1541/3119] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:43:05 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:43:06.162 8 INFO neutron_taas.services.taas.taas_plugin [req-685640f3-c628-45a4-b81a-8762243285b8 req-626b7344-9791-4dae-a419-89eb803807b5 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 555c6330-c9e0-40ee-8e33-926dd885391c 2026-06-25 23:43:06.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-685640f3-c628-45a4-b81a-8762243285b8 req-626b7344-9791-4dae-a419-89eb803807b5 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 555c6330-c9e0-40ee-8e33-926dd885391c [pid: 8|app: 0|req: 1579/3120] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:43:06 2026] DELETE /v2.0/ports/555c6330-c9e0-40ee-8e33-926dd885391c => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:06.379 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d3bff55-83ad-4451-99e5-223964293051'] response: {'server_uuid': 'ec558cac-d4e2-4d09-a3c4-7211c14258cc', 'name': 'network-vif-deleted', 'tag': '555c6330-c9e0-40ee-8e33-926dd885391c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1542/3121] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:43:08 2026] GET /v2.0/ports?device_id=ec558cac-d4e2-4d09-a3c4-7211c14258cc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:43:14.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-f37b9915-b43b-4d3f-ae61-865a12a082e5 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 96c5253d-4e98-436a-937a-f3003f46965c 2026-06-25 23:43:14.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f37b9915-b43b-4d3f-ae61-865a12a082e5 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 96c5253d-4e98-436a-937a-f3003f46965c 2026-06-25 23:43:14.224 8 INFO neutron.db.l3_db [None req-f37b9915-b43b-4d3f-ae61-865a12a082e5 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Floating IP 04d05867-3e2e-4d50-b802-e36ec3c2f93c disassociated (deleted). External IP: 10.96.250.220, port: e38ca16f-be4c-4bb6-be44-244a33ed644e. [pid: 8|app: 0|req: 1580/3124] 10.0.0.179 () {32 vars in 732 bytes} [Thu Jun 25 23:43:13 2026] DELETE /v2.0/floatingips/04d05867-3e2e-4d50-b802-e36ec3c2f93c => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:14.554 7 INFO neutron.api.v2.resource [None req-0825753a-e0d0-49c6-b90c-1d5b6ca2348c 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3125] 10.0.0.179 () {32 vars in 729 bytes} [Thu Jun 25 23:43:14 2026] GET /v2.0/floatingips/04d05867-3e2e-4d50-b802-e36ec3c2f93c => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:14.561 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-087d5f2d-571e-473d-bf61-7a7a8b11255e'] response: {'name': 'network-changed', 'server_uuid': '9f3783b7-dc5a-4841-856e-49b65e87caef', 'tag': 'e38ca16f-be4c-4bb6-be44-244a33ed644e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1581/3126] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:43:14 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1196 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3127] 10.0.0.211 () {34 vars in 1040 bytes} [Thu Jun 25 23:43:14 2026] GET /v2.0/security-groups?id=7fd76fad-b29d-4658-a866-3f139b50563b&fields=id&fields=name => generated 111 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3128] 199.19.213.132 () {34 vars in 1080 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/ports?tenant_id=751abec32129458c973f9774e1d4f826&device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3129] 199.19.213.132 () {34 vars in 986 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/networks?id=6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3130] 199.19.213.132 () {34 vars in 1056 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.99&port_id=e38ca16f-be4c-4bb6-be44-244a33ed644e => 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: 1548/3131] 199.19.213.132 () {34 vars in 1104 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A10f&port_id=e38ca16f-be4c-4bb6-be44-244a33ed644e => 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: 1584/3132] 199.19.213.132 () {34 vars in 1064 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/subnets?id=4895c925-7fcd-4edf-bc28-db3c4acfd518&id=5832d625-3f5b-4460-86fe-b807c0916074 => generated 1409 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3133] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3134] 199.19.213.132 () {34 vars in 1052 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/ports?network_id=6f1abd31-94bc-4346-9ac7-ea06d228d495&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: 1550/3135] 199.19.213.132 () {34 vars in 1012 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1586/3136] 199.19.213.132 () {34 vars in 1112 bytes} [Thu Jun 25 23:43:15 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495?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: 1551/3137] 199.19.213.132 () {34 vars in 994 bytes} [Thu Jun 25 23:43:17 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:43:17.313 8 INFO neutron_taas.services.taas.taas_plugin [req-44dbeec4-274e-4379-8ce2-885c66f743f5 req-a83df464-0093-45f5-a50a-a2b1d1af54b8 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: e38ca16f-be4c-4bb6-be44-244a33ed644e 2026-06-25 23:43:17.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44dbeec4-274e-4379-8ce2-885c66f743f5 req-a83df464-0093-45f5-a50a-a2b1d1af54b8 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: e38ca16f-be4c-4bb6-be44-244a33ed644e [pid: 8|app: 0|req: 1587/3138] 199.19.213.132 () {36 vars in 997 bytes} [Thu Jun 25 23:43:17 2026] DELETE /v2.0/ports/e38ca16f-be4c-4bb6-be44-244a33ed644e => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:17.529 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ee14500-443a-4a4b-808b-e6ce4b9a07a8'] response: {'server_uuid': '9f3783b7-dc5a-4841-856e-49b65e87caef', 'name': 'network-vif-deleted', 'tag': 'e38ca16f-be4c-4bb6-be44-244a33ed644e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1552/3139] 10.0.0.211 () {34 vars in 990 bytes} [Thu Jun 25 23:43:19 2026] GET /v2.0/ports?device_id=9f3783b7-dc5a-4841-856e-49b65e87caef => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3140] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:24 2026] DELETE /v2.0/security-group-rules/d8b39131-8210-4d8f-82d8-c4fbe4e96666 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.114 7 INFO neutron.api.v2.resource [None req-33d6e3ba-5997-4ce0-80d2-8477fe0bc5d2 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3141] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/d8b39131-8210-4d8f-82d8-c4fbe4e96666 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3142] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/d97012e4-0cfa-44f5-9fd4-16f3c806ab87 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.214 7 INFO neutron.api.v2.resource [None req-c5f6385f-f130-436c-8931-35dc25aa8a90 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3143] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/d97012e4-0cfa-44f5-9fd4-16f3c806ab87 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3144] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/759dfa1f-f5d5-456b-a1a7-d7b3832090f7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.302 7 INFO neutron.api.v2.resource [None req-181fc502-f6cf-4e08-af10-475e0df1d5e0 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3145] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/759dfa1f-f5d5-456b-a1a7-d7b3832090f7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3146] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/7ed12b73-d388-4a98-9103-88d840eec7d5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.391 7 INFO neutron.api.v2.resource [None req-195c11a2-1167-4759-9c64-9d21e1371bea 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3147] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/7ed12b73-d388-4a98-9103-88d840eec7d5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3148] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/2c3b0cfa-0425-448c-bfcb-b17a3158485b => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.483 7 INFO neutron.api.v2.resource [None req-69e6e7d0-45a3-49e0-b856-dc71153ebace 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3149] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/2c3b0cfa-0425-448c-bfcb-b17a3158485b => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3150] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/8478ba1d-93a0-436a-9c55-b9b0bf9d008c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.569 7 INFO neutron.api.v2.resource [None req-74072fd6-f6df-4cc1-8532-2011d8835950 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3151] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/8478ba1d-93a0-436a-9c55-b9b0bf9d008c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3152] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/f513ee68-0137-4271-ab2d-c7dc17406549 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.644 7 INFO neutron.api.v2.resource [None req-4cbc3ba9-9fe6-4c69-ab9b-8aba4eacf332 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3153] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/f513ee68-0137-4271-ab2d-c7dc17406549 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3154] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/361de6d4-0c56-42f0-8f7d-64811aaade9c => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.734 7 INFO neutron.api.v2.resource [None req-30ac8748-e826-4043-a342-d3439e54ec50 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3155] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/361de6d4-0c56-42f0-8f7d-64811aaade9c => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3156] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/10788bbe-ac5e-40c5-b964-d77bc6360db1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.833 7 INFO neutron.api.v2.resource [None req-d4b2f4fc-40ee-462a-aefa-943929c61a06 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3157] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/10788bbe-ac5e-40c5-b964-d77bc6360db1 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3158] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/a5fdd1f8-6a3d-4230-aa9e-7f67f2c6d6fd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:25.917 7 INFO neutron.api.v2.resource [None req-0ae5c4b6-509b-4650-9880-a4f16072f277 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3159] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/a5fdd1f8-6a3d-4230-aa9e-7f67f2c6d6fd => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3160] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:25 2026] DELETE /v2.0/security-group-rules/198fc59e-66f2-49a4-86ae-8f7b2c7f3513 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:26.009 7 INFO neutron.api.v2.resource [None req-857831ed-adf6-4d61-8ecb-cbdce181b794 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3161] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:25 2026] GET /v2.0/security-group-rules/198fc59e-66f2-49a4-86ae-8f7b2c7f3513 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3162] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:26 2026] DELETE /v2.0/security-groups/7fd76fad-b29d-4658-a866-3f139b50563b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:26.120 7 INFO neutron.api.v2.resource [None req-f57623fb-1671-4626-8dad-2618c044032c 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3163] 10.0.0.179 () {32 vars in 737 bytes} [Thu Jun 25 23:43:26 2026] GET /v2.0/security-groups/7fd76fad-b29d-4658-a866-3f139b50563b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:26.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f27de3a-327b-41cf-b81c-0619a0b1d659 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 5f0d65ed-5803-456f-8f52-140c28270460 2026-06-25 23:43:26.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f27de3a-327b-41cf-b81c-0619a0b1d659 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 5f0d65ed-5803-456f-8f52-140c28270460 [pid: 8|app: 0|req: 1600/3164] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:43:26 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:43:27.316 7 INFO neutron.api.v2.resource [None req-8bf6071f-7f3f-481e-beda-6bc081936cbf 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3165] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:43:27 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:27.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3e51c91-f646-46d9-8cee-704788e4dce8 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 5bcfa775-d13f-47ef-a0a1-43b502752141 2026-06-25 23:43:27.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3e51c91-f646-46d9-8cee-704788e4dce8 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 5bcfa775-d13f-47ef-a0a1-43b502752141 [pid: 8|app: 0|req: 1601/3166] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:43:27 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:43:28.403 7 INFO neutron.api.v2.resource [None req-ff470972-f51d-4265-b3ba-fec8e38bca7d 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3167] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:43:28 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:28.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4c2766a-63f8-4f1f-a9e4-26179e6e09d2 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 4f1269ad-c24f-423e-87bc-9d029a42ff19 2026-06-25 23:43:28.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4c2766a-63f8-4f1f-a9e4-26179e6e09d2 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 4f1269ad-c24f-423e-87bc-9d029a42ff19 [pid: 8|app: 0|req: 1602/3170] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:43:28 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/remove_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-25 23:43:30.029 7 INFO neutron.api.v2.resource [None req-5cdf1d8d-a43f-42e8-bbff-13dcbfaf2774 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3171] 10.0.0.179 () {34 vars in 789 bytes} [Thu Jun 25 23:43:29 2026] PUT /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:30.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-2eddfc6f-c9a6-4c4e-a8ee-451181a6d539 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 575cd70f-3232-4926-b389-5d155a88d157 2026-06-25 23:43:30.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eddfc6f-c9a6-4c4e-a8ee-451181a6d539 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 575cd70f-3232-4926-b389-5d155a88d157 2026-06-25 23:43:30.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-2eddfc6f-c9a6-4c4e-a8ee-451181a6d539 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: ba923953-68a2-4c5d-8507-e9d1b248c81d 2026-06-25 23:43:30.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eddfc6f-c9a6-4c4e-a8ee-451181a6d539 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: ba923953-68a2-4c5d-8507-e9d1b248c81d 2026-06-25 23:43:30.893 8 INFO neutron.db.l3_hamode_db [None req-2eddfc6f-c9a6-4c4e-a8ee-451181a6d539 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] HA network 90e1993d-52e2-46c3-aea5-5811c9cdfe6f was deleted as no HA routers are present in tenant 751abec32129458c973f9774e1d4f826. [pid: 8|app: 0|req: 1603/3172] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:30 2026] DELETE /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:30.907 8 INFO neutron.services.segments.plugin [-] Segment d962cbcf-8704-4d08-b50d-86bd0813c906 resource provider aggregate not found 2026-06-25 23:43:30.914 8 INFO neutron.services.segments.plugin [-] Segment d962cbcf-8704-4d08-b50d-86bd0813c906 resource provider aggregate not found 2026-06-25 23:43:30.918 7 INFO neutron.api.v2.resource [None req-f67189f3-d266-4988-9568-5c9a8544069a 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3173] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:30 2026] GET /v2.0/routers/d1c79806-a283-46ad-9606-d811d3d193b3 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:30.929 8 INFO neutron.services.segments.plugin [-] Segment d962cbcf-8704-4d08-b50d-86bd0813c906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d962cbcf-8704-4d08-b50d-86bd0813c906 found for delete ", "request_id": "req-7df1e4c3-c265-4b29-81e1-e8662a0a92a6"}]} 2026-06-25 23:43:30.933 8 INFO neutron.services.segments.plugin [-] Segment d962cbcf-8704-4d08-b50d-86bd0813c906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d962cbcf-8704-4d08-b50d-86bd0813c906 found for delete ", "request_id": "req-30a9ca88-a42c-48b6-9e37-919783aa198a"}]} [pid: 8|app: 0|req: 1604/3174] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:30 2026] DELETE /v2.0/subnets/c56c4d6e-9881-40c1-b92f-8591efe33fb2 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:31.110 7 INFO neutron.pecan_wsgi.hooks.translation [None req-701a7a1b-c54e-45b4-a9c2-43f15c645060 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3175] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:31 2026] GET /v2.0/subnets/c56c4d6e-9881-40c1-b92f-8591efe33fb2 => 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: 1605/3176] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:31 2026] DELETE /v2.0/subnets/05ee0b4d-d1dc-4978-992a-c6e46759c615 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:31.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77e0a88d-0035-488b-b9c7-9c8b355fbd72 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3177] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:31 2026] GET /v2.0/subnets/05ee0b4d-d1dc-4978-992a-c6e46759c615 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:31.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-be46bb2b-dbc9-4df2-b1e4-f01a2243d3dd 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: a3ba06bc-6652-49f6-92ab-8c78e3e877e9 2026-06-25 23:43:31.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be46bb2b-dbc9-4df2-b1e4-f01a2243d3dd 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: a3ba06bc-6652-49f6-92ab-8c78e3e877e9 [pid: 8|app: 0|req: 1606/3178] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:43:31 2026] DELETE /v2.0/networks/0677a622-9990-479f-9f72-624de849548e => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:31.584 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e6e2648-f61c-411f-9e66-85c548e03415 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3179] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:43:31 2026] GET /v2.0/networks/0677a622-9990-479f-9f72-624de849548e => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3180] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:31 2026] DELETE /v2.0/subnets/4895c925-7fcd-4edf-bc28-db3c4acfd518 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:31.763 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23ab77dc-03be-4e56-a3d1-7778af5b87c6 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3181] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:31 2026] GET /v2.0/subnets/4895c925-7fcd-4edf-bc28-db3c4acfd518 => 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: 1608/3182] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:31 2026] DELETE /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:31.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dcb31c7c-13d5-47db-b609-f3846fe84350 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3183] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:31 2026] GET /v2.0/subnets/5832d625-3f5b-4460-86fe-b807c0916074 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:32.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fda97ea-3922-4f5e-8aab-f6eaf37384c0 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 46913003-3658-4860-b043-4223c2512dbc 2026-06-25 23:43:32.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fda97ea-3922-4f5e-8aab-f6eaf37384c0 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 46913003-3658-4860-b043-4223c2512dbc [pid: 8|app: 0|req: 1609/3184] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:43:31 2026] DELETE /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:32.279 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56301f4b-42c5-413e-9c0f-2607a12e2984 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3185] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:43:32 2026] GET /v2.0/networks/6f1abd31-94bc-4346-9ac7-ea06d228d495 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3186] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:32 2026] DELETE /v2.0/subnets/67d47607-2e2b-4530-ad10-44db593bbf66 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:32.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cac4d697-6066-452c-81b5-fd2f4fb2739f 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3187] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:32 2026] GET /v2.0/subnets/67d47607-2e2b-4530-ad10-44db593bbf66 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3188] 10.0.0.179 () {32 vars in 724 bytes} [Thu Jun 25 23:43:32 2026] DELETE /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:32.662 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0ddd57d9-3ef4-42c0-842f-1b80a0ea0bf1 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3189] 10.0.0.179 () {32 vars in 721 bytes} [Thu Jun 25 23:43:32 2026] GET /v2.0/subnets/61e7f624-708e-4941-8985-15426d779dff => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-25 23:43:32.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a4f1f6c-d388-4dd8-bf92-8505c669e989 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] TaaS: Handle Delete Port: 77caf2e1-89bb-4379-b3be-140d15b8ff06 2026-06-25 23:43:32.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a4f1f6c-d388-4dd8-bf92-8505c669e989 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] Tap Mirror: Handle Delete Port: 77caf2e1-89bb-4379-b3be-140d15b8ff06 2026-06-25 23:43:32.953 8 INFO neutron.services.segments.plugin [-] Segment 0a6b3682-f178-45a1-baca-9ed890558179 resource provider aggregate not found 2026-06-25 23:43:32.958 8 INFO neutron.services.segments.plugin [-] Segment 0a6b3682-f178-45a1-baca-9ed890558179 resource provider aggregate not found 2026-06-25 23:43:32.974 8 INFO neutron.services.segments.plugin [-] Segment 0a6b3682-f178-45a1-baca-9ed890558179 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a6b3682-f178-45a1-baca-9ed890558179 found for delete ", "request_id": "req-6615f6b8-aa9b-4f2b-afa2-2163b02e2b68"}]} 2026-06-25 23:43:32.978 8 INFO neutron.services.segments.plugin [-] Segment 0a6b3682-f178-45a1-baca-9ed890558179 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a6b3682-f178-45a1-baca-9ed890558179 found for delete ", "request_id": "req-95efd8db-c062-474e-8d8c-5b86d786f5a4"}]} 2026-06-25 23:43:32.988 8 INFO neutron.services.segments.plugin [-] Segment 6f6fb916-9778-473a-84eb-21d89d257b70 resource provider aggregate not found 2026-06-25 23:43:33.004 8 INFO neutron.services.segments.plugin [-] Segment 6f6fb916-9778-473a-84eb-21d89d257b70 resource provider aggregate not found 2026-06-25 23:43:33.010 8 INFO neutron.services.segments.plugin [-] Segment 6f6fb916-9778-473a-84eb-21d89d257b70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f6fb916-9778-473a-84eb-21d89d257b70 found for delete ", "request_id": "req-ce6a1211-9b0c-48b5-a966-1bbf068cd1f5"}]} [pid: 8|app: 0|req: 1612/3190] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:43:32 2026] DELETE /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:33.019 8 INFO neutron.services.segments.plugin [-] Segment 6f6fb916-9778-473a-84eb-21d89d257b70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f6fb916-9778-473a-84eb-21d89d257b70 found for delete ", "request_id": "req-2f926fe1-8890-4015-b838-bd7bdd0a01a4"}]} 2026-06-25 23:43:33.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7004a33-2704-4990-8915-10105fa186f4 73e5b646d13140e7af68aadb799430a3 751abec32129458c973f9774e1d4f826 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3191] 10.0.0.179 () {32 vars in 723 bytes} [Thu Jun 25 23:43:33 2026] GET /v2.0/networks/9ca0a1a8-4987-444a-b593-348542f5d28a => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3192] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:34 2026] GET /v2.0/security-groups?tenant_id=751abec32129458c973f9774e1d4f826&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-25 23:43:35.030 8 INFO neutron.services.segments.plugin [-] Segment 8c087aa9-bccb-4085-8874-5b4747d5b201 resource provider aggregate not found 2026-06-25 23:43:35.037 8 INFO neutron.services.segments.plugin [-] Segment 8c087aa9-bccb-4085-8874-5b4747d5b201 resource provider aggregate not found 2026-06-25 23:43:35.048 8 INFO neutron.services.segments.plugin [-] Segment 8c087aa9-bccb-4085-8874-5b4747d5b201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c087aa9-bccb-4085-8874-5b4747d5b201 found for delete ", "request_id": "req-1b7c1266-3033-4182-825b-3d66d7c73613"}]} 2026-06-25 23:43:35.058 8 INFO neutron.services.segments.plugin [-] Segment 8c087aa9-bccb-4085-8874-5b4747d5b201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c087aa9-bccb-4085-8874-5b4747d5b201 found for delete ", "request_id": "req-9fafdc20-a8a5-4454-b5aa-9fb03dad5b23"}]} [pid: 7|app: 0|req: 1580/3193] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:34 2026] DELETE /v2.0/security-groups/d5ad77f1-1588-4b45-a006-7d71d0c97111 => 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: 1614/3194] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:35 2026] GET /v2.0/security-groups?tenant_id=aca0d602451347d19c9fd4aac3eb2127&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3195] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:35 2026] DELETE /v2.0/security-groups/a59995da-9311-4e00-a650-02827259ece5 => 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: 1615/3196] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:35 2026] GET /v2.0/security-groups?tenant_id=459223a2bc374f27abd037ed452a8d25&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: 1582/3197] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:35 2026] DELETE /v2.0/security-groups/28d01517-5ed1-4106-aa85-bd6496834cd7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3198] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:35 2026] GET /v2.0/security-groups?tenant_id=fa21e9b3365c4f9692a038a42b6554cb&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3199] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:36 2026] DELETE /v2.0/security-groups/84be4c19-0f5d-4842-bd5e-767c4f7a4091 => 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: 1617/3200] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:36 2026] GET /v2.0/security-groups?tenant_id=038f0446de80491498d74e6246aa9004&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3201] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:36 2026] DELETE /v2.0/security-groups/7492bc2c-5e4b-4f2c-b10b-7b667d14fa16 => 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: 1618/3202] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:36 2026] GET /v2.0/security-groups?tenant_id=7dade2b905a449729485bf861b918b36&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3203] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:36 2026] DELETE /v2.0/security-groups/0ce8e8de-6d5d-4786-a2fa-e0ce9cb147db => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3204] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:37 2026] GET /v2.0/security-groups?tenant_id=51a21ede242649f590d52317fbf08e7b&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3205] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:37 2026] DELETE /v2.0/security-groups/379f219d-c457-4387-ba54-4a07be4ea8bc => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3206] 10.0.0.179 () {34 vars in 678 bytes} [Thu Jun 25 23:43:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3207] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:43:40 2026] PUT /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3208] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:40 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3209] 10.0.0.179 () {34 vars in 764 bytes} [Thu Jun 25 23:43:40 2026] PUT /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3210] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:40 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3211] 10.0.0.179 () {34 vars in 760 bytes} [Thu Jun 25 23:43:40 2026] PUT /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3212] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:40 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3213] 10.0.0.179 () {34 vars in 782 bytes} [Thu Jun 25 23:43:40 2026] PUT /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3214] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:40 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3215] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:43:40 2026] PUT /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3216] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:40 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3217] 10.0.0.179 () {32 vars in 741 bytes} [Thu Jun 25 23:43:40 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:41.053 8 INFO neutron.api.v2.resource [None req-57f7ef74-d8a7-4212-be98-4259e04118f7 afcf89224d984d02806b6081835bb9e5 8eba63c5347843b8816a5c1bc2eed0f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3218] 10.0.0.179 () {32 vars in 745 bytes} [Thu Jun 25 23:43:41 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3219] 10.0.0.179 () {32 vars in 744 bytes} [Thu Jun 25 23:43:41 2026] DELETE /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3220] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:41 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:43:41.181 7 INFO neutron.api.v2.resource [None req-bc719c78-a5f4-4c6c-8dd3-de91f0b311b4 afcf89224d984d02806b6081835bb9e5 8eba63c5347843b8816a5c1bc2eed0f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3221] 10.0.0.179 () {32 vars in 748 bytes} [Thu Jun 25 23:43:41 2026] DELETE /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/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: 1628/3222] 10.0.0.179 () {32 vars in 736 bytes} [Thu Jun 25 23:43:41 2026] DELETE /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3223] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:41 2026] GET /v2.0/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3224] 10.0.0.179 () {32 vars in 734 bytes} [Thu Jun 25 23:43:41 2026] DELETE /v2.0/qos/policies/1afaa6af-5570-4729-94cc-d7c36aa6f79c => 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: 1596/3225] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:41 2026] GET /v2.0/security-groups?tenant_id=8eba63c5347843b8816a5c1bc2eed0f8&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3226] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:42 2026] DELETE /v2.0/security-groups/01929e7c-40e9-4be6-9633-35138fcd1828 => 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: 1597/3227] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:42 2026] GET /v2.0/security-groups?tenant_id=fcf9c7ef67d64766a4fc5dc2ecebb408&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3228] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:42 2026] DELETE /v2.0/security-groups/bf331642-6812-4f6a-a2c1-58b364248f95 => 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: 1633/3231] 10.0.0.179 () {34 vars in 684 bytes} [Thu Jun 25 23:43:45 2026] POST /v2.0/security-groups => generated 1603 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3232] 10.0.0.179 () {34 vars in 767 bytes} [Thu Jun 25 23:43:46 2026] PUT /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3233] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3234] 10.0.0.179 () {34 vars in 778 bytes} [Thu Jun 25 23:43:46 2026] PUT /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3235] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3236] 10.0.0.179 () {34 vars in 774 bytes} [Thu Jun 25 23:43:46 2026] PUT /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3237] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/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: 1602/3238] 10.0.0.179 () {34 vars in 796 bytes} [Thu Jun 25 23:43:46 2026] PUT /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3239] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3240] 10.0.0.179 () {34 vars in 767 bytes} [Thu Jun 25 23:43:46 2026] PUT /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3241] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3242] 10.0.0.179 () {32 vars in 755 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:46.926 8 INFO neutron.api.v2.resource [None req-c0bb7927-612e-4a96-9683-0cdcaf68cf55 d4d0b5f6c22f44698ec5d8fec6aa691f f66254f372e64a29ab28fa55c589b396 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3243] 10.0.0.179 () {32 vars in 759 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3244] 10.0.0.179 () {32 vars in 758 bytes} [Thu Jun 25 23:43:46 2026] DELETE /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3245] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:46 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:43:47.068 7 INFO neutron.api.v2.resource [None req-2b73770c-5faf-4660-9576-1c0bb932141e d4d0b5f6c22f44698ec5d8fec6aa691f f66254f372e64a29ab28fa55c589b396 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3246] 10.0.0.179 () {32 vars in 762 bytes} [Thu Jun 25 23:43:47 2026] DELETE /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3247] 10.0.0.179 () {32 vars in 750 bytes} [Thu Jun 25 23:43:47 2026] DELETE /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => 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: 1607/3248] 10.0.0.179 () {32 vars in 747 bytes} [Thu Jun 25 23:43:47 2026] GET /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3249] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:47 2026] DELETE /v2.0/security-groups/5376f1bb-3547-4867-bc28-34bc1f9189c5 => 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: 1608/3250] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:47 2026] GET /v2.0/security-groups?tenant_id=4f3fe42f97694de0bb1bc1b00e315be8&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3251] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:48 2026] DELETE /v2.0/security-groups/fd37a0b9-3e11-4c98-9007-bbae0c428281 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3252] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:48 2026] GET /v2.0/security-groups?tenant_id=f66254f372e64a29ab28fa55c589b396&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3253] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:48 2026] DELETE /v2.0/security-groups/34b7ddda-c5c1-4220-b1be-b9cd7541d27f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-25 23:43:51.965 7 INFO neutron.db.segments_db [None req-032e84a8-c195-426f-8d80-c74578421495 adac9ea0a7f74e269cf67f1a204f1dc8 e683e7ec890d4b0abd7a22dac79379ed - - default default] Added segment 2b157284-6945-4651-9107-04f777a53506 of type vxlan for network 90a15c89-65c5-44b0-9010-a244076c48d7 [pid: 7|app: 0|req: 1610/3254] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:43:51 2026] POST /v2.0/networks => generated 631 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-25 23:43:52.138 8 INFO neutron.db.segments_db [None req-bbd867e8-015b-468c-aa48-801033353543 adac9ea0a7f74e269cf67f1a204f1dc8 e683e7ec890d4b0abd7a22dac79379ed - - default default] Added segment 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe of type vxlan for network ee6cb198-5280-48f7-bcc0-01fd51acc731 [pid: 8|app: 0|req: 1645/3255] 10.0.0.179 () {34 vars in 670 bytes} [Thu Jun 25 23:43:52 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3256] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:43:52 2026] PUT /v2.0/networks/90a15c89-65c5-44b0-9010-a244076c48d7/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: 1646/3257] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:52 2026] GET /v2.0/networks/90a15c89-65c5-44b0-9010-a244076c48d7/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: 1612/3258] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:43:52 2026] PUT /v2.0/networks/ee6cb198-5280-48f7-bcc0-01fd51acc731/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3259] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:52 2026] GET /v2.0/networks/ee6cb198-5280-48f7-bcc0-01fd51acc731/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3260] 10.0.0.179 () {34 vars in 753 bytes} [Thu Jun 25 23:43:52 2026] PUT /v2.0/networks/ee6cb198-5280-48f7-bcc0-01fd51acc731/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3261] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:52 2026] GET /v2.0/networks/ee6cb198-5280-48f7-bcc0-01fd51acc731/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3262] 10.0.0.179 () {32 vars in 733 bytes} [Thu Jun 25 23:43:52 2026] GET /v2.0/networks/90a15c89-65c5-44b0-9010-a244076c48d7/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-25 23:43:52.739 8 INFO neutron.services.segments.plugin [-] Segment 2b157284-6945-4651-9107-04f777a53506 resource provider aggregate not found 2026-06-25 23:43:52.757 8 INFO neutron.services.segments.plugin [-] Segment 2b157284-6945-4651-9107-04f777a53506 resource provider aggregate not found 2026-06-25 23:43:52.769 8 INFO neutron.services.segments.plugin [-] Segment 2b157284-6945-4651-9107-04f777a53506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b157284-6945-4651-9107-04f777a53506 found for delete ", "request_id": "req-6c792c9f-d9f8-4913-93b3-d68652bb54f8"}]} 2026-06-25 23:43:52.771 8 INFO neutron.services.segments.plugin [-] Segment 2b157284-6945-4651-9107-04f777a53506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b157284-6945-4651-9107-04f777a53506 found for delete ", "request_id": "req-eb27d57e-3c83-4dd9-bb17-11241bfa4ae7"}]} [pid: 8|app: 0|req: 1649/3263] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:43:52 2026] DELETE /v2.0/networks/90a15c89-65c5-44b0-9010-a244076c48d7 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3264] 10.0.0.179 () {32 vars in 726 bytes} [Thu Jun 25 23:43:52 2026] DELETE /v2.0/networks/ee6cb198-5280-48f7-bcc0-01fd51acc731 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-25 23:43:53.028 7 INFO neutron.services.segments.plugin [-] Segment 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe resource provider aggregate not found 2026-06-25 23:43:53.037 7 INFO neutron.services.segments.plugin [-] Segment 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe resource provider aggregate not found 2026-06-25 23:43:53.042 7 INFO neutron.services.segments.plugin [-] Segment 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe found for delete ", "request_id": "req-b862e413-047f-4018-b1bf-66f925371bb8"}]} 2026-06-25 23:43:53.051 7 INFO neutron.services.segments.plugin [-] Segment 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4eebd2-4fc8-423b-afcb-78ca4f91eabe found for delete ", "request_id": "req-9f4f8288-f5a8-4867-a0aa-a92d00b1768f"}]} [pid: 8|app: 0|req: 1650/3265] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:53 2026] GET /v2.0/security-groups?tenant_id=e0fc40bee99c40b994b18507eae15b14&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3266] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:53 2026] DELETE /v2.0/security-groups/4547062a-6de3-43d0-843b-af20c9f205cc => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3267] 10.0.0.179 () {32 vars in 774 bytes} [Thu Jun 25 23:43:54 2026] GET /v2.0/security-groups?tenant_id=e683e7ec890d4b0abd7a22dac79379ed&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3268] 10.0.0.179 () {32 vars in 740 bytes} [Thu Jun 25 23:43:54 2026] DELETE /v2.0/security-groups/e78cd83c-9806-4000-9dac-eb66ebad5ca0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3269] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:43:56 2026] GET /v2.0/networks => generated 2168 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3270] 10.0.0.179 () {32 vars in 655 bytes} [Thu Jun 25 23:43:57 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3271] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:43:57 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3272] 10.0.0.179 () {32 vars in 643 bytes} [Thu Jun 25 23:43:57 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3273] 10.0.0.179 () {32 vars in 647 bytes} [Thu Jun 25 23:43:58 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3274] 10.0.0.179 () {32 vars in 649 bytes} [Thu Jun 25 23:43:58 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3275] 10.0.0.179 () {32 vars in 663 bytes} [Thu Jun 25 23:43:58 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3276] 10.0.0.179 () {32 vars in 655 bytes} [Thu Jun 25 23:43:58 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)